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  -Dspring.config.additional-location=/app/config/override.yaml  

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

2022-11-25T23:17:56.349Z||main|||||INFO|500||The following profiles are active: basic
2022-11-25T23:18:08.656Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-25T23:18:08.657Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-25T23:18:08.815Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-25T23:18:13.950Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-25T23:18:14.766Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-25T23:18:15.447Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-25T23:18:15.606Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-25T23:18:15.872Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-25T23:18:16.303Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-25T23:18:16.996Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-25T23:18:19.239Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-25T23:18:22.383Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-25T23:18:22.442Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-25T23:18:23.228Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-25T23:18:23.502Z||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-11-25T23:18:24.780Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-25T23:18:26.030Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
Hibernate: select activitysp0_.ID as id1_0_, activitysp0_.CREATION_TIMESTAMP as creation2_0_, activitysp0_.DESCRIPTION as descript3_0_, activitysp0_.NAME as name4_0_, activitysp0_.VERSION as version5_0_ from activity_spec activitysp0_
2022-11-25T23:18:26.747Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2022-11-25T23:18:26.748Z||main|||||ERROR|500||(conn=1125) Table 'catalogdb.activity_spec' doesn't exist
2022-11-25T23:18:26.760Z||main|||||WARN|500||Exception on deploying activitySpecs:  could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet
2022-11-25T23:18:30.060Z||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-11-25T23:18:33.010Z||main|||||WARN|500||---
2022-11-25T23:18:33.011Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-25T23:18:33.011Z||main|||||WARN|500||---
2022-11-25T23:18:33.482Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-25T23:18:38.827Z||main|||||INFO|500||Started Application in 45.587 seconds (JVM running for 47.865)
2022-11-25T23:18:38.843Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-25T23:18:38.845Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-25T23:18:38.864Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-25T23:18:38.906Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-25T23:18:38.965Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 19753d00-b908-42d9-b195-7686bb927298 url= /sdc/v1/artifactTypes
2022-11-25T23:18:38.966Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-25T23:18:39.399Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-25T23:18:39.424Z||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-11-25T23:18:39.444Z||scheduling-1|||||DEBUG|500||create keys
2022-11-25T23:18:39.454Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-25T23:18:39.598Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:18:39.616Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0f7ee24a-05cf-4b14-bf33-d5c4f00993d2 url= /sdc/v1/registerForDistribution
2022-11-25T23:18:39.791Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 0f7ee24a-05cf-4b14-bf33-d5c4f00993d2 url= /sdc/v1/registerForDistribution
2022-11-25T23:18:39.792Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-25T23:18:39.800Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:18:39.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:18:39.810Z||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-11-25T23:18:39.810Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-25T23:18:39.810Z||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-11-25T23:18:39.811Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:18:39.811Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:18:50.209Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:18:50.212Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:19:39.798Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:19:39.799Z||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-11-25T23:19:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:19:39.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:19:39.804Z||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-11-25T23:19:39.805Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:19:49.426Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:19:49.431Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:20:39.799Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:20:39.802Z||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-11-25T23:20:39.802Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:20:39.803Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:20:39.805Z||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-11-25T23:20:39.805Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:20:49.409Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:20:49.416Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:21:39.799Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:21:39.801Z||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-11-25T23:21:39.802Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:21:39.803Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:21:39.804Z||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-11-25T23:21:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:21:49.385Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:21:49.399Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:22:39.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:22:39.801Z||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-11-25T23:22:39.801Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:22:39.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:22:39.804Z||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-11-25T23:22:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:22:49.364Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:22:49.367Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:23:39.798Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:23:39.799Z||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-11-25T23:23:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:23:39.803Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:23:39.804Z||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-11-25T23:23:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:23:49.388Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:23:49.421Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:24:39.798Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:24:39.799Z||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-11-25T23:24:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:24:39.803Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:24:39.804Z||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-11-25T23:24:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:24:49.374Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:24:49.399Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:25:39.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:25:39.801Z||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-11-25T23:25:39.801Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:25:39.803Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:25:39.806Z||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-11-25T23:25:39.807Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:25:49.389Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:25:49.388Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:26:39.799Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:26:39.801Z||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-11-25T23:26:39.801Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:26:39.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:26:39.804Z||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-11-25T23:26:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:26:49.354Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:26:49.356Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:27:39.798Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:27:39.800Z||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-11-25T23:27:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:27:39.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:27:39.804Z||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-11-25T23:27:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:27:49.351Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:27:49.368Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:28:39.798Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:28:39.799Z||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-11-25T23:28:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:28:39.803Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:28:39.804Z||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-11-25T23:28:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:28:49.303Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-25T23:28:49.364Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:28:49.367Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:29:39.798Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:29:39.799Z||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-11-25T23:29:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:29:39.803Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:29:39.804Z||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-11-25T23:29:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:29:49.362Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:29:49.362Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:30:39.798Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:30:39.800Z||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-11-25T23:30:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:30:39.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:30:39.804Z||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-11-25T23:30:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:30:49.357Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:30:49.358Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:31:39.798Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:31:39.800Z||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-11-25T23:31:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:31:39.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:31:39.804Z||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-11-25T23:31:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:31:49.363Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:31:49.363Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:32:39.799Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:32:39.801Z||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-11-25T23:32:39.801Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:32:39.804Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:32:39.805Z||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-11-25T23:32:39.805Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:32:49.360Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:32:49.369Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:33:39.799Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:33:39.800Z||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-11-25T23:33:39.801Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:33:39.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:33:39.804Z||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-11-25T23:33:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:33:49.372Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:33:49.374Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:34:39.798Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:34:39.799Z||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-11-25T23:34:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:34:39.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:34:39.804Z||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-11-25T23:34:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:34:49.360Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:34:49.360Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:35:39.798Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:35:39.799Z||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-11-25T23:35:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:35:39.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:35:39.804Z||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-11-25T23:35:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:35:49.351Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:35:49.360Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:36:39.798Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:36:39.799Z||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-11-25T23:36:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:36:39.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:36:39.803Z||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-11-25T23:36:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:36:49.387Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:36:49.389Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:37:39.799Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:37:39.801Z||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-11-25T23:37:39.801Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:37:39.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:37:39.804Z||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-11-25T23:37:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:37:49.366Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:37:49.380Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:38:39.800Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:38:39.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:38:39.804Z||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-11-25T23:38:39.804Z||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-11-25T23:38:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:38:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:38:49.378Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:38:49.397Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:39:39.798Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:39:39.800Z||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-11-25T23:39:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:39:39.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:39:39.804Z||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-11-25T23:39:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:39:49.364Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:39:49.365Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:40:39.799Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:40:39.800Z||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-11-25T23:40:39.801Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:40:39.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:40:39.804Z||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-11-25T23:40:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:40:49.365Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:40:49.366Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:41:39.798Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:41:39.800Z||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-11-25T23:41:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:41:39.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:41:39.804Z||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-11-25T23:41:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:41:49.356Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:41:49.359Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:42:39.799Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:42:39.801Z||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-11-25T23:42:39.801Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:42:39.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:42:39.804Z||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-11-25T23:42:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:42:49.384Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:42:49.411Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:43:39.798Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:43:39.799Z||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-11-25T23:43:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:43:39.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:43:39.803Z||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-11-25T23:43:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:43:49.383Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:43:49.394Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:44:39.800Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:44:39.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:44:39.805Z||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-11-25T23:44:39.805Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:44:39.805Z||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-11-25T23:44:39.806Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:44:49.368Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:44:49.369Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:45:39.799Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:45:39.800Z||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-11-25T23:45:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:45:39.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:45:39.804Z||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-11-25T23:45:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:45:49.362Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:45:49.367Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:46:39.798Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:46:39.800Z||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-11-25T23:46:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:46:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:46:39.804Z||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-11-25T23:46:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:46:49.358Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:46:49.365Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:47:39.798Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:47:39.800Z||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-11-25T23:47:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:47:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:47:39.804Z||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-11-25T23:47:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:47:49.364Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:47:49.368Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:48:39.798Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:48:39.799Z||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-11-25T23:48:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:48:39.803Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:48:39.804Z||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-11-25T23:48:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:48:49.371Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:48:49.380Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:49:39.798Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:49:39.799Z||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-11-25T23:49:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:49:39.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:49:39.804Z||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-11-25T23:49:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:49:49.364Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:49:49.367Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:50:39.799Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:50:39.802Z||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-11-25T23:50:39.802Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:50:39.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:50:39.804Z||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-11-25T23:50:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:50:49.371Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:50:49.371Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:51:39.799Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:51:39.801Z||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-11-25T23:51:39.801Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:51:39.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:51:39.804Z||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-11-25T23:51:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:51:49.366Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:51:49.366Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:52:39.798Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:52:39.799Z||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-11-25T23:52:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:52:39.803Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:52:39.804Z||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-11-25T23:52:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:52:49.350Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:52:49.352Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:53:39.798Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:53:39.799Z||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-11-25T23:53:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:53:39.803Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:53:39.804Z||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-11-25T23:53:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:53:49.362Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:53:49.367Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:54:39.798Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:54:39.799Z||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-11-25T23:54:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:54:39.803Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:54:39.804Z||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-11-25T23:54:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:54:49.355Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:54:49.365Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:55:39.798Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:55:39.800Z||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-11-25T23:55:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:55:39.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:55:39.804Z||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-11-25T23:55:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:55:49.355Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:55:49.403Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:56:39.798Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:56:39.799Z||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-11-25T23:56:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:56:39.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:56:39.804Z||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-11-25T23:56:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:56:49.350Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:56:49.359Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:57:39.800Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:57:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:57:39.806Z||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-11-25T23:57:39.807Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:57:39.808Z||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-11-25T23:57:39.809Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:57:49.379Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:57:49.381Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:58:39.798Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:58:39.800Z||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-11-25T23:58:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:58:39.803Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:58:39.804Z||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-11-25T23:58:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:58:49.357Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:58:49.358Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:59:39.798Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:59:39.799Z||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-11-25T23:59:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:59:39.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T23:59:39.804Z||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-11-25T23:59:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-25T23:59:49.376Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-25T23:59:49.376Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:00:39.798Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:00:39.800Z||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-11-26T00:00:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:00:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:00:39.804Z||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-11-26T00:00:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:00:49.359Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:00:49.406Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:01:39.798Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:01:39.799Z||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-11-26T00:01:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:01:39.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:01:39.804Z||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-11-26T00:01:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:01:49.354Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:01:49.360Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:02:39.798Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:02:39.799Z||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-11-26T00:02:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:02:39.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:02:39.804Z||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-11-26T00:02:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:02:49.358Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:02:49.359Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:03:39.798Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:03:39.800Z||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-11-26T00:03:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:03:39.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:03:39.804Z||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-11-26T00:03:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:03:49.352Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:03:49.354Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:04:39.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:04:39.800Z||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-11-26T00:04:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:04:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:04:39.804Z||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-11-26T00:04:39.805Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:04:49.360Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:04:49.360Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:05:39.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:05:39.803Z||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-11-26T00:05:39.803Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:05:39.803Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:05:39.804Z||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-11-26T00:05:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:05:49.372Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:05:49.373Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:06:39.798Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:06:39.799Z||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-11-26T00:06:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:06:39.804Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:06:39.805Z||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-11-26T00:06:39.805Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:06:49.360Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:06:49.388Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:07:39.798Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:07:39.799Z||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-11-26T00:07:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:07:39.803Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:07:39.804Z||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-11-26T00:07:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:07:49.349Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:07:49.354Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:08:39.798Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:08:39.799Z||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-11-26T00:08:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:08:39.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:08:39.804Z||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-11-26T00:08:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:08:49.351Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:08:49.352Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:09:39.798Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:09:39.800Z||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-11-26T00:09:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:09:39.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:09:39.804Z||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-11-26T00:09:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:09:49.366Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:09:49.367Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:10:39.798Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:10:39.800Z||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-11-26T00:10:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:10:39.804Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:10:39.804Z||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-11-26T00:10:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:10:49.356Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:10:49.356Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:11:39.798Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:11:39.800Z||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-11-26T00:11:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:11:39.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:11:39.804Z||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-11-26T00:11:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:11:49.355Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:11:49.356Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:12:39.799Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:12:39.803Z||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-11-26T00:12:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:12:39.807Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:12:39.808Z||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-11-26T00:12:39.808Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:12:49.403Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:12:49.406Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:13:39.799Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:13:39.801Z||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-11-26T00:13:39.801Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:13:39.803Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:13:39.804Z||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-11-26T00:13:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:13:49.352Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:13:49.356Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:14:39.798Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:14:39.800Z||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-11-26T00:14:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:14:39.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:14:39.804Z||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-11-26T00:14:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:14:49.353Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:14:49.354Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:15:39.798Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:15:39.799Z||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-11-26T00:15:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:15:39.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:15:39.804Z||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-11-26T00:15:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:15:49.355Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:15:49.361Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:16:39.799Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:16:39.800Z||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-11-26T00:16:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:16:39.803Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:16:39.803Z||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-11-26T00:16:39.808Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:16:49.365Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:16:49.372Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:17:39.798Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:17:39.799Z||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-11-26T00:17:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:17:39.803Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:17:39.804Z||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-11-26T00:17:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:17:49.358Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:17:49.361Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:18:39.798Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:18:39.799Z||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-11-26T00:18:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:18:39.803Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:18:39.804Z||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-11-26T00:18:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:18:49.359Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:18:49.359Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:19:39.799Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:19:39.803Z||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-11-26T00:19:39.803Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:19:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:19:39.804Z||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-11-26T00:19:39.805Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:19:40.439Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:19:40.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"4942d2b2-3b33-4922-951a-625969996a20","serviceName":"vFW 2022-11-26 00-17-59","serviceVersion":"1.0","serviceUUID":"5f0b1631-62e2-499c-9a0b-0fbcae4981f9","serviceDescription":"catalog service description","serviceInvariantUUID":"b058b7dc-d244-42be-9b6a-71e61a32e689","resources":[{"resourceInstanceName":"vFW c864380d-4043 0","resourceName":"vFW c864380d-4043","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"16437054-9efd-48d4-a84f-3f7ec69a65ac","resourceInvariantUUID":"feeba7d4-addb-4ba6-b517-0cd608ba5e7e","resourceCustomizationUUID":"52a3ea99-55e7-4a80-8c0c-a1135bd09aba","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/vf-license-model.xml","artifactChecksum":"YjA2Zjg1MzkzYjdlZDVlMGUyMzFhMzc4ODhiMjM5MWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"39d9cfeb-5115-485d-b920-2c0a6269450a","artifactVersion":"1"},{"artifactName":"vfwc864380d40430_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/vfwc864380d40430_modules.json","artifactChecksum":"MmNmY2ViNjUwYzg2MjJmMTQzZDI5ZjdlNWQwMDczMWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0093fc20-4d8f-4422-bb25-a65676837066","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0bf43e84-e078-432b-9e46-d3b1a1aa34a0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/vendor-license-model.xml","artifactChecksum":"YjU2YzYyMTQ3NTRiMzAwYTQxZDUzOTRjNDI4OTMzMjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d76aeb24-c170-4ffe-8285-c40a6b172f79","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"df03262a-0ba8-4a6b-bb60-819b1d5b747b","artifactVersion":"2","generatedFromUUID":"0bf43e84-e078-432b-9e46-d3b1a1aa34a0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221126001759-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221126001759/1.0/artifacts/service-Vfw20221126001759-template.yml","artifactChecksum":"OWFmODc1YzM1Nzc5YWM4ZWRhNmZkYjg2NTI2YTQwYWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c01a393d-8920-4fb7-a853-0376f7fb893c","artifactVersion":"1"},{"artifactName":"service-Vfw20221126001759-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221126001759/1.0/artifacts/service-Vfw20221126001759-csar.csar","artifactChecksum":"ZWNkMzIxZDQ4ZWIxNTM1NGExMGQwMWRlMWU2NmVmMjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aa287114-9a06-4478-a695-a9f10eefb1c1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-26T00:19:40.447Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:19:40.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "policy-id",
  "timestamp": 1669421950504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:19:40.464Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:19:40.471Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:19:40.483Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:19:40.484Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669421979799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:19:40.494Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:19:40.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "cds",
  "timestamp": 1669421954396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:19:40.495Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:19:40.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "policy-id",
  "timestamp": 1669421950504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/vfwc864380d40430_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:19:40.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:19:40.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "cds",
  "timestamp": 1669421954396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/vfwc864380d40430_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:19:40.497Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:19:40.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669421955888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:19:40.498Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:19:40.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "policy-id",
  "timestamp": 1669421950504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-26T00:19:40.498Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:19:40.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "cds",
  "timestamp": 1669421954396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:19:40.499Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:19:40.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.500Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669421955888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/vfwc864380d40430_modules.json",
  "status": "NOTIFIED"
}
2022-11-26T00:19:40.500Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:19:40.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.500Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "policy-id",
  "timestamp": 1669421950504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:19:40.501Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:19:40.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.501Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "cds",
  "timestamp": 1669421954396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:19:40.501Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:19:40.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.502Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669421955888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-26T00:19:40.502Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:19:40.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.503Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "policy-id",
  "timestamp": 1669421950504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:19:40.503Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:19:40.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.504Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "cds",
  "timestamp": 1669421954396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:19:40.504Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:19:40.504Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.504Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669421955888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:19:40.505Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:19:40.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.505Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669421959781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:19:40.506Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:19:40.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "policy-id",
  "timestamp": 1669421950504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/artifacts/service-Vfw20221126001759-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:19:40.507Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:19:40.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "cds",
  "timestamp": 1669421954396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/artifacts/service-Vfw20221126001759-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:19:40.508Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:19:40.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669421955888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-26T00:19:40.509Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:19:40.509Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.509Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669421959781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/vfwc864380d40430_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:19:40.509Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:19:40.510Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.510Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "policy-id",
  "timestamp": 1669421950504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/artifacts/service-Vfw20221126001759-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:19:40.510Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:19:40.510Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.511Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "cds",
  "timestamp": 1669421954396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/artifacts/service-Vfw20221126001759-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:19:40.511Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:19:40.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.511Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669421955888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/artifacts/service-Vfw20221126001759-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:19:40.512Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:19:40.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669421959781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:19:40.513Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:19:40.513Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.513Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "policy-id",
  "timestamp": 1669421961789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/artifacts/service-Vfw20221126001759-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:19:40.513Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:19:40.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.514Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "cds",
  "timestamp": 1669421962868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/artifacts/service-Vfw20221126001759-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:19:40.514Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:19:40.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.514Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669421955888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/artifacts/service-Vfw20221126001759-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:19:40.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:19:40.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669421959781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:19:40.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:19:40.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "policy-id",
  "timestamp": 1669421962805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/artifacts/service-Vfw20221126001759-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-26T00:19:40.516Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:19:40.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669421963748,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/vfwc864380d40430_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:19:40.517Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:19:40.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669421959781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:19:40.518Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:19:40.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "policy-id",
  "timestamp": 1669421963812,
  "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-11-26T00:19:40.584Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-11-26T00:19:40.588Z||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-11-26T00:19:40.588Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:19:40.618Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:19:40.619Z||pool-3-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-26T00:19:40.695Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4942d2b2-3b33-4922-951a-625969996a20
2022-11-26T00:19:40.720Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4942d2b2-3b33-4922-951a-625969996a20 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-11-26T00:19:40.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669421959781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/artifacts/service-Vfw20221126001759-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:19:40.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:19:40.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669421964886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:19:40.749Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:19:40.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669421959781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/artifacts/service-Vfw20221126001759-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:19:40.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:19:40.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669421965972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:19:40.751Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:19:40.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669421967634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/artifacts/service-Vfw20221126001759-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:19:40.752Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:19:40.752Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.752Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669421967148,
  "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-11-26T00:19:40.777Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4942d2b2-3b33-4922-951a-625969996a20
2022-11-26T00:19:40.778Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4942d2b2-3b33-4922-951a-625969996a20 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-11-26T00:19:40.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "aai-ml",
  "timestamp": 1669421968676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:19:40.791Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:19:40.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669421968154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/vfwc864380d40430_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-26T00:19:40.792Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:19:40.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "aai-ml",
  "timestamp": 1669421968676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/vfwc864380d40430_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:19:40.793Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:19:40.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "aai-ml",
  "timestamp": 1669421968676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:19:40.793Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:19:40.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "aai-ml",
  "timestamp": 1669421968676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:19:40.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:19:40.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "aai-ml",
  "timestamp": 1669421968676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:19:40.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:19:40.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "aai-ml",
  "timestamp": 1669421968676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/artifacts/service-Vfw20221126001759-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:19:40.796Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:19:40.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669421973437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/artifacts/service-Vfw20221126001759-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-26T00:19:40.797Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:19:40.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "aai-ml",
  "timestamp": 1669421968676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/artifacts/service-Vfw20221126001759-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:19:40.798Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:19:40.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669421974442,
  "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-11-26T00:19:40.807Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4942d2b2-3b33-4922-951a-625969996a20
2022-11-26T00:19:40.808Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4942d2b2-3b33-4922-951a-625969996a20 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-11-26T00:19:40.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:19:40.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "aai-ml",
  "timestamp": 1669421976530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/artifacts/service-Vfw20221126001759-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:19:40.824Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:19:41.491Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:19:41.492Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:19:41.494Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:19:41.494Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669421979799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/vfwc864380d40430_modules.json",
  "status": "NOTIFIED"
}
2022-11-26T00:19:41.594Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:19:41.595Z||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-11-26T00:19:41.596Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:19:41.624Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:19:41.625Z||pool-4-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-11-26T00:19:42.494Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:19:42.495Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:19:42.497Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:19:42.498Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669421979799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-26T00:19:42.598Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:19:42.599Z||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-11-26T00:19:42.599Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:19:42.637Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:19:42.638Z||pool-5-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:19:43.498Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:19:43.499Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:19:43.502Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:19:43.502Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669421979799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:19:43.602Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:19:43.604Z||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-11-26T00:19:43.604Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:19:43.628Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:19:43.629Z||pool-6-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:19:44.503Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:19:44.504Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:19:44.507Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:19:44.507Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669421979799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-26T00:19:44.607Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:19:44.608Z||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-11-26T00:19:44.608Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:19:44.628Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:19:44.629Z||pool-7-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:19:45.508Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:19:45.509Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:19:45.514Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:19:45.514Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669421979799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/artifacts/service-Vfw20221126001759-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:19:45.613Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-26T00:19:45.614Z||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-11-26T00:19:45.614Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:19:45.631Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:19:45.632Z||pool-8-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:19:46.515Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:19:46.515Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:19:46.518Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:19:46.518Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669421979799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/artifacts/service-Vfw20221126001759-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:19:46.619Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:19:46.620Z||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-11-26T00:19:46.620Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:19:46.638Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:19:46.639Z||pool-9-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-26T00:19:47.521Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "serviceName": "vFW 2022-11-26 00-17-59",
  "serviceVersion": "1.0",
  "serviceUUID": "5f0b1631-62e2-499c-9a0b-0fbcae4981f9",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b058b7dc-d244-42be-9b6a-71e61a32e689",
  "resources": [
    {
      "resourceInstanceName": "vFW c864380d-4043 0",
      "resourceCustomizationUUID": "52a3ea99-55e7-4a80-8c0c-a1135bd09aba",
      "resourceName": "vFW c864380d-4043",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "16437054-9efd-48d4-a84f-3f7ec69a65ac",
      "resourceInvariantUUID": "feeba7d4-addb-4ba6-b517-0cd608ba5e7e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc864380d40430_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/vfwc864380d40430_modules.json",
          "artifactChecksum": "MmNmY2ViNjUwYzg2MjJmMTQzZDI5ZjdlNWQwMDczMWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0093fc20-4d8f-4422-bb25-a65676837066",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0bf43e84-e078-432b-9e46-d3b1a1aa34a0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "df03262a-0ba8-4a6b-bb60-819b1d5b747b",
            "generatedFromUUID": "0bf43e84-e078-432b-9e46-d3b1a1aa34a0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "df03262a-0ba8-4a6b-bb60-819b1d5b747b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221126001759-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/artifacts/service-Vfw20221126001759-csar.csar",
      "artifactChecksum": "ZWNkMzIxZDQ4ZWIxNTM1NGExMGQwMWRlMWU2NmVmMjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aa287114-9a06-4478-a695-a9f10eefb1c1"
    }
  ],
  "workloadContext": "Production"
}
2022-11-26T00:19:47.524Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-26T00:19:47.526Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5f0b1631-62e2-499c-9a0b-0fbcae4981f9 ASDC
2022-11-26T00:19:47.661Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:4942d2b2-3b33-4922-951a-625969996a20
ServiceName:vFW 2022-11-26 00-17-59
ServiceVersion:1.0
ServiceUUID:5f0b1631-62e2-499c-9a0b-0fbcae4981f9
ServiceInvariantUUID:b058b7dc-d244-42be-9b6a-71e61a32e689
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221126001759-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221126001759/1.0/artifacts/service-Vfw20221126001759-csar.csar
ArtifactUUID:aa287114-9a06-4478-a695-a9f10eefb1c1
ArtifactChecksum:ZWNkMzIxZDQ4ZWIxNTM1NGExMGQwMWRlMWU2NmVmMjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c864380d-4043 0
ResourceCustomizationUUID:52a3ea99-55e7-4a80-8c0c-a1135bd09aba
ResourceInvariantUUID:feeba7d4-addb-4ba6-b517-0cd608ba5e7e
ResourceName:vFW c864380d-4043
ResourceType:VF
ResourceUUID:16437054-9efd-48d4-a84f-3f7ec69a65ac
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc864380d40430_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/vfwc864380d40430_modules.json
ArtifactUUID:0093fc20-4d8f-4422-bb25-a65676837066
ArtifactChecksum:MmNmY2ViNjUwYzg2MjJmMTQzZDI5ZjdlNWQwMDczMWE=
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/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.yaml
ArtifactUUID:0bf43e84-e078-432b-9e46-d3b1a1aa34a0
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/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.env
ArtifactUUID:df03262a-0ba8-4a6b-bb60-819b1d5b747b
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/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.env
ArtifactUUID:df03262a-0ba8-4a6b-bb60-819b1d5b747b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-26T00:19:47.662Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5f0b1631-62e2-499c-9a0b-0fbcae4981f9 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-11-26T00:19:47.726Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-26T00:19:47.728Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-26T00:19:47.738Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-26T00:19:47.739Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: aa287114-9a06-4478-a695-a9f10eefb1c1 from URL: /sdc/v1/catalog/services/Vfw20221126001759/1.0/artifacts/service-Vfw20221126001759-csar.csar
2022-11-26T00:19:47.739Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-26T00:19:47.741Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221126001759/1.0/artifacts/service-Vfw20221126001759-csar.csar
2022-11-26T00:19:47.827Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-26T00:19:47.836Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221126001759/1.0/artifacts/service-Vfw20221126001759-csar.csar aa287114-9a06-4478-a695-a9f10eefb1c1 101514
2022-11-26T00:19:47.838Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221126001759/1.0/artifacts/service-Vfw20221126001759-csar.csar ASDC sendASDCNotification
2022-11-26T00:19:47.839Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221126001759/1.0/artifacts/service-Vfw20221126001759-csar.csar
2022-11-26T00:19:47.840Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T00:19:47.841Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:19:47.844Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:19:47.844Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669421987837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/artifacts/service-Vfw20221126001759-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:19:47.944Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:19:47.945Z||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-11-26T00:19:47.945Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:19:47.960Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:19:47.961Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-26T00:19:48.845Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-26T00:19:48.847Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-26T00:19:48.848Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: aa287114-9a06-4478-a695-a9f10eefb1c1, URL: /sdc/v1/catalog/services/Vfw20221126001759/1.0/artifacts/service-Vfw20221126001759-csar.csar to file: /app/ASDC/1/service-Vfw20221126001759-csar.csar
2022-11-26T00:19:48.848Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221126001759-csar.csar
2022-11-26T00:19:48.961Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221126001759-csar.csar
2022-11-26T00:19:48.962Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221126001759-csar.csar
2022-11-26T00:19:49.834Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6677919784131623878/Definitions/service-Vfw20221126001759-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_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
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
2022-11-26T00:19:53.056Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-26T00:19:53.063Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-26T00:19:53.063Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221126001759-csar.csar
2022-11-26T00:19:53.063Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-26T00:19:53.063Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221126001759-csar.csar
2022-11-26T00:19:53.064Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221126001759-csar.csar
2022-11-26T00:19:53.064Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221126001759-csar.csar
2022-11-26T00:19:53.064Z|4942d2b2-3b33-4922-951a-625969996a20|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-Vfw20221126001759-csar.csar
2022-11-26T00:19:53.064Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221126001759-csar.csar
2022-11-26T00:19:53.064Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221126001759-csar.csar
2022-11-26T00:19:53.065Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221126001759-csar.csar
2022-11-26T00:19:53.065Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221126001759-csar.csar
2022-11-26T00:19:53.065Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221126001759-csar.csar
2022-11-26T00:19:53.065Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221126001759-csar.csar
2022-11-26T00:19:53.065Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c864380d-4043 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-Vfw20221126001759-csar.csar
2022-11-26T00:19:53.065Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-26T00:19:53.072Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:19:53.073Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-26 00-17-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:19:53.077Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vFW c864380d-4043 0 is matching search criteria
2022-11-26T00:19:53.078Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-26T00:19:53.080Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c864380d-4043 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-26T00:19:53.081Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:19:53.082Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-26 00-17-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:19:53.082Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vFW c864380d-4043 0 is matching search criteria
2022-11-26T00:19:53.082Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-26T00:19:53.082Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c864380d-4043 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-26T00:19:53.083Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:19:53.083Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-26 00-17-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:19:53.086Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:19:53.086Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vFW c864380d-4043 0 is not matching search criteria
2022-11-26T00:19:53.086Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-26T00:19:53.087Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-26T00:19:53.087Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-26T00:19:53.087Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-26T00:19:53.087Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-26T00:19:53.088Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-26T00:19:53.088Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-26T00:19:53.088Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-26T00:19:53.088Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-26T00:19:53.088Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-26T00:19:53.089Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-26T00:19:53.089Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-26T00:19:53.089Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-26T00:19:53.089Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-26T00:19:53.090Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-26T00:19:53.090Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-26T00:19:53.090Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:19:53.090Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-26 00-17-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-26T00:19:53.092Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:19:53.092Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vFW c864380d-4043 0 is matching search criteria
2022-11-26T00:19:53.092Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c864380d-4043 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T00:19:53.093Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:19:53.093Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vFW c864380d-4043 0 is matching search criteria
2022-11-26T00:19:53.093Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c864380d-4043 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T00:19:53.094Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:19:53.094Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vFW c864380d-4043 0 is matching search criteria
2022-11-26T00:19:53.094Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c864380d-4043 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T00:19:53.094Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:19:53.095Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vFW c864380d-4043 0 is not matching search criteria
2022-11-26T00:19:53.095Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-26T00:19:53.095Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-26T00:19:53.095Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-26T00:19:53.095Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-26T00:19:53.096Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-26T00:19:53.096Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-26T00:19:53.096Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-26T00:19:53.096Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-26T00:19:53.097Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-26T00:19:53.097Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-26T00:19:53.097Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-26T00:19:53.097Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ad238aa8-c7ac-4bb9-8d39-a1c05bec1a2e
2022-11-26T00:19:53.097Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:19:53.098Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vFW c864380d-4043 0 is not matching search criteria
2022-11-26T00:19:53.098Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-26T00:19:53.098Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-26T00:19:53.098Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-26T00:19:53.099Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-26T00:19:53.099Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-26T00:19:53.099Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-26T00:19:53.099Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-26T00:19:53.099Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-26T00:19:53.100Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-26T00:19:53.100Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-26T00:19:53.100Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-26T00:19:53.100Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-26T00:19:53.101Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=480d8627-b81a-433f-9a24-09331051c63c
2022-11-26T00:19:53.101Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:19:53.101Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vFW c864380d-4043 0 is not matching search criteria
2022-11-26T00:19:53.102Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-26T00:19:53.102Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-26T00:19:53.102Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-26T00:19:53.102Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-26T00:19:53.103Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-26T00:19:53.103Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-26T00:19:53.103Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-26T00:19:53.103Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-26T00:19:53.103Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-26T00:19:53.104Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-26T00:19:53.104Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-26T00:19:53.104Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-26T00:19:53.104Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f6f47441-f35e-4cca-a646-099bf061dab0
2022-11-26T00:19:53.104Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:19:53.105Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-26 00-17-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:19:53.105Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:19:53.105Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-26 00-17-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:19:53.105Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:19:53.106Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-26 00-17-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:19:53.106Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:19:53.106Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-26 00-17-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:19:53.106Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-11-26 00-17-59
Description:catalog service description
Model UUID:5f0b1631-62e2-499c-9a0b-0fbcae4981f9
Model Version:NULL
Model InvariantUuid:b058b7dc-d244-42be-9b6a-71e61a32e689
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c864380d-4043
Model UUID:18db7e16-8cf1-482c-9152-d57132e70419
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:feeba7d4-addb-4ba6-b517-0cd608ba5e7e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:52a3ea99-55e7-4a80-8c0c-a1135bd09aba
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ecc44020-0512-4dcb-8c3c-4d6e17102d97
ModelName:VfwC864380d4043..base_vfw..module-0
ModelUuid:df8dd877-fb68-4641-be4f-2e5009974bfb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ad238aa8-c7ac-4bb9-8d39-a1c05bec1a2e
ModelInvariantUuid:d984d4de-387e-40f5-8bab-1866de0eb5b8
ModelName:vFW c864380d-4043-nodes.vfwCvfc
ModelUuid:fff2658f-afff-4b7a-a2d3-edf5e87ea45c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3b143120-dfd7-441f-a50e-37af78c2524d
ModelInvariantUuid:8c57e941-91c7-47e8-9268-194a655815b7
ModelName:VfwC864380d4043.compute.nodes.heat.vfw
ModelUuid:fef7d77a-2b06-4a7f-9587-cff8acd32ac5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:480d8627-b81a-433f-9a24-09331051c63c
ModelInvariantUuid:fba1e67b-3a41-481c-a317-315ee0e4fbad
ModelName:vFW c864380d-4043-nodes.vsnCvfc
ModelUuid:2674977b-57f4-4c3b-be75-40bccad4b74b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:18793b0b-0c63-40fb-b9b9-1f4ea6d95f10
ModelInvariantUuid:6c9f86e2-5f5c-4911-91ee-411c39c71107
ModelName:VfwC864380d4043.compute.nodes.heat.vsn
ModelUuid:626ed76b-1421-46b8-a5a0-987613361c92
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f6f47441-f35e-4cca-a646-099bf061dab0
ModelInvariantUuid:77dec6e4-d936-460e-9ebd-b2af442b7134
ModelName:vFW c864380d-4043-nodes.vpgCvfc
ModelUuid:b7a8ad4d-521a-458d-88ed-97ddbfa5b284
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:bfb2320d-426d-47bf-8261-a78f2d2cdf3b
ModelInvariantUuid:4600cfd8-393f-4adb-b78f-6310b35a7375
ModelName:VfwC864380d4043.compute.nodes.heat.vpg
ModelUuid:a6954812-6054-4ace-b100-cbc0e219d8c5
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-11-26T00:19:53.121Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 16437054-9efd-48d4-a84f-3f7ec69a65ac
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-11-26T00:19:53.181Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||vFW c864380d-4043 0
2022-11-26T00:19:53.188Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 16437054-9efd-48d4-a84f-3f7ec69a65ac
2022-11-26T00:19:53.188Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0093fc20-4d8f-4422-bb25-a65676837066 from URL: /sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/vfwc864380d40430_modules.json
2022-11-26T00:19:53.188Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-26T00:19:53.188Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/vfwc864380d40430_modules.json
2022-11-26T00:19:53.261Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-26T00:19:53.261Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/vfwc864380d40430_modules.json 0093fc20-4d8f-4422-bb25-a65676837066 785
2022-11-26T00:19:53.261Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/vfwc864380d40430_modules.json ASDC sendASDCNotification
2022-11-26T00:19:53.262Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/vfwc864380d40430_modules.json
2022-11-26T00:19:53.262Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T00:19:53.262Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:19:53.264Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:19:53.264Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669421993261,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/vfwc864380d40430_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:19:53.364Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:19:53.366Z||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-11-26T00:19:53.366Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:19:53.381Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:19:53.382Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:19:54.266Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwC864380d4043..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "ecc44020-0512-4dcb-8c3c-4d6e17102d97",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "df8dd877-fb68-4641-be4f-2e5009974bfb",
    "vfModuleModelCustomizationUUID": "c545c49d-a4e8-438d-b348-26ce259da499",
    "isBase": true,
    "artifacts": [
      "0bf43e84-e078-432b-9e46-d3b1a1aa34a0",
      "df03262a-0ba8-4a6b-bb60-819b1d5b747b"
    ],
    "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-11-26T00:19:54.283Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC864380d4043..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:df8dd877-fb68-4641-be4f-2e5009974bfb
VfModuleModelInvariantUUID:ecc44020-0512-4dcb-8c3c-4d6e17102d97
VfModuleModelDescription:NULL
Artifacts UUID List:{
0bf43e84-e078-432b-9e46-d3b1a1aa34a0
,
df03262a-0ba8-4a6b-bb60-819b1d5b747b

}
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-11-26T00:19:54.287Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwC864380d4043..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "ecc44020-0512-4dcb-8c3c-4d6e17102d97",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "df8dd877-fb68-4641-be4f-2e5009974bfb",
    "vfModuleModelCustomizationUUID": "c545c49d-a4e8-438d-b348-26ce259da499",
    "isBase": true,
    "artifacts": [
      "0bf43e84-e078-432b-9e46-d3b1a1aa34a0",
      "df03262a-0ba8-4a6b-bb60-819b1d5b747b"
    ],
    "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-11-26T00:19:54.287Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC864380d4043..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:df8dd877-fb68-4641-be4f-2e5009974bfb
VfModuleModelInvariantUUID:ecc44020-0512-4dcb-8c3c-4d6e17102d97
VfModuleModelDescription:NULL
Artifacts UUID List:{
0bf43e84-e078-432b-9e46-d3b1a1aa34a0
,
df03262a-0ba8-4a6b-bb60-819b1d5b747b

}
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-11-26T00:19:54.288Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0bf43e84-e078-432b-9e46-d3b1a1aa34a0 from URL: /sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.yaml
2022-11-26T00:19:54.288Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-26T00:19:54.288Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.yaml
2022-11-26T00:19:54.369Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-26T00:19:54.370Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.yaml 0bf43e84-e078-432b-9e46-d3b1a1aa34a0 20368
2022-11-26T00:19:54.371Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-26T00:19:54.371Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.yaml
2022-11-26T00:19:54.371Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T00:19:54.371Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:19:54.373Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:19:54.374Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669421994371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:19:54.474Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:19:54.475Z||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-11-26T00:19:54.475Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:19:54.499Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:19:54.499Z||pool-12-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:19:55.375Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: df03262a-0ba8-4a6b-bb60-819b1d5b747b from URL: /sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.env
2022-11-26T00:19:55.375Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-26T00:19:55.376Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.env
2022-11-26T00:19:55.437Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-26T00:19:55.438Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.env df03262a-0ba8-4a6b-bb60-819b1d5b747b 2098
2022-11-26T00:19:55.438Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-26T00:19:55.438Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.env
2022-11-26T00:19:55.439Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T00:19:55.439Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:19:55.441Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:19:55.442Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669421995438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:19:55.542Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:19:55.543Z||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-11-26T00:19:55.543Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:19:55.560Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:19:55.561Z||pool-13-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-26T00:19:56.442Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 5f0b1631-62e2-499c-9a0b-0fbcae4981f9
2022-11-26T00:19:56.443Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c864380d-4043 0 16437054-9efd-48d4-a84f-3f7ec69a65ac 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-11-26T00:19:56.476Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3fb76f6d, org.onap.sdc.toscaparser.api.parameters.Input@33d9799, org.onap.sdc.toscaparser.api.parameters.Input@13635675, org.onap.sdc.toscaparser.api.parameters.Input@135cd256, org.onap.sdc.toscaparser.api.parameters.Input@17941b57]
2022-11-26T00:19:56.480Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:19:56.480Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-26 00-17-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:19:56.481Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-11-26T00:19:56.481Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 52a3ea99-55e7-4a80-8c0c-a1135bd09aba
2022-11-26T00:19:56.481Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 52a3ea99-55e7-4a80-8c0c-a1135bd09aba matches Tosca VF Customization UUID: 52a3ea99-55e7-4a80-8c0c-a1135bd09aba
2022-11-26T00:19:56.481Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 52a3ea99-55e7-4a80-8c0c-a1135bd09aba  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-11-26T00:19:56.488Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:19:56.488Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-26 00-17-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:19:56.489Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 52a3ea99-55e7-4a80-8c0c-a1135bd09aba: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-26T00:19:56.490Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@274d8427
2022-11-26T00:19:56.490Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:19:56.490Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-26 00-17-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-26T00:19:56.491Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c545c49d-a4e8-438d-b348-26ce259da499
2022-11-26T00:19:56.492Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c545c49d-a4e8-438d-b348-26ce259da499
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-11-26T00:19:56.500Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:19:56.500Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vFW c864380d-4043 0 is matching search criteria
2022-11-26T00:19:56.501Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c864380d-4043 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T00:19:56.501Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:19:56.502Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vFW c864380d-4043 0 is matching search criteria
2022-11-26T00:19:56.502Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c864380d-4043 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T00:19:56.502Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:19:56.502Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vFW c864380d-4043 0 is not matching search criteria
2022-11-26T00:19:56.502Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-26T00:19:56.503Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-26T00:19:56.503Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-26T00:19:56.503Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-26T00:19:56.503Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-26T00:19:56.503Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-26T00:19:56.503Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-26T00:19:56.504Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-26T00:19:56.504Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-26T00:19:56.504Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-26T00:19:56.504Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-26T00:19:56.504Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ad238aa8-c7ac-4bb9-8d39-a1c05bec1a2e
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-11-26T00:19:56.511Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:19:56.511Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vFW c864380d-4043 0 is matching search criteria
2022-11-26T00:19:56.511Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c864380d-4043 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T00:19:56.511Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:19:56.512Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vFW c864380d-4043 0 is not matching search criteria
2022-11-26T00:19:56.512Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-26T00:19:56.512Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-26T00:19:56.512Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-26T00:19:56.513Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-26T00:19:56.513Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-26T00:19:56.513Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-26T00:19:56.513Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-26T00:19:56.513Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-26T00:19:56.514Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-26T00:19:56.514Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-26T00:19:56.514Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-26T00:19:56.514Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-26T00:19:56.514Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=480d8627-b81a-433f-9a24-09331051c63c
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-11-26T00:19:56.517Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:19:56.517Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vFW c864380d-4043 0 is matching search criteria
2022-11-26T00:19:56.517Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c864380d-4043 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T00:19:56.519Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:19:56.519Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vFW c864380d-4043 0 is not matching search criteria
2022-11-26T00:19:56.520Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-26T00:19:56.520Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-26T00:19:56.520Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-26T00:19:56.520Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-26T00:19:56.520Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-26T00:19:56.520Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-26T00:19:56.521Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-26T00:19:56.521Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-26T00:19:56.521Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-26T00:19:56.521Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-26T00:19:56.521Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-26T00:19:56.521Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-26T00:19:56.522Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f6f47441-f35e-4cca-a646-099bf061dab0
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-11-26T00:19:56.524Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:19:56.524Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vFW c864380d-4043 0 is matching search criteria
2022-11-26T00:19:56.524Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c864380d-4043 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T00:19:56.525Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:19:56.525Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Node template vFW c864380d-4043 0 is matching search criteria
2022-11-26T00:19:56.525Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c864380d-4043 0] matching following query criteria: sdcType=VF, customizationUUID=52a3ea99-55e7-4a80-8c0c-a1135bd09aba
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-11-26T00:19:56.527Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:19:56.527Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-26 00-17-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:19:56.528Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 5f0b1631-62e2-499c-9a0b-0fbcae4981f9: vFW c864380d-4043
2022-11-26T00:19:56.528Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:19:56.528Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-26 00-17-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:19:56.528Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:19:56.528Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-26 00-17-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:19:56.529Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:19:56.529Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-26 00-17-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:19:56.529Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:19:56.529Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-26 00-17-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:19:56.529Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:19:56.529Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-26 00-17-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:19:56.530Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-11-26 00-17-59 
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-11-26T00:19:56.811Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c864380d-4043 16437054-9efd-48d4-a84f-3f7ec69a65ac 1 ASDC deployResourceStructure
2022-11-26T00:19:56.811Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/vfwc864380d40430_modules.json ASDC sendASDCNotification
2022-11-26T00:19:56.812Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/vfwc864380d40430_modules.json
2022-11-26T00:19:56.812Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-26T00:19:56.812Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:19:56.814Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:19:56.814Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669421996811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/vfwc864380d40430_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-26T00:19:56.914Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:19:56.915Z||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-11-26T00:19:56.916Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:19:56.936Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:19:56.937Z||pool-14-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:19:57.814Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-26T00:19:57.815Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.yaml
2022-11-26T00:19:57.815Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-26T00:19:57.815Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:19:57.817Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:19:57.817Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669421997814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-26T00:19:57.918Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-26T00:19:57.920Z||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-11-26T00:19:57.920Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:19:57.940Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:19:57.941Z||pool-15-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:19:58.818Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-26T00:19:58.819Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.env
2022-11-26T00:19:58.819Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-26T00:19:58.820Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:19:58.822Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:19:58.822Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669421998818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-26T00:19:58.922Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:19:58.923Z||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-11-26T00:19:58.924Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:19:58.939Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:19:58.940Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:19:59.823Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221126001759/1.0/artifacts/service-Vfw20221126001759-csar.csar ASDC sendASDCNotification
2022-11-26T00:19:59.823Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221126001759/1.0/artifacts/service-Vfw20221126001759-csar.csar
2022-11-26T00:19:59.823Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-26T00:19:59.824Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:19:59.825Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:19:59.826Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669421999823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/artifacts/service-Vfw20221126001759-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-26T00:19:59.926Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:19:59.927Z||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-11-26T00:19:59.927Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:19:59.959Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:19:59.960Z||pool-17-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:20:00.826Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4942d2b2-3b33-4922-951a-625969996a20
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-26T00:20:00.845Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4942d2b2-3b33-4922-951a-625969996a20
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T00:20:00.849Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-26T00:20:00.849Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-26T00:20:00.849Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-26T00:20:30.849Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4942d2b2-3b33-4922-951a-625969996a20
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-26T00:20:30.866Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4942d2b2-3b33-4922-951a-625969996a20
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T00:20:30.871Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-26T00:20:30.871Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-26T00:20:30.871Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-26T00:20:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:20:39.804Z||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-11-26T00:20:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:20:39.933Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:20:39.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:20:39.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669421979799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:20:39.935Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:21:00.874Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4942d2b2-3b33-4922-951a-625969996a20
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-26T00:21:00.953Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4942d2b2-3b33-4922-951a-625969996a20
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T00:21:00.961Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-26T00:21:00.962Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-26T00:21:00.962Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-26T00:21:30.962Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4942d2b2-3b33-4922-951a-625969996a20
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-26T00:21:31.000Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4942d2b2-3b33-4922-951a-625969996a20
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T00:21:31.004Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-26T00:21:31.004Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-26T00:21:31.004Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-26T00:21:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:21:39.804Z||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-11-26T00:21:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:21:40.344Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:21:40.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669421979799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/vfwc864380d40430_modules.json",
  "status": "NOTIFIED"
}
2022-11-26T00:21:40.348Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:21:40.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669421979799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-26T00:21:40.349Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:21:40.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669421979799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:21:40.349Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:21:40.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669421979799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-26T00:21:40.350Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:21:40.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669421979799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/artifacts/service-Vfw20221126001759-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:21:40.350Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:21:40.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669421979799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/artifacts/service-Vfw20221126001759-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:21:40.351Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:21:40.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669421987837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/artifacts/service-Vfw20221126001759-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:21:40.351Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:21:40.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "aai-ml",
  "timestamp": 1669421990466,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/artifacts/service-Vfw20221126001759-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-26T00:21:40.351Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:21:40.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "aai-ml",
  "timestamp": 1669421991473,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-26T00:21:40.363Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4942d2b2-3b33-4922-951a-625969996a20
2022-11-26T00:21:40.364Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4942d2b2-3b33-4922-951a-625969996a20 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-11-26T00:21:40.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669421993261,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/vfwc864380d40430_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:21:40.376Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:21:40.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "policy-id",
  "timestamp": 1669421990504,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:21:40.378Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:21:40.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669421989783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:21:40.378Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:21:40.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "cds",
  "timestamp": 1669421984396,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:21:40.379Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:21:40.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669421994371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:21:40.379Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:21:40.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "policy-id",
  "timestamp": 1669421990504,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/basic_onboard_truawv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:21:40.380Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:21:40.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669421989783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/basic_onboard_truawv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:21:40.380Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:21:40.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "cds",
  "timestamp": 1669421984396,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/basic_onboard_truawv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:21:40.380Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:21:40.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669421995438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:21:40.381Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:21:40.381Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.381Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669421989783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:21:40.381Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:21:40.381Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.381Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "policy-id",
  "timestamp": 1669421990504,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-26T00:21:40.381Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:21:40.381Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.381Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "cds",
  "timestamp": 1669421984396,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:21:40.382Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:21:40.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.382Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669421996811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/vfwc864380d40430_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-26T00:21:40.382Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:21:40.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.382Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "policy-id",
  "timestamp": 1669421990504,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:21:40.382Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:21:40.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.382Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669421989783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:21:40.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:21:40.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "cds",
  "timestamp": 1669421984396,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:21:40.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:21:40.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669421995888,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:21:40.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:21:40.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669421997814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-26T00:21:40.384Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:21:40.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "policy-id",
  "timestamp": 1669421990504,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:21:40.384Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:21:40.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669421989783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:21:40.385Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:21:40.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "cds",
  "timestamp": 1669421984396,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:21:40.385Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:21:40.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "aai-ml",
  "timestamp": 1669421998676,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:21:40.385Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:21:40.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669421995888,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/basic_onboard_truawv0_modules.json",
  "status": "NOTIFIED"
}
2022-11-26T00:21:40.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:21:40.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669421998818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/resourceInstances/vfwc864380d40430/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-26T00:21:40.386Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:21:40.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "policy-id",
  "timestamp": 1669421990504,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/artifacts/service-BasicOnboardTruawv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:21:40.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:21:40.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669421989783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/artifacts/service-BasicOnboardTruawv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:21:40.387Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:21:40.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "cds",
  "timestamp": 1669421984396,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/artifacts/service-BasicOnboardTruawv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:21:40.387Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:21:40.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "aai-ml",
  "timestamp": 1669421998676,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/basic_onboard_truawv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:21:40.387Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:21:40.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669421995888,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-26T00:21:40.388Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:21:40.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669421999823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221126001759/1.0/artifacts/service-Vfw20221126001759-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-26T00:21:40.388Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:21:40.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "policy-id",
  "timestamp": 1669421990504,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/artifacts/service-BasicOnboardTruawv-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:21:40.389Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:21:40.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669421989783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/artifacts/service-BasicOnboardTruawv-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:21:40.389Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:21:40.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "cds",
  "timestamp": 1669421984396,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/artifacts/service-BasicOnboardTruawv-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:21:40.389Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:21:40.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "aai-ml",
  "timestamp": 1669421998676,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:21:40.390Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:21:40.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669421995888,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:21:40.390Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:21:40.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "aai-ml",
  "timestamp": 1669421998676,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:21:40.390Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:21:40.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669422001244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/artifacts/service-BasicOnboardTruawv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:21:40.391Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:21:40.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "cds",
  "timestamp": 1669422001249,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/artifacts/service-BasicOnboardTruawv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:21:40.391Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:21:40.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "policy-id",
  "timestamp": 1669422000177,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/artifacts/service-BasicOnboardTruawv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:21:40.392Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:21:40.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669421995888,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-26T00:21:40.392Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:21:40.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "aai-ml",
  "timestamp": 1669421998676,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:21:40.392Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:21:40.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "policy-id",
  "timestamp": 1669422001182,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/artifacts/service-BasicOnboardTruawv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-26T00:21:40.393Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:21:40.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669421995888,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/artifacts/service-BasicOnboardTruawv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:21:40.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:21:40.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "aai-ml",
  "timestamp": 1669421998676,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/artifacts/service-BasicOnboardTruawv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:21:40.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:21:40.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "policy-id",
  "timestamp": 1669422002186,
  "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-11-26T00:21:40.418Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3a938b7d-bb27-4fb2-bccf-4ed096153ca0
2022-11-26T00:21:40.418Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a938b7d-bb27-4fb2-bccf-4ed096153ca0 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-11-26T00:21:40.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669421995888,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/artifacts/service-BasicOnboardTruawv-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:21:40.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:21:40.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669422003667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/artifacts/service-BasicOnboardTruawv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-26T00:21:40.430Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:21:40.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "aai-ml",
  "timestamp": 1669421998676,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/artifacts/service-BasicOnboardTruawv-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:21:40.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:21:40.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669422003643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/basic_onboard_truawv0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:21:40.431Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:21:40.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669422004671,
  "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-11-26T00:21:40.438Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3a938b7d-bb27-4fb2-bccf-4ed096153ca0
2022-11-26T00:21:40.439Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a938b7d-bb27-4fb2-bccf-4ed096153ca0 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-11-26T00:21:40.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "aai-ml",
  "timestamp": 1669422006426,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/artifacts/service-BasicOnboardTruawv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:21:40.450Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:21:40.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669422004729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:21:40.451Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:21:40.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669422005801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:21:40.451Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:21:40.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669422006846,
  "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-11-26T00:21:40.460Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3a938b7d-bb27-4fb2-bccf-4ed096153ca0
2022-11-26T00:21:40.461Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a938b7d-bb27-4fb2-bccf-4ed096153ca0 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-11-26T00:21:40.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669422007850,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/basic_onboard_truawv0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-26T00:21:40.472Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:21:40.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "aai-ml",
  "timestamp": 1669422013347,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/artifacts/service-BasicOnboardTruawv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-26T00:21:40.473Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:21:40.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:21:40.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "aai-ml",
  "timestamp": 1669422014352,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-26T00:21:40.481Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3a938b7d-bb27-4fb2-bccf-4ed096153ca0
2022-11-26T00:21:40.481Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a938b7d-bb27-4fb2-bccf-4ed096153ca0 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-11-26T00:22:01.004Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4942d2b2-3b33-4922-951a-625969996a20
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-26T00:22:01.022Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4942d2b2-3b33-4922-951a-625969996a20
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T00:22:01.025Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-26T00:22:01.026Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-26T00:22:01.026Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-26T00:22:01.026Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-26T00:22:01.026Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-26T00:22:01.026Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-26T00:22:01.027Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-26T00:22:01.027Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-26T00:22:01.027Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-26T00:22:01.034Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-26T00:22:31.035Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4942d2b2-3b33-4922-951a-625969996a20 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-11-26T00:22:31.047Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4942d2b2-3b33-4922-951a-625969996a20 and serviceModelVersionId: 5f0b1631-62e2-499c-9a0b-0fbcae4981f9
2022-11-26T00:22:31.048Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b058b7dc-d244-42be-9b6a-71e61a32e689
2022-11-26T00:22:39.814Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:22:39.816Z||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-11-26T00:22:39.816Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:22:45.914Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b058b7dc-d244-42be-9b6a-71e61a32e689/model-vers/model-ver/5f0b1631-62e2-499c-9a0b-0fbcae4981f9?depth=0
2022-11-26T00:22:46.024Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-11-26T00:22:46.572Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b058b7dc-d244-42be-9b6a-71e61a32e689/model-vers/model-ver/5f0b1631-62e2-499c-9a0b-0fbcae4981f9?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-11-26T00:22:46.577Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b058b7dc-d244-42be-9b6a-71e61a32e689/model-vers/model-ver/5f0b1631-62e2-499c-9a0b-0fbcae4981f9?depth=0|INFO|500||Invoke
2022-11-26T00:22:46.600Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b058b7dc-d244-42be-9b6a-71e61a32e689/model-vers/model-ver/5f0b1631-62e2-499c-9a0b-0fbcae4981f9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-26T00:22:46.916Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b058b7dc-d244-42be-9b6a-71e61a32e689/model-vers/model-ver/5f0b1631-62e2-499c-9a0b-0fbcae4981f9?depth=0|INFO|500||InvokeReturn
2022-11-26T00:22:46.916Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b058b7dc-d244-42be-9b6a-71e61a32e689/model-vers/model-ver/5f0b1631-62e2-499c-9a0b-0fbcae4981f9?depth=0 has http status code:200 and response headers:{date=[Sat, 26 Nov 2022 00:22:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[280], vertex-id=[323752], x-aai-txid=[0-aai-resources-221126-00:22:46:078-18708], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-26T00:22:46.916Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-11-26T00:22:46.921Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-26T00:22:46.921Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-26T00:22:46.939Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-26T00:22:46.940Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4942d2b2-3b33-4922-951a-625969996a20 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-26T00:22:46.942Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-26T00:22:46.942Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:22:46.945Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:22:46.945Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669422166941,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-26T00:22:47.046Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-26T00:22:47.047Z||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-11-26T00:22:47.047Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:22:47.080Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:22:47.081Z||pool-18-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:22:47.692Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:22:47.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:22:47.693Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4942d2b2-3b33-4922-951a-625969996a20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669422166941,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-26T00:22:47.695Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-26T00:22:47.965Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:22:47.965Z|4942d2b2-3b33-4922-951a-625969996a20|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-11-26T00:22:47.965Z|4942d2b2-3b33-4922-951a-625969996a20|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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:22:53.592Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:22:53.592Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-26T00:22:53.593Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"3a938b7d-bb27-4fb2-bccf-4ed096153ca0","serviceName":"basic_onboard_trUaWv","serviceVersion":"1.0","serviceUUID":"a40ead44-f04b-4465-909d-c1729ac22bf3","serviceDescription":"service","serviceInvariantUUID":"137212ef-19d0-4366-bc57-226bee2dd188","resources":[{"resourceInstanceName":"basic_onboard_trUaWv 0","resourceName":"basic_onboard_trUaWv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8208d1dd-9eec-400c-bcc0-228d0c67ce93","resourceInvariantUUID":"96b062e8-c464-4fd4-9624-9db1f0c3082b","resourceCustomizationUUID":"61da6595-3af3-4958-ad4b-7b6066baefe3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/vf-license-model.xml","artifactChecksum":"ZWMzYTk3NDFkN2ZjMWVhMDEwOWQ4MzE4Y2JhODYyZWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"57d952ad-bae8-4ccc-af0c-6478048b0a68","artifactVersion":"1"},{"artifactName":"basic_onboard_truawv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/basic_onboard_truawv0_modules.json","artifactChecksum":"ZDAwOTk1NjQyNzg4ZGQ2ZWNmZWNjMzczZTVkN2QwNGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7b802ed9-0f80-464a-8e0b-7ba8184cd86c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b13a453a-65a3-40b7-9379-b3afa0e9fdae","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8e056c5e-0508-4748-8b0c-6cb49a7b3ea8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"944a7a83-6539-4b50-9148-ac29a48c77a0","artifactVersion":"2","generatedFromUUID":"b13a453a-65a3-40b7-9379-b3afa0e9fdae"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardTruawv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/artifacts/service-BasicOnboardTruawv-template.yml","artifactChecksum":"NDU0MTVlYzg2NDNiNjc1Mzk5ZWM0OTZiNjAyN2E3NDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bae15b27-bddc-496b-9fa2-7ecb58e3406d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardTruawv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/artifacts/service-BasicOnboardTruawv-csar.csar","artifactChecksum":"MDA1NDI1ODM2NmY2OTI3OWRmOTI2NjFmOGViNTA4ZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b08196e5-479f-4184-846d-911be14ed2d0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-26T00:22:53.595Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:22:53.596Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:22:53.598Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:22:53.598Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669422167965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:22:53.698Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:22:53.699Z||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-11-26T00:22:53.700Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:22:53.717Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:22:53.717Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:22:54.599Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:22:54.600Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:22:54.602Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:22:54.602Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669422167965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/basic_onboard_truawv0_modules.json",
  "status": "NOTIFIED"
}
2022-11-26T00:22:54.702Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:22:54.703Z||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-11-26T00:22:54.703Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:22:54.719Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:22:54.720Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:22:55.602Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:22:55.603Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:22:55.605Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:22:55.605Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669422167965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-26T00:22:55.706Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:22:55.707Z||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-11-26T00:22:55.707Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:22:55.723Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:22:55.723Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:22:56.606Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:22:56.607Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:22:56.610Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:22:56.610Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669422167965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:22:56.710Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:22:56.712Z||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-11-26T00:22:56.712Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:22:56.728Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:22:56.729Z||pool-22-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:22:57.611Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:22:57.612Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:22:57.614Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:22:57.614Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669422167965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-26T00:22:57.714Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:22:57.715Z||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-11-26T00:22:57.715Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:22:57.734Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:22:57.734Z||pool-23-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:22:58.614Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:22:58.615Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:22:58.617Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:22:58.617Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669422167965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/artifacts/service-BasicOnboardTruawv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:22:58.718Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:22:58.718Z||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-11-26T00:22:58.719Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:22:58.734Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:22:58.735Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:22:59.618Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:22:59.619Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:22:59.621Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:22:59.621Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669422167965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/artifacts/service-BasicOnboardTruawv-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:22:59.721Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:22:59.722Z||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-11-26T00:22:59.723Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:22:59.737Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:22:59.738Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:23:00.623Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "serviceName": "basic_onboard_trUaWv",
  "serviceVersion": "1.0",
  "serviceUUID": "a40ead44-f04b-4465-909d-c1729ac22bf3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "137212ef-19d0-4366-bc57-226bee2dd188",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_trUaWv 0",
      "resourceCustomizationUUID": "61da6595-3af3-4958-ad4b-7b6066baefe3",
      "resourceName": "basic_onboard_trUaWv",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8208d1dd-9eec-400c-bcc0-228d0c67ce93",
      "resourceInvariantUUID": "96b062e8-c464-4fd4-9624-9db1f0c3082b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_truawv0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/basic_onboard_truawv0_modules.json",
          "artifactChecksum": "ZDAwOTk1NjQyNzg4ZGQ2ZWNmZWNjMzczZTVkN2QwNGY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7b802ed9-0f80-464a-8e0b-7ba8184cd86c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b13a453a-65a3-40b7-9379-b3afa0e9fdae",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "944a7a83-6539-4b50-9148-ac29a48c77a0",
            "generatedFromUUID": "b13a453a-65a3-40b7-9379-b3afa0e9fdae"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "944a7a83-6539-4b50-9148-ac29a48c77a0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardTruawv-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/artifacts/service-BasicOnboardTruawv-csar.csar",
      "artifactChecksum": "MDA1NDI1ODM2NmY2OTI3OWRmOTI2NjFmOGViNTA4ZmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b08196e5-479f-4184-846d-911be14ed2d0"
    }
  ],
  "workloadContext": "Production"
}
2022-11-26T00:23:00.623Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-26T00:23:00.623Z|4942d2b2-3b33-4922-951a-625969996a20|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a40ead44-f04b-4465-909d-c1729ac22bf3 ASDC
2022-11-26T00:23:00.623Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:3a938b7d-bb27-4fb2-bccf-4ed096153ca0
ServiceName:basic_onboard_trUaWv
ServiceVersion:1.0
ServiceUUID:a40ead44-f04b-4465-909d-c1729ac22bf3
ServiceInvariantUUID:137212ef-19d0-4366-bc57-226bee2dd188
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardTruawv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/artifacts/service-BasicOnboardTruawv-csar.csar
ArtifactUUID:b08196e5-479f-4184-846d-911be14ed2d0
ArtifactChecksum:MDA1NDI1ODM2NmY2OTI3OWRmOTI2NjFmOGViNTA4ZmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_trUaWv 0
ResourceCustomizationUUID:61da6595-3af3-4958-ad4b-7b6066baefe3
ResourceInvariantUUID:96b062e8-c464-4fd4-9624-9db1f0c3082b
ResourceName:basic_onboard_trUaWv
ResourceType:VF
ResourceUUID:8208d1dd-9eec-400c-bcc0-228d0c67ce93
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_truawv0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/basic_onboard_truawv0_modules.json
ArtifactUUID:7b802ed9-0f80-464a-8e0b-7ba8184cd86c
ArtifactChecksum:ZDAwOTk1NjQyNzg4ZGQ2ZWNmZWNjMzczZTVkN2QwNGY=
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/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.yaml
ArtifactUUID:b13a453a-65a3-40b7-9379-b3afa0e9fdae
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/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.env
ArtifactUUID:944a7a83-6539-4b50-9148-ac29a48c77a0
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/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.env
ArtifactUUID:944a7a83-6539-4b50-9148-ac29a48c77a0
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-26T00:23:00.624Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a40ead44-f04b-4465-909d-c1729ac22bf3 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-11-26T00:23:00.670Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-26T00:23:00.671Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-26T00:23:00.671Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-26T00:23:00.671Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b08196e5-479f-4184-846d-911be14ed2d0 from URL: /sdc/v1/catalog/services/BasicOnboardTruawv/1.0/artifacts/service-BasicOnboardTruawv-csar.csar
2022-11-26T00:23:00.671Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-26T00:23:00.671Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/artifacts/service-BasicOnboardTruawv-csar.csar
2022-11-26T00:23:00.815Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-26T00:23:00.816Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTruawv/1.0/artifacts/service-BasicOnboardTruawv-csar.csar b08196e5-479f-4184-846d-911be14ed2d0 75685
2022-11-26T00:23:00.816Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTruawv/1.0/artifacts/service-BasicOnboardTruawv-csar.csar ASDC sendASDCNotification
2022-11-26T00:23:00.816Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/artifacts/service-BasicOnboardTruawv-csar.csar
2022-11-26T00:23:00.816Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T00:23:00.817Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:23:00.819Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:23:00.819Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669422180816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/artifacts/service-BasicOnboardTruawv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:23:00.919Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:23:00.920Z||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-11-26T00:23:00.920Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:23:00.941Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:23:00.941Z||pool-26-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:23:01.820Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-26T00:23:01.821Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-26T00:23:01.821Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b08196e5-479f-4184-846d-911be14ed2d0, URL: /sdc/v1/catalog/services/BasicOnboardTruawv/1.0/artifacts/service-BasicOnboardTruawv-csar.csar to file: /app/ASDC/1/service-BasicOnboardTruawv-csar.csar
2022-11-26T00:23:01.821Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardTruawv-csar.csar
2022-11-26T00:23:01.822Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardTruawv-csar.csar
2022-11-26T00:23:01.822Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardTruawv-csar.csar
2022-11-26T00:23:01.944Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5882544671578458690/Definitions/service-BasicOnboardTruawv-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_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-11-26T00:23:03.145Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-26T00:23:03.146Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-26T00:23:03.146Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardTruawv-csar.csar
2022-11-26T00:23:03.146Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-26T00:23:03.146Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardTruawv-csar.csar
2022-11-26T00:23:03.146Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_trUaWv 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-BasicOnboardTruawv-csar.csar
2022-11-26T00:23:03.147Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTruawv-csar.csar
2022-11-26T00:23:03.147Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTruawv-csar.csar
2022-11-26T00:23:03.147Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|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-BasicOnboardTruawv-csar.csar
2022-11-26T00:23:03.147Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardTruawv-csar.csar
2022-11-26T00:23:03.147Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardTruawv-csar.csar
2022-11-26T00:23:03.148Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-26T00:23:03.148Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:23:03.148Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_trUaWv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:23:03.149Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_trUaWv 0 is matching search criteria
2022-11-26T00:23:03.149Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-26T00:23:03.149Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_trUaWv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-26T00:23:03.149Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:23:03.150Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_trUaWv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:23:03.150Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_trUaWv 0 is matching search criteria
2022-11-26T00:23:03.150Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-26T00:23:03.150Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_trUaWv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-26T00:23:03.151Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:23:03.151Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_trUaWv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:23:03.151Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:23:03.151Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_trUaWv 0 is not matching search criteria
2022-11-26T00:23:03.152Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-26T00:23:03.152Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-26T00:23:03.152Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-26T00:23:03.152Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-26T00:23:03.153Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-26T00:23:03.153Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:23:03.153Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_trUaWv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-26T00:23:03.153Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:23:03.154Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_trUaWv 0 is matching search criteria
2022-11-26T00:23:03.154Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_trUaWv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T00:23:03.154Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:23:03.155Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_trUaWv 0 is matching search criteria
2022-11-26T00:23:03.155Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_trUaWv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T00:23:03.155Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:23:03.155Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_trUaWv 0 is matching search criteria
2022-11-26T00:23:03.155Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_trUaWv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T00:23:03.156Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:23:03.156Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_trUaWv 0 is not matching search criteria
2022-11-26T00:23:03.156Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-26T00:23:03.157Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-26T00:23:03.157Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3923b78f-ce63-4e4d-a02d-8f744519d947
2022-11-26T00:23:03.157Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:23:03.157Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_trUaWv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:23:03.158Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:23:03.158Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_trUaWv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:23:03.158Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:23:03.158Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_trUaWv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:23:03.159Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:23:03.159Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_trUaWv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:23:03.159Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_trUaWv
Description:service
Model UUID:a40ead44-f04b-4465-909d-c1729ac22bf3
Model Version:NULL
Model InvariantUuid:137212ef-19d0-4366-bc57-226bee2dd188
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_trUaWv
Model UUID:aefaa0d9-2221-4146-9384-bc9047ebeed0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:96b062e8-c464-4fd4-9624-9db1f0c3082b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:61da6595-3af3-4958-ad4b-7b6066baefe3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:abb946f3-ce70-4b53-b3fd-aae4e52e3899
ModelName:BasicOnboardTruawv..base_ubuntu18..module-0
ModelUuid:6044e366-6d6e-4c00-a03a-a35fe5358cd3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3923b78f-ce63-4e4d-a02d-8f744519d947
ModelInvariantUuid:f192e195-6766-4472-8610-200d3695b11d
ModelName:basic_onboard_trUaWv-nodes.ubuntu18Cvfc
ModelUuid:96cae4a4-086d-4857-acb0-9aba56f66608
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:5e73e497-28d4-4704-bd28-dead5d31b167
ModelInvariantUuid:032de23f-3e39-43a1-81f2-d1a08d203a4c
ModelName:BasicOnboardTruawv.compute.nodes.heat.ubuntu18
ModelUuid:c5096b85-026a-418f-b949-1dc793bb881e
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-11-26T00:23:03.171Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 8208d1dd-9eec-400c-bcc0-228d0c67ce93
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-11-26T00:23:03.174Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||basic_onboard_trUaWv 0
2022-11-26T00:23:03.175Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8208d1dd-9eec-400c-bcc0-228d0c67ce93
2022-11-26T00:23:03.175Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7b802ed9-0f80-464a-8e0b-7ba8184cd86c from URL: /sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/basic_onboard_truawv0_modules.json
2022-11-26T00:23:03.175Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-26T00:23:03.175Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/basic_onboard_truawv0_modules.json
2022-11-26T00:23:03.320Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-26T00:23:03.320Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/basic_onboard_truawv0_modules.json 7b802ed9-0f80-464a-8e0b-7ba8184cd86c 798
2022-11-26T00:23:03.321Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/basic_onboard_truawv0_modules.json ASDC sendASDCNotification
2022-11-26T00:23:03.321Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/basic_onboard_truawv0_modules.json
2022-11-26T00:23:03.321Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T00:23:03.321Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:23:03.323Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:23:03.323Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669422183321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/basic_onboard_truawv0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:23:03.423Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:23:03.424Z||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-11-26T00:23:03.424Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:23:03.438Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:23:03.439Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:23:04.324Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardTruawv..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "abb946f3-ce70-4b53-b3fd-aae4e52e3899",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6044e366-6d6e-4c00-a03a-a35fe5358cd3",
    "vfModuleModelCustomizationUUID": "5eda5167-826e-491f-9e6f-2f9c658dc5b5",
    "isBase": true,
    "artifacts": [
      "b13a453a-65a3-40b7-9379-b3afa0e9fdae",
      "944a7a83-6539-4b50-9148-ac29a48c77a0"
    ],
    "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-11-26T00:23:04.328Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTruawv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6044e366-6d6e-4c00-a03a-a35fe5358cd3
VfModuleModelInvariantUUID:abb946f3-ce70-4b53-b3fd-aae4e52e3899
VfModuleModelDescription:NULL
Artifacts UUID List:{
b13a453a-65a3-40b7-9379-b3afa0e9fdae
,
944a7a83-6539-4b50-9148-ac29a48c77a0

}
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-11-26T00:23:04.330Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardTruawv..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "abb946f3-ce70-4b53-b3fd-aae4e52e3899",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6044e366-6d6e-4c00-a03a-a35fe5358cd3",
    "vfModuleModelCustomizationUUID": "5eda5167-826e-491f-9e6f-2f9c658dc5b5",
    "isBase": true,
    "artifacts": [
      "b13a453a-65a3-40b7-9379-b3afa0e9fdae",
      "944a7a83-6539-4b50-9148-ac29a48c77a0"
    ],
    "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-11-26T00:23:04.330Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTruawv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6044e366-6d6e-4c00-a03a-a35fe5358cd3
VfModuleModelInvariantUUID:abb946f3-ce70-4b53-b3fd-aae4e52e3899
VfModuleModelDescription:NULL
Artifacts UUID List:{
b13a453a-65a3-40b7-9379-b3afa0e9fdae
,
944a7a83-6539-4b50-9148-ac29a48c77a0

}
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-11-26T00:23:04.331Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b13a453a-65a3-40b7-9379-b3afa0e9fdae from URL: /sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.yaml
2022-11-26T00:23:04.331Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-26T00:23:04.331Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.yaml
2022-11-26T00:23:04.392Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-26T00:23:04.392Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.yaml b13a453a-65a3-40b7-9379-b3afa0e9fdae 5033
2022-11-26T00:23:04.393Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-26T00:23:04.393Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.yaml
2022-11-26T00:23:04.393Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T00:23:04.393Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:23:04.395Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:23:04.395Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669422184392,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:23:04.495Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:23:04.496Z||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-11-26T00:23:04.497Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:23:04.511Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:23:04.511Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-26T00:23:05.397Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 944a7a83-6539-4b50-9148-ac29a48c77a0 from URL: /sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.env
2022-11-26T00:23:05.397Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-26T00:23:05.397Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.env
2022-11-26T00:23:05.484Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-26T00:23:05.485Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.env 944a7a83-6539-4b50-9148-ac29a48c77a0 909
2022-11-26T00:23:05.485Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-26T00:23:05.485Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.env
2022-11-26T00:23:05.485Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T00:23:05.486Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:23:05.489Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:23:05.489Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669422185485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:23:05.589Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:23:05.589Z||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-11-26T00:23:05.590Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:23:05.606Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:23:05.607Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:23:06.489Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: a40ead44-f04b-4465-909d-c1729ac22bf3
2022-11-26T00:23:06.490Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_trUaWv 0 8208d1dd-9eec-400c-bcc0-228d0c67ce93 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-11-26T00:23:06.505Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@53641449, org.onap.sdc.toscaparser.api.parameters.Input@6eb38a6e, org.onap.sdc.toscaparser.api.parameters.Input@2418c2ee, org.onap.sdc.toscaparser.api.parameters.Input@a1c7cc1, org.onap.sdc.toscaparser.api.parameters.Input@7929e797]
2022-11-26T00:23:06.506Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:23:06.507Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_trUaWv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:23:06.507Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-11-26T00:23:06.507Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 61da6595-3af3-4958-ad4b-7b6066baefe3
2022-11-26T00:23:06.507Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 61da6595-3af3-4958-ad4b-7b6066baefe3 matches Tosca VF Customization UUID: 61da6595-3af3-4958-ad4b-7b6066baefe3
2022-11-26T00:23:06.507Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 61da6595-3af3-4958-ad4b-7b6066baefe3  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-11-26T00:23:06.510Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:23:06.510Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_trUaWv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:23:06.510Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 61da6595-3af3-4958-ad4b-7b6066baefe3: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-26T00:23:06.510Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@c5dd82
2022-11-26T00:23:06.510Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:23:06.511Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_trUaWv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-26T00:23:06.511Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5eda5167-826e-491f-9e6f-2f9c658dc5b5
2022-11-26T00:23:06.511Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5eda5167-826e-491f-9e6f-2f9c658dc5b5
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-11-26T00:23:06.513Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:23:06.513Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_trUaWv 0 is matching search criteria
2022-11-26T00:23:06.513Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_trUaWv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T00:23:06.514Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:23:06.514Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_trUaWv 0 is matching search criteria
2022-11-26T00:23:06.514Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_trUaWv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T00:23:06.515Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:23:06.515Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_trUaWv 0 is not matching search criteria
2022-11-26T00:23:06.515Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-26T00:23:06.516Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-26T00:23:06.516Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3923b78f-ce63-4e4d-a02d-8f744519d947
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-11-26T00:23:06.519Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:23:06.519Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_trUaWv 0 is matching search criteria
2022-11-26T00:23:06.519Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_trUaWv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T00:23:06.519Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:23:06.519Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_trUaWv 0 is matching search criteria
2022-11-26T00:23:06.519Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_trUaWv 0] matching following query criteria: sdcType=VF, customizationUUID=61da6595-3af3-4958-ad4b-7b6066baefe3
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-11-26T00:23:06.522Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:23:06.523Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_trUaWv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:23:06.523Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid a40ead44-f04b-4465-909d-c1729ac22bf3: basic_onboard_trUaWv
2022-11-26T00:23:06.523Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:23:06.523Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_trUaWv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:23:06.523Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:23:06.524Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_trUaWv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:23:06.524Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:23:06.524Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_trUaWv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:23:06.524Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:23:06.525Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_trUaWv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:23:06.525Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:23:06.525Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_trUaWv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:23:06.525Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_trUaWv 
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-11-26T00:23:06.630Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_trUaWv 8208d1dd-9eec-400c-bcc0-228d0c67ce93 1 ASDC deployResourceStructure
2022-11-26T00:23:06.630Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/basic_onboard_truawv0_modules.json ASDC sendASDCNotification
2022-11-26T00:23:06.631Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/basic_onboard_truawv0_modules.json
2022-11-26T00:23:06.631Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-26T00:23:06.631Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:23:06.633Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:23:06.633Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669422186630,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/basic_onboard_truawv0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-26T00:23:06.734Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-26T00:23:06.735Z||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-11-26T00:23:06.735Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:23:06.750Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:23:06.751Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:23:07.634Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-26T00:23:07.635Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.yaml
2022-11-26T00:23:07.635Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-26T00:23:07.635Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:23:07.637Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:23:07.637Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669422187634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-11-26T00:23:07.737Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:23:07.738Z||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-11-26T00:23:07.739Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:23:07.759Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:23:07.760Z||pool-31-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-11-26T00:23:08.639Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-26T00:23:08.639Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.env
2022-11-26T00:23:08.639Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-26T00:23:08.639Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:23:08.642Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:23:08.642Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669422188639,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-11-26T00:23:08.742Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-26T00:23:08.743Z||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-11-26T00:23:08.743Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:23:08.763Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:23:08.763Z||pool-32-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:23:09.644Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTruawv/1.0/artifacts/service-BasicOnboardTruawv-csar.csar ASDC sendASDCNotification
2022-11-26T00:23:09.644Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/artifacts/service-BasicOnboardTruawv-csar.csar
2022-11-26T00:23:09.645Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-26T00:23:09.645Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:23:09.648Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:23:09.648Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669422189643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/artifacts/service-BasicOnboardTruawv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-26T00:23:09.749Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-26T00:23:09.750Z||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-11-26T00:23:09.750Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:23:09.764Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:23:09.765Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:23:10.651Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3a938b7d-bb27-4fb2-bccf-4ed096153ca0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-26T00:23:10.745Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3a938b7d-bb27-4fb2-bccf-4ed096153ca0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T00:23:10.791Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-26T00:23:10.807Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-26T00:23:10.807Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-26T00:23:10.810Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-26T00:23:10.811Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-26T00:23:10.811Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-26T00:23:10.811Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-26T00:23:10.811Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-26T00:23:10.811Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-26T00:23:10.843Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-26T00:23:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:23:39.804Z||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-11-26T00:23:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:23:40.447Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:23:40.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:23:40.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669422167965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:23:40.450Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:23:40.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:23:40.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669422167965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/basic_onboard_truawv0_modules.json",
  "status": "NOTIFIED"
}
2022-11-26T00:23:40.450Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:23:40.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:23:40.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669422167965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-26T00:23:40.451Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:23:40.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:23:40.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669422167965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:23:40.451Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:23:40.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:23:40.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669422167965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-26T00:23:40.451Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:23:40.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:23:40.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669422167965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/artifacts/service-BasicOnboardTruawv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:23:40.452Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:23:40.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:23:40.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669422167965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/artifacts/service-BasicOnboardTruawv-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:23:40.452Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:23:40.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:23:40.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669422180816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/artifacts/service-BasicOnboardTruawv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:23:40.452Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:23:40.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:23:40.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669422183321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/basic_onboard_truawv0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:23:40.453Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:23:40.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:23:40.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669422184392,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:23:40.453Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:23:40.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:23:40.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669422185485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:23:40.454Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:23:40.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:23:40.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669422186630,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/basic_onboard_truawv0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-26T00:23:40.454Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:23:40.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:23:40.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669422187634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-11-26T00:23:40.454Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:23:40.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:23:40.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669422188639,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/resourceInstances/basic_onboard_truawv0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-11-26T00:23:40.455Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:23:40.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:23:40.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669422189643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTruawv/1.0/artifacts/service-BasicOnboardTruawv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-26T00:23:40.455Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:23:40.843Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3a938b7d-bb27-4fb2-bccf-4ed096153ca0 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-11-26T00:23:40.852Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3a938b7d-bb27-4fb2-bccf-4ed096153ca0 and serviceModelVersionId: a40ead44-f04b-4465-909d-c1729ac22bf3
2022-11-26T00:23:40.852Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 137212ef-19d0-4366-bc57-226bee2dd188
2022-11-26T00:23:40.853Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/137212ef-19d0-4366-bc57-226bee2dd188/model-vers/model-ver/a40ead44-f04b-4465-909d-c1729ac22bf3?depth=0
2022-11-26T00:23:40.863Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-11-26T00:23:40.938Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/137212ef-19d0-4366-bc57-226bee2dd188/model-vers/model-ver/a40ead44-f04b-4465-909d-c1729ac22bf3?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-11-26T00:23:40.939Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/137212ef-19d0-4366-bc57-226bee2dd188/model-vers/model-ver/a40ead44-f04b-4465-909d-c1729ac22bf3?depth=0|INFO|500||Invoke
2022-11-26T00:23:40.945Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/137212ef-19d0-4366-bc57-226bee2dd188/model-vers/model-ver/a40ead44-f04b-4465-909d-c1729ac22bf3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-26T00:23:41.146Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/137212ef-19d0-4366-bc57-226bee2dd188/model-vers/model-ver/a40ead44-f04b-4465-909d-c1729ac22bf3?depth=0|INFO|500||InvokeReturn
2022-11-26T00:23:41.147Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/137212ef-19d0-4366-bc57-226bee2dd188/model-vers/model-ver/a40ead44-f04b-4465-909d-c1729ac22bf3?depth=0 has http status code:200 and response headers:{date=[Sat, 26 Nov 2022 00:23:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[183], vertex-id=[188568], x-aai-txid=[2-aai-resources-221126-00:23:40:424-64105], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-26T00:23:41.147Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-11-26T00:23:41.148Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-26T00:23:41.148Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-26T00:23:41.153Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-26T00:23:41.154Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3a938b7d-bb27-4fb2-bccf-4ed096153ca0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-26T00:23:41.154Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-26T00:23:41.154Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:23:41.156Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:23:41.157Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669422221154,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-26T00:23:41.256Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-26T00:23:41.257Z||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-11-26T00:23:41.258Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:23:41.287Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:23:41.287Z||pool-34-thread-1|||||INFO|500||cambria reply ok (30 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-11-26T00:23:42.174Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:23:42.174Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|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-11-26T00:23:42.174Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:23:51.729Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:23:51.730Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:23:51.730Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|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-11-26T00:23:51.731Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:24:01.296Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:24:01.297Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:24:01.298Z||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-11-26T00:24:01.298Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:24:10.844Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:24:39.798Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:24:39.799Z||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-11-26T00:24:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:24:39.803Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:24:39.803Z||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-11-26T00:24:39.803Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:24:40.435Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:24:40.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-26T00:24:40.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a938b7d-bb27-4fb2-bccf-4ed096153ca0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669422221154,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-26T00:24:40.436Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:24:49.364Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:25:39.798Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:25:39.799Z||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-11-26T00:25:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:25:39.803Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:25:39.803Z||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-11-26T00:25:39.803Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:25:49.358Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:25:49.359Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:26:39.798Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:26:39.800Z||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-11-26T00:26:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:26:39.803Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:26:39.804Z||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-11-26T00:26:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:26:49.354Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:26:49.358Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:27:39.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:27:39.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:27:39.804Z||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-11-26T00:27:39.804Z||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-11-26T00:27:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:27:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:27:49.356Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:27:49.379Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:28:39.798Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:28:39.800Z||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-11-26T00:28:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:28:39.803Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:28:39.804Z||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-11-26T00:28:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:28:49.355Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:28:49.359Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:29:39.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:29:39.800Z||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-11-26T00:29:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:29:39.803Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:29:39.804Z||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-11-26T00:29:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:29:49.361Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:29:49.362Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:30:39.798Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:30:39.799Z||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-11-26T00:30:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:30:39.803Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:30:39.804Z||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-11-26T00:30:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:30:49.362Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:30:49.363Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:31:39.798Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:31:39.799Z||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-11-26T00:31:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:31:39.803Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:31:39.805Z||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-11-26T00:31:39.805Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:31:49.352Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:31:49.392Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:32:39.798Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:32:39.800Z||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-11-26T00:32:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:32:39.803Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:32:39.803Z||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-11-26T00:32:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:32:49.351Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:32:49.351Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:33:39.798Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:33:39.799Z||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-11-26T00:33:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:33:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:33:39.804Z||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-11-26T00:33:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:33:49.387Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:33:49.391Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:34:39.799Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:34:39.800Z||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-11-26T00:34:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:34:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:34:39.804Z||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-11-26T00:34:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:34:49.373Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:34:49.375Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:35:39.799Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:35:39.802Z||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-11-26T00:35:39.803Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:35:39.803Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:35:39.804Z||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-11-26T00:35:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:35:49.376Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:35:49.376Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:36:39.798Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:36:39.799Z||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-11-26T00:36:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:36:39.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:36:39.804Z||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-11-26T00:36:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:36:49.360Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:36:49.360Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:37:39.798Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:37:39.799Z||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-11-26T00:37:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:37:39.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:37:39.804Z||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-11-26T00:37:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:37:40.111Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:37:40.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:37:40.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb881e04-a25d-45d4-8a26-f2df59b14fff",
  "consumerID": "cds",
  "timestamp": 1669423049396,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:37:40.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:37:40.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:37:40.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb881e04-a25d-45d4-8a26-f2df59b14fff",
  "consumerID": "aai-ml",
  "timestamp": 1669423048676,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:37:40.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:37:40.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:37:40.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb881e04-a25d-45d4-8a26-f2df59b14fff",
  "consumerID": "policy-id",
  "timestamp": 1669423050504,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:37:40.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:37:40.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:37:40.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb881e04-a25d-45d4-8a26-f2df59b14fff",
  "consumerID": "aai-ml",
  "timestamp": 1669423048676,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:37:40.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:37:40.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:37:40.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb881e04-a25d-45d4-8a26-f2df59b14fff",
  "consumerID": "cds",
  "timestamp": 1669423049396,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:37:40.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:37:40.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:37:40.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb881e04-a25d-45d4-8a26-f2df59b14fff",
  "consumerID": "policy-id",
  "timestamp": 1669423050504,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:37:40.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:37:40.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:37:40.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb881e04-a25d-45d4-8a26-f2df59b14fff",
  "consumerID": "policy-id",
  "timestamp": 1669423055098,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:37:40.116Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:37:40.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:37:40.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb881e04-a25d-45d4-8a26-f2df59b14fff",
  "consumerID": "aai-ml",
  "timestamp": 1669423057404,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:37:40.117Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:37:40.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:37:40.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb881e04-a25d-45d4-8a26-f2df59b14fff",
  "consumerID": "cds",
  "timestamp": 1669423056170,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:37:40.117Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:37:40.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:37:40.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb881e04-a25d-45d4-8a26-f2df59b14fff",
  "consumerID": "policy-id",
  "timestamp": 1669423056106,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-26T00:37:40.117Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:37:40.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:37:40.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb881e04-a25d-45d4-8a26-f2df59b14fff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669423055888,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:37:40.118Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:37:40.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:37:40.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb881e04-a25d-45d4-8a26-f2df59b14fff",
  "consumerID": "policy-id",
  "timestamp": 1669423057129,
  "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-11-26T00:37:40.151Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eb881e04-a25d-45d4-8a26-f2df59b14fff
2022-11-26T00:37:40.151Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb881e04-a25d-45d4-8a26-f2df59b14fff 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-11-26T00:37:40.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:37:40.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb881e04-a25d-45d4-8a26-f2df59b14fff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669423055888,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:37:40.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:37:40.441Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:37:40.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-26T00:37:40.442Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"eb881e04-a25d-45d4-8a26-f2df59b14fff","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"fce68de7-0d2a-4cc3-b0b0-edee2e68610d","serviceDescription":"service","serviceInvariantUUID":"822068b0-2d42-4da6-ab9a-1f339926dc92","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"417ace99-70b1-44ab-a6d9-4137fc258b5a","resourceInvariantUUID":"a42cee0c-8348-4117-bfe5-f660fecca1d8","resourceCustomizationUUID":"70158bf5-bf20-4a57-b610-714204dfc0cc","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":"OWU4MTNjNDBhY2Q2M2Q2ZGFkYTI5NDQzMzRkZTBlMTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"88665e45-370f-4bba-91c8-da78294f6b54","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NzQ2ZDJjMzhlYzJmZjZkODRjMjYxMGQ4ZTY2ZjFmOTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"07fd4c54-d1f7-40a8-b1a2-ae99fccee200","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-26T00:37:40.448Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:37:40.449Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:37:40.452Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:37:40.453Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "eb881e04-a25d-45d4-8a26-f2df59b14fff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423059798,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:37:40.553Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-26T00:37:40.554Z||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-11-26T00:37:40.554Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:37:40.576Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:37:40.576Z||pool-35-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-11-26T00:37:41.453Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:37:41.454Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:37:41.456Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:37:41.457Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "eb881e04-a25d-45d4-8a26-f2df59b14fff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423059798,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:37:41.557Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:37:41.558Z||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-11-26T00:37:41.558Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:37:41.577Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:37:41.577Z||pool-36-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:37:42.458Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "eb881e04-a25d-45d4-8a26-f2df59b14fff",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "fce68de7-0d2a-4cc3-b0b0-edee2e68610d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "822068b0-2d42-4da6-ab9a-1f339926dc92",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "70158bf5-bf20-4a57-b610-714204dfc0cc",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "417ace99-70b1-44ab-a6d9-4137fc258b5a",
      "resourceInvariantUUID": "a42cee0c-8348-4117-bfe5-f660fecca1d8",
      "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": "NzQ2ZDJjMzhlYzJmZjZkODRjMjYxMGQ4ZTY2ZjFmOTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "07fd4c54-d1f7-40a8-b1a2-ae99fccee200"
    }
  ],
  "workloadContext": "Production"
}
2022-11-26T00:37:42.459Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-26T00:37:42.459Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fce68de7-0d2a-4cc3-b0b0-edee2e68610d ASDC
2022-11-26T00:37:42.460Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:eb881e04-a25d-45d4-8a26-f2df59b14fff
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:fce68de7-0d2a-4cc3-b0b0-edee2e68610d
ServiceInvariantUUID:822068b0-2d42-4da6-ab9a-1f339926dc92
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:07fd4c54-d1f7-40a8-b1a2-ae99fccee200
ArtifactChecksum:NzQ2ZDJjMzhlYzJmZjZkODRjMjYxMGQ4ZTY2ZjFmOTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:70158bf5-bf20-4a57-b610-714204dfc0cc
ResourceInvariantUUID:a42cee0c-8348-4117-bfe5-f660fecca1d8
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:417ace99-70b1-44ab-a6d9-4137fc258b5a
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-11-26T00:37:42.461Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fce68de7-0d2a-4cc3-b0b0-edee2e68610d 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-11-26T00:37:42.504Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-26T00:37:42.506Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-26T00:37:42.506Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-26T00:37:42.506Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 07fd4c54-d1f7-40a8-b1a2-ae99fccee200 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-26T00:37:42.507Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-26T00:37:42.507Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-26T00:37:42.617Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-26T00:37:42.618Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 07fd4c54-d1f7-40a8-b1a2-ae99fccee200 57787
2022-11-26T00:37:42.619Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-26T00:37:42.619Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-26T00:37:42.619Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T00:37:42.619Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:37:42.622Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:37:42.622Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "eb881e04-a25d-45d4-8a26-f2df59b14fff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423062619,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:37:42.722Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:37:42.723Z||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-11-26T00:37:42.723Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:37:42.738Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:37:42.739Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:37:43.623Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-26T00:37:43.625Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-26T00:37:43.625Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 07fd4c54-d1f7-40a8-b1a2-ae99fccee200, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-26T00:37:43.626Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-26T00:37:43.627Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-26T00:37:43.627Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-26T00:37:43.811Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11465496475345128623/Definitions/service-BasicNetwork-template.yml
2022-11-26T00:37:44.461Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-26T00:37:44.462Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-26T00:37:44.462Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-26T00:37:44.462Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-26T00:37:44.462Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||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-11-26T00:37:44.462Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||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-11-26T00:37:44.462Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||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-11-26T00:37:44.463Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||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-11-26T00:37:44.463Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||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-11-26T00:37:44.463Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||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-11-26T00:37:44.463Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||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-11-26T00:37:44.463Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||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-11-26T00:37:44.463Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-26T00:37:44.463Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:37:44.463Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:37:44.464Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-26T00:37:44.464Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-26T00:37:44.464Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-26T00:37:44.464Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:37:44.465Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:37:44.465Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-26T00:37:44.465Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-26T00:37:44.465Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-26T00:37:44.465Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:37:44.465Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:37:44.465Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:37:44.465Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:37:44.466Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:37:44.466Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:37:44.466Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:37:44.466Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:37:44.467Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:37:44.467Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:37:44.467Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:fce68de7-0d2a-4cc3-b0b0-edee2e68610d
Model Version:NULL
Model InvariantUuid:822068b0-2d42-4da6-ab9a-1f339926dc92
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:a42cee0c-8348-4117-bfe5-f660fecca1d8
Model UUID:f1613a8c-e937-4c09-895c-1e199aa1cfcc
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:70158bf5-bf20-4a57-b610-714204dfc0cc
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-11-26T00:37:44.478Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 417ace99-70b1-44ab-a6d9-4137fc258b5a
2022-11-26T00:37:44.479Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||No resources found for Service: fce68de7-0d2a-4cc3-b0b0-edee2e68610d
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-11-26T00:37:44.486Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||
2022-11-26T00:37:44.487Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-11-26T00:37:44.488Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||No resources found for Service: fce68de7-0d2a-4cc3-b0b0-edee2e68610d
2022-11-26T00:37:44.488Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: fce68de7-0d2a-4cc3-b0b0-edee2e68610d
2022-11-26T00:37:44.488Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-11-26T00:37:44.488Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||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-11-26T00:37:44.495Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d66e17d, org.onap.sdc.toscaparser.api.parameters.Input@7274f0fb, org.onap.sdc.toscaparser.api.parameters.Input@1528f912, org.onap.sdc.toscaparser.api.parameters.Input@4efbb317, org.onap.sdc.toscaparser.api.parameters.Input@540ccebc]
2022-11-26T00:37:44.496Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:37:44.496Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:37:44.497Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:37:44.497Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:37:44.497Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid fce68de7-0d2a-4cc3-b0b0-edee2e68610d: Generic NeutronNet
2022-11-26T00:37:44.498Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:37:44.498Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:37:44.498Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:37:44.498Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||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-11-26T00:37:44.540Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:37:44.541Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:37:44.541Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:37:44.541Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:37:44.541Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:37:44.542Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:37:44.542Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||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-11-26T00:37:44.617Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-11-26T00:37:44.618Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-26T00:37:44.618Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-26T00:37:44.618Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-26T00:37:44.619Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:37:44.620Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:37:44.620Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "eb881e04-a25d-45d4-8a26-f2df59b14fff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423064618,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-26T00:37:44.721Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:37:44.722Z||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-11-26T00:37:44.722Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:37:44.741Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:37:44.741Z||pool-38-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-26T00:37:45.621Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb881e04-a25d-45d4-8a26-f2df59b14fff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-26T00:37:45.637Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb881e04-a25d-45d4-8a26-f2df59b14fff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T00:37:45.641Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-26T00:37:45.641Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-26T00:37:45.641Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-26T00:38:15.644Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb881e04-a25d-45d4-8a26-f2df59b14fff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-26T00:38:15.733Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb881e04-a25d-45d4-8a26-f2df59b14fff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T00:38:15.746Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-26T00:38:15.747Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-26T00:38:15.747Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-26T00:38:39.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:38:39.804Z||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-11-26T00:38:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:38:39.860Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:38:39.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:38:39.860Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb881e04-a25d-45d4-8a26-f2df59b14fff",
  "consumerID": "aai-ml",
  "timestamp": 1669423061187,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-26T00:38:39.861Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:38:45.747Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb881e04-a25d-45d4-8a26-f2df59b14fff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-26T00:38:45.765Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb881e04-a25d-45d4-8a26-f2df59b14fff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T00:38:45.768Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-26T00:38:45.768Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-26T00:38:45.768Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-26T00:39:15.769Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb881e04-a25d-45d4-8a26-f2df59b14fff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-26T00:39:15.789Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb881e04-a25d-45d4-8a26-f2df59b14fff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T00:39:15.791Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-26T00:39:15.792Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-26T00:39:15.792Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-26T00:39:39.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:39:39.804Z||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-11-26T00:39:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:39:39.858Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:39:39.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:39:39.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb881e04-a25d-45d4-8a26-f2df59b14fff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423059798,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:39:39.860Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:39:45.792Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb881e04-a25d-45d4-8a26-f2df59b14fff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-26T00:39:45.805Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb881e04-a25d-45d4-8a26-f2df59b14fff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T00:39:45.811Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-26T00:39:45.811Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-26T00:39:45.812Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-26T00:40:15.812Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb881e04-a25d-45d4-8a26-f2df59b14fff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-26T00:40:15.826Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb881e04-a25d-45d4-8a26-f2df59b14fff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T00:40:15.829Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-26T00:40:15.829Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-26T00:40:15.829Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-26T00:40:39.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:40:39.804Z||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-11-26T00:40:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:40:39.851Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:40:39.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:40:39.852Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb881e04-a25d-45d4-8a26-f2df59b14fff",
  "consumerID": "aai-ml",
  "timestamp": 1669423062191,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-26T00:40:39.867Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of eb881e04-a25d-45d4-8a26-f2df59b14fff
2022-11-26T00:40:39.868Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb881e04-a25d-45d4-8a26-f2df59b14fff 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-11-26T00:40:39.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:40:39.885Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb881e04-a25d-45d4-8a26-f2df59b14fff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423059798,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:40:39.886Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:40:39.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:40:39.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb881e04-a25d-45d4-8a26-f2df59b14fff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423062619,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:40:39.887Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:40:39.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:40:39.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb881e04-a25d-45d4-8a26-f2df59b14fff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423064618,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-26T00:40:39.887Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:40:39.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:40:39.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb881e04-a25d-45d4-8a26-f2df59b14fff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669423069781,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:40:39.888Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:40:39.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:40:39.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb881e04-a25d-45d4-8a26-f2df59b14fff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669423069781,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:40:39.889Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:40:39.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:40:39.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb881e04-a25d-45d4-8a26-f2df59b14fff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669423072571,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:40:39.889Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:40:39.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:40:39.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb881e04-a25d-45d4-8a26-f2df59b14fff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669423074229,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-26T00:40:39.890Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:40:39.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:40:39.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb881e04-a25d-45d4-8a26-f2df59b14fff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669423075233,
  "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-11-26T00:40:39.910Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of eb881e04-a25d-45d4-8a26-f2df59b14fff
2022-11-26T00:40:39.911Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb881e04-a25d-45d4-8a26-f2df59b14fff 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-11-26T00:40:39.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:40:39.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "policy-id",
  "timestamp": 1669423110504,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:40:39.925Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:40:39.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:40:39.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "aai-ml",
  "timestamp": 1669423108676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:40:39.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:40:39.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:40:39.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "cds",
  "timestamp": 1669423109396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:40:39.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:40:39.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:40:39.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "policy-id",
  "timestamp": 1669423110504,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:40:39.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:40:39.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:40:39.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "cds",
  "timestamp": 1669423109396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:40:39.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:40:39.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:40:39.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "aai-ml",
  "timestamp": 1669423108676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:40:39.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:40:39.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:40:39.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "policy-id",
  "timestamp": 1669423110504,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:40:39.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:40:39.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:40:39.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "cds",
  "timestamp": 1669423109396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:40:39.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:40:39.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:40:39.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "aai-ml",
  "timestamp": 1669423108676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:40:39.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:40:39.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:40:39.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "policy-id",
  "timestamp": 1669423110504,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:40:39.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:40:39.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:40:39.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "cds",
  "timestamp": 1669423109396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:40:39.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:40:39.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:40:39.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "aai-ml",
  "timestamp": 1669423108676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:40:39.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:40:39.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:40:39.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "policy-id",
  "timestamp": 1669423110504,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:40:39.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:40:39.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:40:39.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "cds",
  "timestamp": 1669423109396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:40:39.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:40:39.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:40:39.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "aai-ml",
  "timestamp": 1669423108676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:40:39.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:40:39.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:40:39.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669423115888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:40:39.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:40:39.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:40:39.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "policy-id",
  "timestamp": 1669423110504,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:40:39.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:40:39.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:40:39.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "cds",
  "timestamp": 1669423109396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:40:39.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:40:39.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:40:39.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "aai-ml",
  "timestamp": 1669423108676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:40:39.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:40:39.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:40:39.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669423115888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:40:39.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:40:39.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:40:39.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "policy-id",
  "timestamp": 1669423110504,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/artifacts/service-DemoPnfVjfnfkuwdoormhvjg7xy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:40:39.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:40:39.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:40:39.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "cds",
  "timestamp": 1669423109396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/artifacts/service-DemoPnfVjfnfkuwdoormhvjg7xy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:40:39.934Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:40:39.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:40:39.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "aai-ml",
  "timestamp": 1669423108676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/artifacts/service-DemoPnfVjfnfkuwdoormhvjg7xy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:40:39.935Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:40:39.935Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:40:39.935Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669423115888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:40:39.935Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:40:45.829Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb881e04-a25d-45d4-8a26-f2df59b14fff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-26T00:40:45.850Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb881e04-a25d-45d4-8a26-f2df59b14fff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T00:40:45.853Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-26T00:40:45.853Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-26T00:40:45.853Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-26T00:40:45.854Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-26T00:40:45.854Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-26T00:40:45.854Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-26T00:40:45.854Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-26T00:40:45.854Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-26T00:40:45.855Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-26T00:40:45.861Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-26T00:41:15.862Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eb881e04-a25d-45d4-8a26-f2df59b14fff 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-11-26T00:41:15.868Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eb881e04-a25d-45d4-8a26-f2df59b14fff and serviceModelVersionId: fce68de7-0d2a-4cc3-b0b0-edee2e68610d
2022-11-26T00:41:15.868Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 822068b0-2d42-4da6-ab9a-1f339926dc92
2022-11-26T00:41:15.869Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/822068b0-2d42-4da6-ab9a-1f339926dc92/model-vers/model-ver/fce68de7-0d2a-4cc3-b0b0-edee2e68610d?depth=0
2022-11-26T00:41:15.874Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-11-26T00:41:15.924Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/822068b0-2d42-4da6-ab9a-1f339926dc92/model-vers/model-ver/fce68de7-0d2a-4cc3-b0b0-edee2e68610d?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-11-26T00:41:15.927Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/822068b0-2d42-4da6-ab9a-1f339926dc92/model-vers/model-ver/fce68de7-0d2a-4cc3-b0b0-edee2e68610d?depth=0|INFO|500||Invoke
2022-11-26T00:41:15.934Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/822068b0-2d42-4da6-ab9a-1f339926dc92/model-vers/model-ver/fce68de7-0d2a-4cc3-b0b0-edee2e68610d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-26T00:41:16.055Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/822068b0-2d42-4da6-ab9a-1f339926dc92/model-vers/model-ver/fce68de7-0d2a-4cc3-b0b0-edee2e68610d?depth=0|INFO|500||InvokeReturn
2022-11-26T00:41:16.056Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/822068b0-2d42-4da6-ab9a-1f339926dc92/model-vers/model-ver/fce68de7-0d2a-4cc3-b0b0-edee2e68610d?depth=0 has http status code:200 and response headers:{date=[Sat, 26 Nov 2022 00:41:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[116], vertex-id=[225528], x-aai-txid=[2-aai-resources-221126-00:41:15:428-10562], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-26T00:41:16.057Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-11-26T00:41:16.058Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-26T00:41:16.058Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-26T00:41:16.063Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||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-11-26T00:41:16.065Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eb881e04-a25d-45d4-8a26-f2df59b14fff and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-26T00:41:16.065Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-26T00:41:16.066Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:41:16.068Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:41:16.068Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "eb881e04-a25d-45d4-8a26-f2df59b14fff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423276065,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-26T00:41:16.168Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:41:16.169Z||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-11-26T00:41:16.169Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:41:16.191Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:41:16.191Z||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-11-26T00:41:17.087Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:41:17.087Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|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-11-26T00:41:17.087Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:41:22.753Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:41:22.754Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-26T00:41:22.754Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"530755a3-50ad-4c66-8a8c-62e32157e672","serviceName":"Demo_pNF_VJfNFKuwDOOrmhvjG7xY","serviceVersion":"1.0","serviceUUID":"b51eb6a4-93b5-48c4-929f-6772569aa29c","serviceDescription":"catalog service description","serviceInvariantUUID":"4a19b9ab-b313-44aa-9677-76bcf310defc","resources":[{"resourceInstanceName":"pNF f5c76e22-3819 0","resourceName":"pNF f5c76e22-3819","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"735bbf3e-1b93-4a08-bf13-d897745140ab","resourceInvariantUUID":"af0bf9f8-2700-4f4a-9d76-19869e3911e9","resourceCustomizationUUID":"7eb7bcb2-01c7-44ba-a3f8-3639b065cd7d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/vf-license-model.xml","artifactChecksum":"MjI1MjVjNjU3ZjY0NTg4OWE1MjYwYTU1ZDc2ZGJmZDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ae0d51f0-edd8-4267-987a-21ef8c3b390d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/pNF.csar","artifactChecksum":"MDdmYzY3ODMyZGIzZGQxOTc1ODEwZTA1ZDdjYWY3YTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"af3ff31e-6e23-43e8-a5c9-227088c72bfb","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a705887e-f1f3-4e5c-827c-83f6722860b8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/vendor-license-model.xml","artifactChecksum":"ZGQzMTdkYTQzNTUxNThmZjkwM2VkZTMwY2I4YjM2NGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7ee15847-b4c9-4054-9fa3-5f28cbbb674e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d8c62410-7826-4e6d-86a0-898392715821","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3cf43150-5973-481a-8126-6496ff26b612","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVjfnfkuwdoormhvjg7xy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/artifacts/service-DemoPnfVjfnfkuwdoormhvjg7xy-template.yml","artifactChecksum":"YjEyODcxOTdlZmE4YmUyNjg4OWVhODBlMzI5OTA0YTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cdd2e248-e711-4d1d-bd06-40e5005220d6","artifactVersion":"1"},{"artifactName":"service-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/artifacts/service-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar","artifactChecksum":"MmU5MjJjMDEwNmIzMDQyZDVkODJmMWFmNmQ5OWFmOWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c4ae51f2-700e-42be-abe0-3c831a4da63c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-26T00:41:22.757Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:41:22.757Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:41:22.759Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:41:22.759Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:22.859Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-26T00:41:22.860Z||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-11-26T00:41:22.860Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:41:22.880Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:41:22.881Z||pool-40-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:41:23.760Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:41:23.761Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:41:23.763Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:41:23.763Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:23.863Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:41:23.864Z||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-11-26T00:41:23.864Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:41:23.880Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:41:23.880Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:41:24.764Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:41:24.764Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:41:24.766Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:41:24.766Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:24.866Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:41:24.867Z||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-11-26T00:41:24.867Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:41:24.885Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:41:24.886Z||pool-42-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:41:25.767Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:41:25.767Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:41:25.769Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:41:25.769Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:25.869Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:41:25.871Z||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-11-26T00:41:25.871Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:41:25.893Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:41:25.894Z||pool-43-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:41:26.770Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:41:26.771Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:41:26.773Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:41:26.773Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:26.873Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:41:26.874Z||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-11-26T00:41:26.874Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:41:26.897Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:41:26.898Z||pool-44-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:41:27.773Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:41:27.774Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:41:27.776Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:41:27.776Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:27.876Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:41:27.877Z||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-11-26T00:41:27.877Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:41:27.895Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:41:27.896Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:41:28.777Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:41:28.777Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:41:28.779Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:41:28.780Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/artifacts/service-DemoPnfVjfnfkuwdoormhvjg7xy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:28.880Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:41:28.881Z||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-11-26T00:41:28.881Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:41:28.898Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:41:28.899Z||pool-46-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:41:29.780Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:41:29.781Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:41:29.783Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:41:29.783Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/artifacts/service-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:41:29.883Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:41:29.884Z||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-11-26T00:41:29.884Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:41:29.899Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:41:29.900Z||pool-47-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-26T00:41:30.784Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "serviceName": "Demo_pNF_VJfNFKuwDOOrmhvjG7xY",
  "serviceVersion": "1.0",
  "serviceUUID": "b51eb6a4-93b5-48c4-929f-6772569aa29c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4a19b9ab-b313-44aa-9677-76bcf310defc",
  "resources": [
    {
      "resourceInstanceName": "pNF f5c76e22-3819 0",
      "resourceCustomizationUUID": "7eb7bcb2-01c7-44ba-a3f8-3639b065cd7d",
      "resourceName": "pNF f5c76e22-3819",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "735bbf3e-1b93-4a08-bf13-d897745140ab",
      "resourceInvariantUUID": "af0bf9f8-2700-4f4a-9d76-19869e3911e9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/artifacts/service-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar",
      "artifactChecksum": "MmU5MjJjMDEwNmIzMDQyZDVkODJmMWFmNmQ5OWFmOWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c4ae51f2-700e-42be-abe0-3c831a4da63c"
    }
  ],
  "workloadContext": "Production"
}
2022-11-26T00:41:30.785Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-26T00:41:30.785Z|eb881e04-a25d-45d4-8a26-f2df59b14fff|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b51eb6a4-93b5-48c4-929f-6772569aa29c ASDC
2022-11-26T00:41:30.785Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:530755a3-50ad-4c66-8a8c-62e32157e672
ServiceName:Demo_pNF_VJfNFKuwDOOrmhvjG7xY
ServiceVersion:1.0
ServiceUUID:b51eb6a4-93b5-48c4-929f-6772569aa29c
ServiceInvariantUUID:4a19b9ab-b313-44aa-9677-76bcf310defc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/artifacts/service-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar
ArtifactUUID:c4ae51f2-700e-42be-abe0-3c831a4da63c
ArtifactChecksum:MmU5MjJjMDEwNmIzMDQyZDVkODJmMWFmNmQ5OWFmOWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f5c76e22-3819 0
ResourceCustomizationUUID:7eb7bcb2-01c7-44ba-a3f8-3639b065cd7d
ResourceInvariantUUID:af0bf9f8-2700-4f4a-9d76-19869e3911e9
ResourceName:pNF f5c76e22-3819
ResourceType:PNF
ResourceUUID:735bbf3e-1b93-4a08-bf13-d897745140ab
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-26T00:41:30.785Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b51eb6a4-93b5-48c4-929f-6772569aa29c 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-11-26T00:41:30.832Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-26T00:41:30.832Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-26T00:41:30.833Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-26T00:41:30.833Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c4ae51f2-700e-42be-abe0-3c831a4da63c from URL: /sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/artifacts/service-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar
2022-11-26T00:41:30.833Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-26T00:41:30.833Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/artifacts/service-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar
2022-11-26T00:41:30.913Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-26T00:41:30.915Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/artifacts/service-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar c4ae51f2-700e-42be-abe0-3c831a4da63c 88026
2022-11-26T00:41:30.915Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/artifacts/service-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar ASDC sendASDCNotification
2022-11-26T00:41:30.916Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/artifacts/service-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar
2022-11-26T00:41:30.916Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T00:41:30.916Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:41:30.919Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:41:30.919Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423290915,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/artifacts/service-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:41:31.019Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:41:31.020Z||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-11-26T00:41:31.020Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:41:31.036Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:41:31.037Z||pool-48-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-26T00:41:31.920Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-26T00:41:31.921Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-26T00:41:31.921Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: c4ae51f2-700e-42be-abe0-3c831a4da63c, URL: /sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/artifacts/service-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar to file: /app/ASDC/1/service-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar
2022-11-26T00:41:31.921Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar
2022-11-26T00:41:31.922Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar
2022-11-26T00:41:31.922Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar
2022-11-26T00:41:32.093Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13110752410983448184/Definitions/service-DemoPnfVjfnfkuwdoormhvjg7xy-template.yml
2022-11-26T00:41:32.850Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-26T00:41:32.850Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-26T00:41:32.850Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar
2022-11-26T00:41:32.850Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-26T00:41:32.850Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f5c76e22-3819 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-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar
2022-11-26T00:41:32.851Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||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-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar
2022-11-26T00:41:32.851Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar
2022-11-26T00:41:32.851Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||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-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar
2022-11-26T00:41:32.851Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||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-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar
2022-11-26T00:41:32.851Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||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-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar
2022-11-26T00:41:32.851Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||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-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar
2022-11-26T00:41:32.851Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-26T00:41:32.851Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:41:32.851Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_VJfNFKuwDOOrmhvjG7xY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:41:32.852Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||Node template pNF f5c76e22-3819 0 is matching search criteria
2022-11-26T00:41:32.852Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-26T00:41:32.852Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF f5c76e22-3819 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-26T00:41:32.852Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:41:32.852Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_VJfNFKuwDOOrmhvjG7xY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:41:32.852Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||Node template pNF f5c76e22-3819 0 is matching search criteria
2022-11-26T00:41:32.852Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-26T00:41:32.853Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF f5c76e22-3819 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-26T00:41:32.853Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:41:32.853Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_VJfNFKuwDOOrmhvjG7xY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:41:32.853Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:41:32.853Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_VJfNFKuwDOOrmhvjG7xY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:41:32.853Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:41:32.853Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_VJfNFKuwDOOrmhvjG7xY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:41:32.854Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:41:32.854Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_VJfNFKuwDOOrmhvjG7xY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:41:32.854Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:41:32.854Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_VJfNFKuwDOOrmhvjG7xY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:41:32.854Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_VJfNFKuwDOOrmhvjG7xY
Description:catalog service description
Model UUID:b51eb6a4-93b5-48c4-929f-6772569aa29c
Model Version:NULL
Model InvariantUuid:4a19b9ab-b313-44aa-9677-76bcf310defc
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-11-26T00:41:32.865Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 735bbf3e-1b93-4a08-bf13-d897745140ab
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-11-26T00:41:32.868Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||INFO|500||pNF f5c76e22-3819 0
2022-11-26T00:41:32.868Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 735bbf3e-1b93-4a08-bf13-d897745140ab
2022-11-26T00:41:32.869Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||No resources found for Service: b51eb6a4-93b5-48c4-929f-6772569aa29c
2022-11-26T00:41:32.869Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: b51eb6a4-93b5-48c4-929f-6772569aa29c
2022-11-26T00:41:32.869Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f5c76e22-3819 0 735bbf3e-1b93-4a08-bf13-d897745140ab 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-11-26T00:41:32.875Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32140e53, org.onap.sdc.toscaparser.api.parameters.Input@559650e9, org.onap.sdc.toscaparser.api.parameters.Input@6bdc5710, org.onap.sdc.toscaparser.api.parameters.Input@d5482f4, org.onap.sdc.toscaparser.api.parameters.Input@1f20739b]
2022-11-26T00:41:32.875Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:41:32.875Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_VJfNFKuwDOOrmhvjG7xY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:41:32.875Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid b51eb6a4-93b5-48c4-929f-6772569aa29c: pNF f5c76e22-3819
2022-11-26T00:41:32.875Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||INFO|500||Processing PNF resource: 735bbf3e-1b93-4a08-bf13-d897745140ab
2022-11-26T00:41:32.876Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:41:32.876Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_VJfNFKuwDOOrmhvjG7xY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:41:32.876Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||INFO|500||Resource customization UUID: 7eb7bcb2-01c7-44ba-a3f8-3639b065cd7d is the same as notified resource customizationUUID: 7eb7bcb2-01c7-44ba-a3f8-3639b065cd7d
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-11-26T00:41:32.928Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f5c76e22-3819 735bbf3e-1b93-4a08-bf13-d897745140ab 0 ASDC deployResourceStructure
2022-11-26T00:41:32.928Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/artifacts/service-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar ASDC sendASDCNotification
2022-11-26T00:41:32.928Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/artifacts/service-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar
2022-11-26T00:41:32.928Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-26T00:41:32.929Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:41:32.931Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:41:32.931Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423292928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/artifacts/service-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-26T00:41:33.031Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:41:33.032Z||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-11-26T00:41:33.032Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:41:33.048Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:41:33.049Z||pool-49-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-26T00:41:33.932Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 530755a3-50ad-4c66-8a8c-62e32157e672
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-26T00:41:33.944Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 530755a3-50ad-4c66-8a8c-62e32157e672
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T00:41:33.947Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-26T00:41:33.947Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-26T00:41:33.947Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-26T00:41:39.803Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:41:39.804Z||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-11-26T00:41:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:41:39.844Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:41:39.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "policy-id",
  "timestamp": 1669423110504,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/artifacts/service-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:41:39.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "cds",
  "timestamp": 1669423109396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/artifacts/service-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:41:39.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "aai-ml",
  "timestamp": 1669423108676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/artifacts/service-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:41:39.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669423115888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:39.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "policy-id",
  "timestamp": 1669423119727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/artifacts/service-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:41:39.851Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:41:39.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "cds",
  "timestamp": 1669423120797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/artifacts/service-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:41:39.851Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:41:39.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "aai-ml",
  "timestamp": 1669423122050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/artifacts/service-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:41:39.851Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:41:39.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669423115888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:39.852Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "policy-id",
  "timestamp": 1669423120730,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/artifacts/service-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-26T00:41:39.852Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:41:39.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669423115888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:39.852Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "policy-id",
  "timestamp": 1669423121733,
  "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-11-26T00:41:39.884Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 530755a3-50ad-4c66-8a8c-62e32157e672
2022-11-26T00:41:39.885Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 530755a3-50ad-4c66-8a8c-62e32157e672 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-11-26T00:41:39.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669423115888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/artifacts/service-DemoPnfVjfnfkuwdoormhvjg7xy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:39.900Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669423115888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/artifacts/service-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:41:39.900Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "aai-ml",
  "timestamp": 1669423126611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/artifacts/service-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-26T00:41:39.901Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:41:39.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "aai-ml",
  "timestamp": 1669423127616,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-26T00:41:39.909Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 530755a3-50ad-4c66-8a8c-62e32157e672
2022-11-26T00:41:39.909Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 530755a3-50ad-4c66-8a8c-62e32157e672 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-11-26T00:41:39.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669423129780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:39.920Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669423129780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:39.921Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669423129780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:39.921Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669423129780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:39.922Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669423129780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:39.922Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669423129780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:39.922Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669423129780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/artifacts/service-DemoPnfVjfnfkuwdoormhvjg7xy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:39.922Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669423129780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/artifacts/service-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:41:39.923Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669423138548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/artifacts/service-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:41:39.923Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:41:39.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.924Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669423140445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/artifacts/service-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-26T00:41:39.924Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:41:39.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.924Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669423141449,
  "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-11-26T00:41:39.930Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 530755a3-50ad-4c66-8a8c-62e32157e672
2022-11-26T00:41:39.931Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 530755a3-50ad-4c66-8a8c-62e32157e672 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-11-26T00:41:39.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "cds",
  "timestamp": 1669423154396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:39.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669423159780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:39.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "policy-id",
  "timestamp": 1669423150504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:39.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669423155888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:39.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "cds",
  "timestamp": 1669423154396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:39.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669423159780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:39.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669423155888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-26T00:41:39.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "policy-id",
  "timestamp": 1669423150504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:39.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "policy-id",
  "timestamp": 1669423150504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-26T00:41:39.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "cds",
  "timestamp": 1669423154396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:39.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669423159780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:39.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669423155888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-26T00:41:39.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "policy-id",
  "timestamp": 1669423150504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:39.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669423155888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:39.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669423159780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:39.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "cds",
  "timestamp": 1669423154396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:39.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "policy-id",
  "timestamp": 1669423150504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:39.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "cds",
  "timestamp": 1669423154396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:39.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669423155888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-26T00:41:39.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669423159780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:39.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "policy-id",
  "timestamp": 1669423150504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:39.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "cds",
  "timestamp": 1669423154396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:39.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669423155888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:39.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669423159780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:39.958Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "cds",
  "timestamp": 1669423154396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:41:39.958Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "policy-id",
  "timestamp": 1669423150504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:41:39.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669423155888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:41:39.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669423159780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:41:39.960Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669423166633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:41:39.960Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:41:39.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "cds",
  "timestamp": 1669423167330,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:41:39.961Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:41:39.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "policy-id",
  "timestamp": 1669423166263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:41:39.961Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:41:39.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669423167332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:41:39.962Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:41:39.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "aai-ml",
  "timestamp": 1669423168676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:39.962Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "policy-id",
  "timestamp": 1669423167267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-26T00:41:39.963Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:41:39.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669423167708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:41:39.963Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:41:39.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "aai-ml",
  "timestamp": 1669423168676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:39.964Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "policy-id",
  "timestamp": 1669423168269,
  "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-11-26T00:41:39.979Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 514507cd-b5c6-4213-a624-1808bf64afd2
2022-11-26T00:41:39.980Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 514507cd-b5c6-4213-a624-1808bf64afd2 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-11-26T00:41:39.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669423168779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:41:39.991Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:41:39.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669423169671,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-26T00:41:39.991Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:41:39.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "cds",
  "timestamp": 1669423169396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:39.992Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "aai-ml",
  "timestamp": 1669423168676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:39.992Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:39.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:39.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669423169823,
  "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-11-26T00:41:39.999Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 514507cd-b5c6-4213-a624-1808bf64afd2
2022-11-26T00:41:40.000Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 514507cd-b5c6-4213-a624-1808bf64afd2 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-11-26T00:41:40.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:40.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669423170678,
  "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-11-26T00:41:40.020Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 514507cd-b5c6-4213-a624-1808bf64afd2
2022-11-26T00:41:40.020Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 514507cd-b5c6-4213-a624-1808bf64afd2 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-11-26T00:41:40.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:40.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "cds",
  "timestamp": 1669423169396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:40.033Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:40.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:40.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "aai-ml",
  "timestamp": 1669423168676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:40.033Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:40.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:40.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669423170827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-26T00:41:40.033Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:41:40.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:40.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "cds",
  "timestamp": 1669423169396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:40.034Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:40.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:40.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "aai-ml",
  "timestamp": 1669423168676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:40.034Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:40.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:40.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "policy-id",
  "timestamp": 1669423170504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:40.035Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:40.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:40.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "cds",
  "timestamp": 1669423169396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:40.036Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:40.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:40.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "aai-ml",
  "timestamp": 1669423168676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:40.036Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:40.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:40.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "policy-id",
  "timestamp": 1669423170504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:40.036Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:40.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:40.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "cds",
  "timestamp": 1669423169396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:40.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:40.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:40.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "aai-ml",
  "timestamp": 1669423168676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:41:40.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:40.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:40.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "policy-id",
  "timestamp": 1669423170504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:40.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:40.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:40.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "cds",
  "timestamp": 1669423169396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:40.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:40.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:40.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "policy-id",
  "timestamp": 1669423170504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:40.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:40.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:40.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "aai-ml",
  "timestamp": 1669423176430,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:41:40.039Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:41:40.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:40.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "cds",
  "timestamp": 1669423169396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:40.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:40.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:40.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "policy-id",
  "timestamp": 1669423170504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-26T00:41:40.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:40.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:40.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "cds",
  "timestamp": 1669423169396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:40.041Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:40.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:40.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669423175888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:40.041Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:40.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:40.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "policy-id",
  "timestamp": 1669423170504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:40.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:40.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:40.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "cds",
  "timestamp": 1669423169396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:41:40.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:40.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:40.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669423175888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-26T00:41:40.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:40.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:40.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "policy-id",
  "timestamp": 1669423170504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:40.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:40.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:40.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669423175888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-26T00:41:40.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:41:40.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:40.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "cds",
  "timestamp": 1669423179130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:41:40.043Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:41:40.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:41:40.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "policy-id",
  "timestamp": 1669423170504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:41:40.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:42:03.947Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 530755a3-50ad-4c66-8a8c-62e32157e672
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-26T00:42:03.968Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 530755a3-50ad-4c66-8a8c-62e32157e672
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T00:42:03.971Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-26T00:42:03.971Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-26T00:42:03.971Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-26T00:42:03.971Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-26T00:42:03.971Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-26T00:42:03.972Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-26T00:42:03.972Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-26T00:42:03.972Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-26T00:42:03.972Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-26T00:42:03.979Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-26T00:42:33.980Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 530755a3-50ad-4c66-8a8c-62e32157e672 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-11-26T00:42:34.001Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 530755a3-50ad-4c66-8a8c-62e32157e672 and serviceModelVersionId: b51eb6a4-93b5-48c4-929f-6772569aa29c
2022-11-26T00:42:34.001Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a19b9ab-b313-44aa-9677-76bcf310defc
2022-11-26T00:42:34.004Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a19b9ab-b313-44aa-9677-76bcf310defc/model-vers/model-ver/b51eb6a4-93b5-48c4-929f-6772569aa29c?depth=0
2022-11-26T00:42:34.016Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-11-26T00:42:34.106Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a19b9ab-b313-44aa-9677-76bcf310defc/model-vers/model-ver/b51eb6a4-93b5-48c4-929f-6772569aa29c?depth=0|INFO|500||Invoke
2022-11-26T00:42:34.107Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a19b9ab-b313-44aa-9677-76bcf310defc/model-vers/model-ver/b51eb6a4-93b5-48c4-929f-6772569aa29c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a19b9ab-b313-44aa-9677-76bcf310defc/model-vers/model-ver/b51eb6a4-93b5-48c4-929f-6772569aa29c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[530755a3-50ad-4c66-8a8c-62e32157e672], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[264f218f-ec07-4dba-96d7-8b34e8693fce], X-ECOMP-RequestID=[530755a3-50ad-4c66-8a8c-62e32157e672], X-TransactionId=[], X-ONAP-RequestID=[530755a3-50ad-4c66-8a8c-62e32157e672], Content-Type=[application/merge-patch+json]}
2022-11-26T00:42:34.116Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a19b9ab-b313-44aa-9677-76bcf310defc/model-vers/model-ver/b51eb6a4-93b5-48c4-929f-6772569aa29c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-26T00:42:34.239Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a19b9ab-b313-44aa-9677-76bcf310defc/model-vers/model-ver/b51eb6a4-93b5-48c4-929f-6772569aa29c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a19b9ab-b313-44aa-9677-76bcf310defc/model-vers/model-ver/b51eb6a4-93b5-48c4-929f-6772569aa29c?depth=0 has http status code:200 and response headers:{date=[Sat, 26 Nov 2022 00:42:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[118], vertex-id=[205040], x-aai-txid=[2-aai-resources-221126-00:42:33:612-43313], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-26T00:42:34.239Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a19b9ab-b313-44aa-9677-76bcf310defc/model-vers/model-ver/b51eb6a4-93b5-48c4-929f-6772569aa29c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-26T00:42:34.240Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a19b9ab-b313-44aa-9677-76bcf310defc/model-vers/model-ver/b51eb6a4-93b5-48c4-929f-6772569aa29c?depth=0|INFO|500||InvokeReturn
2022-11-26T00:42:34.241Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-26T00:42:34.241Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-26T00:42:34.247Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||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-11-26T00:42:34.248Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 530755a3-50ad-4c66-8a8c-62e32157e672 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-26T00:42:34.248Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-26T00:42:34.249Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:42:34.252Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:42:34.252Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423354248,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-26T00:42:34.352Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:42:34.354Z||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-11-26T00:42:34.355Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:42:34.381Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:42:34.381Z||pool-50-thread-1|||||INFO|500||cambria reply ok (28 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-11-26T00:42:35.283Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-26T00:42:35.287Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"514507cd-b5c6-4213-a624-1808bf64afd2","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"1c425020-0c4f-42d1-83ec-974a4e1aca78","serviceDescription":"service","serviceInvariantUUID":"cc55fa78-178b-4e37-8df6-cdd96e6f148b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"49eba46a-f4c1-40db-853c-9986b8b4864a","resourceInvariantUUID":"26d5946f-e44b-42ac-9f71-62b54d1c4c13","resourceCustomizationUUID":"c7a24089-9f7d-4829-a773-4ecbf770b180","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":"NDZkMTY4MDRkZWZlYjM4NmEyMzNmM2NmNWIwMjk5YjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"06a1b8b0-07a3-4447-93ca-a620a50eaf22","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":"NGVmOWZkMjI4ZDUyZGIzNjU0NjJjZWVlNDI2ZTdkNGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3e5f744c-a163-4c3b-8c0f-dca005293a3d","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":"dc5ac4d1-610f-4cbb-ba1c-d58ebbce08da","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":"9a3dc96a-ed7e-4bcc-84a8-b5a0df4b92f0","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":"3542f70b-c84b-41e9-bf09-7c3ffa1a54ed","artifactVersion":"2","generatedFromUUID":"dc5ac4d1-610f-4cbb-ba1c-d58ebbce08da"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzU2MDliMDg3Y2FmYTRlNGY0NjlkYmRhYjBkNTc0OWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80674c77-51a8-4bfb-ad3c-89f5719853e4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YmMyZGMyZGQwMGM3MmQwYTlkZDFlODRjZTgxNTRkNzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c41529ce-4630-4da4-8515-38c1f5d7e621","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-26T00:42:35.288Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:42:35.288Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:42:35.290Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:42:35.290Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:42:35.391Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:42:35.392Z||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-11-26T00:42:35.392Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:42:35.434Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:42:35.435Z||pool-51-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:42:36.293Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:42:36.293Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:42:36.296Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:42:36.296Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-26T00:42:36.396Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:42:36.397Z||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-11-26T00:42:36.397Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:42:36.423Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:42:36.424Z||pool-52-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:42:37.297Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:42:37.298Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:42:37.300Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:42:37.300Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-26T00:42:37.407Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-11-26T00:42:37.408Z||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-11-26T00:42:37.408Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:42:37.428Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:42:37.429Z||pool-53-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:42:38.301Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:42:38.301Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:42:38.303Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:42:38.304Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:42:38.404Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:42:38.405Z||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-11-26T00:42:38.405Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:42:38.421Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:42:38.422Z||pool-54-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:42:39.304Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:42:39.305Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:42:39.307Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:42:39.307Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-26T00:42:39.407Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:42:39.408Z||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-11-26T00:42:39.409Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:42:39.424Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:42:39.425Z||pool-55-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-26T00:42:39.804Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:42:39.804Z||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-11-26T00:42:39.805Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:42:39.835Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:42:39.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:42:39.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "policy-id",
  "timestamp": 1669423170504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:42:39.839Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:42:39.839Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:42:39.839Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669423175888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-26T00:42:39.839Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:42:39.839Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:42:39.839Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669423175888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-26T00:42:39.839Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:42:39.840Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:42:39.840Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "policy-id",
  "timestamp": 1669423180145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:42:39.840Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:42:39.840Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:42:39.840Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "aai-ml",
  "timestamp": 1669423183017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-26T00:42:39.840Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:42:39.840Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:42:39.840Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669423175888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:42:39.841Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:42:39.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:42:39.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "policy-id",
  "timestamp": 1669423181149,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-26T00:42:39.841Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:42:39.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:42:39.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "aai-ml",
  "timestamp": 1669423184022,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-26T00:42:39.853Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 514507cd-b5c6-4213-a624-1808bf64afd2
2022-11-26T00:42:39.854Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 514507cd-b5c6-4213-a624-1808bf64afd2 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-11-26T00:42:39.866Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:42:39.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669423175888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-26T00:42:39.866Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:42:39.866Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:42:39.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "policy-id",
  "timestamp": 1669423182152,
  "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-11-26T00:42:39.881Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bec9e1bd-fb0e-4c64-8308-2fc189c55c5c
2022-11-26T00:42:39.882Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bec9e1bd-fb0e-4c64-8308-2fc189c55c5c 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-11-26T00:42:39.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:42:39.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "aai-ml",
  "timestamp": 1669423168676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:42:39.892Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:42:39.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:42:39.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669423175888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:42:39.892Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:42:39.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:42:39.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "aai-ml",
  "timestamp": 1669423168676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:42:39.893Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:42:39.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:42:39.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669423175888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:42:39.893Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:42:39.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:42:39.894Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "aai-ml",
  "timestamp": 1669423168676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:42:39.894Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:42:39.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:42:39.894Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669423185543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:42:39.894Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:42:39.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:42:39.894Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "aai-ml",
  "timestamp": 1669423168676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:42:39.895Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:42:39.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:42:39.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669423186625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:42:39.895Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:42:39.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:42:39.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "aai-ml",
  "timestamp": 1669423168676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:42:39.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:42:39.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:42:39.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669423187697,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:42:39.896Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:42:39.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:42:39.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "aai-ml",
  "timestamp": 1669423168676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:42:39.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:42:39.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:42:39.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669423188773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:42:39.897Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:42:39.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:42:39.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "aai-ml",
  "timestamp": 1669423168676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:42:39.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:42:39.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:42:39.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669423189781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:42:39.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:42:39.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:42:39.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669423189834,
  "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-11-26T00:42:39.904Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bec9e1bd-fb0e-4c64-8308-2fc189c55c5c
2022-11-26T00:42:39.904Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bec9e1bd-fb0e-4c64-8308-2fc189c55c5c 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-11-26T00:42:39.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:42:39.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "aai-ml",
  "timestamp": 1669423168676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:42:39.913Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:42:39.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:42:39.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669423189781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:42:39.914Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:42:39.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:42:39.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669423190837,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-26T00:42:39.914Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:42:39.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:42:39.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "aai-ml",
  "timestamp": 1669423168676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:42:39.915Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:42:39.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:42:39.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669423189781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:42:39.915Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:42:39.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:42:39.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "aai-ml",
  "timestamp": 1669423194132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:42:39.916Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:42:39.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:42:39.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669423189781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:42:39.916Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:42:39.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:42:39.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669423189781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:42:39.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:42:39.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:42:39.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669423189781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:42:39.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:42:39.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:42:39.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669423189781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:42:39.918Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:42:39.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:42:39.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669423189781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:42:39.918Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:42:39.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:42:39.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669423189781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:42:39.919Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:42:39.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:42:39.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669423199431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:42:39.919Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:42:39.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:42:39.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "aai-ml",
  "timestamp": 1669423200956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-26T00:42:39.919Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:42:39.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:42:39.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "aai-ml",
  "timestamp": 1669423201960,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-26T00:42:39.925Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bec9e1bd-fb0e-4c64-8308-2fc189c55c5c
2022-11-26T00:42:39.925Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bec9e1bd-fb0e-4c64-8308-2fc189c55c5c 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-11-26T00:42:39.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:42:39.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669423201622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-26T00:42:39.936Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:42:39.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:42:39.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669423202627,
  "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-11-26T00:42:39.942Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bec9e1bd-fb0e-4c64-8308-2fc189c55c5c
2022-11-26T00:42:39.942Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bec9e1bd-fb0e-4c64-8308-2fc189c55c5c 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-11-26T00:42:40.308Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:42:40.309Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:42:40.311Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:42:40.337Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:42:40.411Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 74 ms
2022-11-26T00:42:40.412Z||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-11-26T00:42:40.412Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:42:40.427Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:42:40.428Z||pool-56-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:42:41.338Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:42:41.339Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:42:41.341Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:42:41.341Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:42:41.441Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:42:41.442Z||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-11-26T00:42:41.443Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:42:41.461Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:42:41.461Z||pool-57-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:42:42.343Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "1c425020-0c4f-42d1-83ec-974a4e1aca78",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cc55fa78-178b-4e37-8df6-cdd96e6f148b",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "c7a24089-9f7d-4829-a773-4ecbf770b180",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "49eba46a-f4c1-40db-853c-9986b8b4864a",
      "resourceInvariantUUID": "26d5946f-e44b-42ac-9f71-62b54d1c4c13",
      "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": "NGVmOWZkMjI4ZDUyZGIzNjU0NjJjZWVlNDI2ZTdkNGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3e5f744c-a163-4c3b-8c0f-dca005293a3d",
          "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": "dc5ac4d1-610f-4cbb-ba1c-d58ebbce08da",
          "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": "3542f70b-c84b-41e9-bf09-7c3ffa1a54ed",
            "generatedFromUUID": "dc5ac4d1-610f-4cbb-ba1c-d58ebbce08da"
          },
          "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": "3542f70b-c84b-41e9-bf09-7c3ffa1a54ed",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YmMyZGMyZGQwMGM3MmQwYTlkZDFlODRjZTgxNTRkNzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c41529ce-4630-4da4-8515-38c1f5d7e621"
    }
  ],
  "workloadContext": "Production"
}
2022-11-26T00:42:42.343Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-26T00:42:42.344Z|530755a3-50ad-4c66-8a8c-62e32157e672|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1c425020-0c4f-42d1-83ec-974a4e1aca78 ASDC
2022-11-26T00:42:42.344Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:514507cd-b5c6-4213-a624-1808bf64afd2
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:1c425020-0c4f-42d1-83ec-974a4e1aca78
ServiceInvariantUUID:cc55fa78-178b-4e37-8df6-cdd96e6f148b
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:c41529ce-4630-4da4-8515-38c1f5d7e621
ArtifactChecksum:YmMyZGMyZGQwMGM3MmQwYTlkZDFlODRjZTgxNTRkNzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:c7a24089-9f7d-4829-a773-4ecbf770b180
ResourceInvariantUUID:26d5946f-e44b-42ac-9f71-62b54d1c4c13
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:49eba46a-f4c1-40db-853c-9986b8b4864a
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:3e5f744c-a163-4c3b-8c0f-dca005293a3d
ArtifactChecksum:NGVmOWZkMjI4ZDUyZGIzNjU0NjJjZWVlNDI2ZTdkNGE=
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:dc5ac4d1-610f-4cbb-ba1c-d58ebbce08da
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:3542f70b-c84b-41e9-bf09-7c3ffa1a54ed
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:3542f70b-c84b-41e9-bf09-7c3ffa1a54ed
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-26T00:42:42.344Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c425020-0c4f-42d1-83ec-974a4e1aca78 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-11-26T00:42:42.384Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-26T00:42:42.384Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-26T00:42:42.384Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-26T00:42:42.385Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c41529ce-4630-4da4-8515-38c1f5d7e621 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-26T00:42:42.385Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-26T00:42:42.385Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-26T00:42:42.559Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-26T00:42:42.560Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c41529ce-4630-4da4-8515-38c1f5d7e621 75193
2022-11-26T00:42:42.560Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-26T00:42:42.560Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-26T00:42:42.560Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T00:42:42.561Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:42:42.563Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:42:42.563Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423362560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:42:42.663Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:42:42.665Z||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-11-26T00:42:42.665Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:42:42.682Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:42:42.682Z||pool-58-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:42:43.564Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-26T00:42:43.565Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-26T00:42:43.565Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: c41529ce-4630-4da4-8515-38c1f5d7e621, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-26T00:42:43.566Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-11-26T00:42:43.566Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-26T00:42:43.566Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-11-26T00:42:43.769Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7308376301553445390/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-11-26T00:42:45.129Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-26T00:42:45.129Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-26T00:42:45.130Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-26T00:42:45.130Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-26T00:42:45.130Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||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-11-26T00:42:45.130Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||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-11-26T00:42:45.130Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||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-11-26T00:42:45.130Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||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-11-26T00:42:45.130Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||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-11-26T00:42:45.130Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||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-11-26T00:42:45.131Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||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-11-26T00:42:45.131Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-26T00:42:45.131Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:42:45.131Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:42:45.131Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-26T00:42:45.131Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-26T00:42:45.132Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-26T00:42:45.132Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:42:45.132Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:42:45.132Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-26T00:42:45.132Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-26T00:42:45.132Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-26T00:42:45.133Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:42:45.133Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:42:45.133Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:42:45.133Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-26T00:42:45.133Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-26T00:42:45.133Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-26T00:42:45.134Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-26T00:42:45.134Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-26T00:42:45.134Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-26T00:42:45.134Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:42:45.134Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-26T00:42:45.134Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:42:45.135Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-26T00:42:45.135Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T00:42:45.135Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:42:45.135Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-26T00:42:45.135Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T00:42:45.135Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:42:45.136Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-26T00:42:45.136Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T00:42:45.136Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:42:45.136Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-26T00:42:45.136Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-26T00:42:45.136Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-26T00:42:45.136Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=336d1ffb-0cdd-4417-b03b-b4e4a8efafec
2022-11-26T00:42:45.137Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:42:45.137Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:42:45.137Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:42:45.137Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:42:45.137Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:42:45.137Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:42:45.138Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:42:45.138Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:42:45.138Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:1c425020-0c4f-42d1-83ec-974a4e1aca78
Model Version:NULL
Model InvariantUuid:cc55fa78-178b-4e37-8df6-cdd96e6f148b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:d86f9a20-ab6d-4fd4-987d-f7994ae287f3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:26d5946f-e44b-42ac-9f71-62b54d1c4c13
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c7a24089-9f7d-4829-a773-4ecbf770b180
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:71907099-8324-4845-abd3-30c33922f1f6
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:19d4c045-e87d-4d71-904e-2beb85e0666b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:336d1ffb-0cdd-4417-b03b-b4e4a8efafec
ModelInvariantUuid:41ca8a82-33ff-4258-9a71-8d75cf8a4309
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:bfa51aa0-f2c1-4a30-94ec-b790e422ad31
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:dd8c6d25-a6f8-4c06-87c5-7e4b6ebe1aa5
ModelInvariantUuid:442005c3-be26-4f19-8621-cb52bf63d6de
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:d036c57a-61da-40f7-8b5d-9577c9ad5436
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-11-26T00:42:45.149Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 49eba46a-f4c1-40db-853c-9986b8b4864a
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-11-26T00:42:45.156Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||basic_vm 0
2022-11-26T00:42:45.156Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 49eba46a-f4c1-40db-853c-9986b8b4864a
2022-11-26T00:42:45.156Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3e5f744c-a163-4c3b-8c0f-dca005293a3d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-26T00:42:45.156Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-26T00:42:45.156Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-26T00:42:45.228Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-26T00:42:45.228Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 3e5f744c-a163-4c3b-8c0f-dca005293a3d 787
2022-11-26T00:42:45.228Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||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-11-26T00:42:45.228Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||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-11-26T00:42:45.229Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T00:42:45.229Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:42:45.230Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:42:45.231Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423365228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:42:45.331Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:42:45.332Z||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-11-26T00:42:45.332Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:42:45.350Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:42:45.350Z||pool-59-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:42:46.231Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "71907099-8324-4845-abd3-30c33922f1f6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "19d4c045-e87d-4d71-904e-2beb85e0666b",
    "vfModuleModelCustomizationUUID": "89700574-2470-401c-a9e4-9315929ddcac",
    "isBase": true,
    "artifacts": [
      "dc5ac4d1-610f-4cbb-ba1c-d58ebbce08da",
      "3542f70b-c84b-41e9-bf09-7c3ffa1a54ed"
    ],
    "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-11-26T00:42:46.236Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:19d4c045-e87d-4d71-904e-2beb85e0666b
VfModuleModelInvariantUUID:71907099-8324-4845-abd3-30c33922f1f6
VfModuleModelDescription:NULL
Artifacts UUID List:{
dc5ac4d1-610f-4cbb-ba1c-d58ebbce08da
,
3542f70b-c84b-41e9-bf09-7c3ffa1a54ed

}
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-11-26T00:42:46.238Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "71907099-8324-4845-abd3-30c33922f1f6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "19d4c045-e87d-4d71-904e-2beb85e0666b",
    "vfModuleModelCustomizationUUID": "89700574-2470-401c-a9e4-9315929ddcac",
    "isBase": true,
    "artifacts": [
      "dc5ac4d1-610f-4cbb-ba1c-d58ebbce08da",
      "3542f70b-c84b-41e9-bf09-7c3ffa1a54ed"
    ],
    "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-11-26T00:42:46.238Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:19d4c045-e87d-4d71-904e-2beb85e0666b
VfModuleModelInvariantUUID:71907099-8324-4845-abd3-30c33922f1f6
VfModuleModelDescription:NULL
Artifacts UUID List:{
dc5ac4d1-610f-4cbb-ba1c-d58ebbce08da
,
3542f70b-c84b-41e9-bf09-7c3ffa1a54ed

}
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-11-26T00:42:46.238Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: dc5ac4d1-610f-4cbb-ba1c-d58ebbce08da from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-26T00:42:46.238Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-26T00:42:46.238Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-26T00:42:46.297Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-26T00:42:46.298Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml dc5ac4d1-610f-4cbb-ba1c-d58ebbce08da 5033
2022-11-26T00:42:46.298Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||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-11-26T00:42:46.298Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||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-11-26T00:42:46.298Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T00:42:46.298Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:42:46.300Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:42:46.300Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423366298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:42:46.400Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:42:46.402Z||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-11-26T00:42:46.402Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:42:46.418Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:42:46.418Z||pool-60-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:42:47.301Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3542f70b-c84b-41e9-bf09-7c3ffa1a54ed from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-26T00:42:47.301Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-26T00:42:47.301Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-26T00:42:47.376Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-26T00:42:47.378Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 3542f70b-c84b-41e9-bf09-7c3ffa1a54ed 903
2022-11-26T00:42:47.378Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||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-11-26T00:42:47.379Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||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-11-26T00:42:47.379Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T00:42:47.379Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:42:47.381Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:42:47.381Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423367378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:42:47.481Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:42:47.482Z||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-11-26T00:42:47.483Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:42:47.498Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:42:47.499Z||pool-61-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:42:48.382Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 1c425020-0c4f-42d1-83ec-974a4e1aca78
2022-11-26T00:42:48.382Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 49eba46a-f4c1-40db-853c-9986b8b4864a 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-11-26T00:42:48.398Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6a09f157, org.onap.sdc.toscaparser.api.parameters.Input@10d07335, org.onap.sdc.toscaparser.api.parameters.Input@6fe1e445, org.onap.sdc.toscaparser.api.parameters.Input@6e8c4e61, org.onap.sdc.toscaparser.api.parameters.Input@4b2a89ae]
2022-11-26T00:42:48.400Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:42:48.400Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:42:48.400Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-11-26T00:42:48.400Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= c7a24089-9f7d-4829-a773-4ecbf770b180
2022-11-26T00:42:48.400Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c7a24089-9f7d-4829-a773-4ecbf770b180 matches Tosca VF Customization UUID: c7a24089-9f7d-4829-a773-4ecbf770b180
2022-11-26T00:42:48.400Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: c7a24089-9f7d-4829-a773-4ecbf770b180  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-11-26T00:42:48.403Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:42:48.403Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:42:48.404Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id c7a24089-9f7d-4829-a773-4ecbf770b180: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-26T00:42:48.404Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3420a89f
2022-11-26T00:42:48.404Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:42:48.404Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-26T00:42:48.405Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 89700574-2470-401c-a9e4-9315929ddcac
2022-11-26T00:42:48.405Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 89700574-2470-401c-a9e4-9315929ddcac
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-11-26T00:42:48.408Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:42:48.408Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-26T00:42:48.408Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T00:42:48.409Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:42:48.409Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-26T00:42:48.409Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T00:42:48.409Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:42:48.410Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-26T00:42:48.410Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-26T00:42:48.410Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-26T00:42:48.410Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=336d1ffb-0cdd-4417-b03b-b4e4a8efafec
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-11-26T00:42:48.413Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:42:48.414Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-26T00:42:48.414Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T00:42:48.414Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:42:48.415Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-26T00:42:48.415Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=c7a24089-9f7d-4829-a773-4ecbf770b180
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-11-26T00:42:48.417Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:42:48.417Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:42:48.417Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 1c425020-0c4f-42d1-83ec-974a4e1aca78: basic_vm
2022-11-26T00:42:48.417Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:42:48.418Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:42:48.418Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:42:48.418Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:42:48.418Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:42:48.418Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:42:48.418Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:42:48.419Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:42:48.419Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:42:48.419Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:42:48.419Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||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-11-26T00:42:48.516Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 49eba46a-f4c1-40db-853c-9986b8b4864a 1 ASDC deployResourceStructure
2022-11-26T00:42:48.516Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||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-11-26T00:42:48.517Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||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-11-26T00:42:48.517Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-26T00:42:48.517Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:42:48.519Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:42:48.519Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423368516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-26T00:42:48.619Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-26T00:42:48.620Z||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-11-26T00:42:48.620Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:42:48.636Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:42:48.636Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-26T00:42:49.526Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||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-11-26T00:42:49.527Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||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-11-26T00:42:49.527Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-26T00:42:49.527Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:42:49.529Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:42:49.529Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423369526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-26T00:42:49.629Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:42:49.630Z||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-11-26T00:42:49.631Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:42:49.655Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:42:49.656Z||pool-63-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:42:50.549Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||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-11-26T00:42:50.550Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||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-11-26T00:42:50.550Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-26T00:42:50.551Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:42:50.553Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:42:50.553Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423370549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-26T00:42:50.653Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:42:50.655Z||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-11-26T00:42:50.655Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:42:50.670Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:42:50.671Z||pool-64-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-26T00:42:51.554Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-26T00:42:51.554Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-26T00:42:51.554Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-26T00:42:51.555Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:42:51.556Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:42:51.557Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423371554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-26T00:42:51.657Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:42:51.658Z||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-11-26T00:42:51.658Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:42:51.678Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:42:51.678Z||pool-65-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:42:52.557Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 514507cd-b5c6-4213-a624-1808bf64afd2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-26T00:42:52.575Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 514507cd-b5c6-4213-a624-1808bf64afd2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T00:42:52.578Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-26T00:42:52.578Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-26T00:42:52.578Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-26T00:42:52.578Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-26T00:42:52.578Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-26T00:42:52.579Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-26T00:42:52.579Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-26T00:42:52.579Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-26T00:42:52.579Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-26T00:42:52.585Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-26T00:43:22.586Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 514507cd-b5c6-4213-a624-1808bf64afd2 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-11-26T00:43:22.595Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 514507cd-b5c6-4213-a624-1808bf64afd2 and serviceModelVersionId: 1c425020-0c4f-42d1-83ec-974a4e1aca78
2022-11-26T00:43:22.595Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cc55fa78-178b-4e37-8df6-cdd96e6f148b
2022-11-26T00:43:22.596Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cc55fa78-178b-4e37-8df6-cdd96e6f148b/model-vers/model-ver/1c425020-0c4f-42d1-83ec-974a4e1aca78?depth=0
2022-11-26T00:43:22.602Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-11-26T00:43:22.680Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc55fa78-178b-4e37-8df6-cdd96e6f148b/model-vers/model-ver/1c425020-0c4f-42d1-83ec-974a4e1aca78?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-11-26T00:43:22.682Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc55fa78-178b-4e37-8df6-cdd96e6f148b/model-vers/model-ver/1c425020-0c4f-42d1-83ec-974a4e1aca78?depth=0|INFO|500||Invoke
2022-11-26T00:43:22.688Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc55fa78-178b-4e37-8df6-cdd96e6f148b/model-vers/model-ver/1c425020-0c4f-42d1-83ec-974a4e1aca78?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-26T00:43:22.801Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc55fa78-178b-4e37-8df6-cdd96e6f148b/model-vers/model-ver/1c425020-0c4f-42d1-83ec-974a4e1aca78?depth=0|INFO|500||InvokeReturn
2022-11-26T00:43:22.801Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc55fa78-178b-4e37-8df6-cdd96e6f148b/model-vers/model-ver/1c425020-0c4f-42d1-83ec-974a4e1aca78?depth=0 has http status code:200 and response headers:{date=[Sat, 26 Nov 2022 00:43:22 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[108], vertex-id=[209096], x-aai-txid=[0-aai-resources-221126-00:43:22:182-44192], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-26T00:43:22.801Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-11-26T00:43:22.802Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-26T00:43:22.806Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-26T00:43:22.811Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||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-11-26T00:43:22.811Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 514507cd-b5c6-4213-a624-1808bf64afd2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-26T00:43:22.812Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-26T00:43:22.812Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:43:22.815Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:43:22.815Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423402812,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-26T00:43:22.915Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:43:22.916Z||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-11-26T00:43:22.916Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:43:22.936Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:43:22.937Z||pool-66-thread-1|||||INFO|500||cambria reply ok (22 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-11-26T00:43:23.839Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-26T00:43:23.839Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"bec9e1bd-fb0e-4c64-8308-2fc189c55c5c","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"dfca0f6b-2ae7-43ef-b7a7-d4fd9cf5f5f4","serviceDescription":"service","serviceInvariantUUID":"c5654c5e-650a-4b1b-bd94-9cf68d946401","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e7aa0032-ebcc-4258-8e30-3fb556a90733","resourceInvariantUUID":"937be44c-ab67-4c79-b5ee-7a071053bbf2","resourceCustomizationUUID":"6b129d77-cbc5-4999-a9cd-eb3a9e0a12f4","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":"NDYzMWRlZjcwZGM5MmRhM2IwZjNiYjA1NWRkYjQ5ZWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7e74e6d0-7522-418a-9e41-1d7093645d96","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":"1a540d0a-9f0c-4ea9-b468-64b8066de8e6","artifactVersion":"2","generatedFromUUID":"451d3647-b477-411b-ac38-1a643489a518"},{"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":"451d3647-b477-411b-ac38-1a643489a518","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":"NzhlNjlhMjU3ZDE3M2RkYzBiNDc1OWM2Zjc2ZDk1NGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f6253a17-9cb0-4d4b-991f-4b29eb93adbd","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":"ec043a47-fdbb-49ce-b6b4-3912e31cf27c","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":"a5b9047e-7e05-440e-9540-7951fc47f4fd","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":"1a484dca-938f-49ec-beea-27643fdee130","artifactVersion":"2","generatedFromUUID":"ec043a47-fdbb-49ce-b6b4-3912e31cf27c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"Yzc5NDM0OWEzYTQ3MzZhMzZlM2FhOTk5NzJlYjg0YjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"49fd43e9-3f81-4822-b799-e412582fd47f","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NmFiM2UxNjdiYThhYzRmZWI5MDUxNmY0ODIxZGY1N2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9599b9e5-2f9d-497c-9376-90700409341f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-26T00:43:23.840Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:43:23.840Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:43:23.844Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:43:23.844Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:43:23.943Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-26T00:43:23.943Z||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-11-26T00:43:23.943Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:43:23.966Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:43:23.966Z||pool-67-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:43:24.845Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:43:24.846Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:43:24.849Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:43:24.849Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-26T00:43:24.949Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:43:24.950Z||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-11-26T00:43:24.950Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:43:24.965Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:43:24.966Z||pool-68-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-26T00:43:25.849Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:43:25.851Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:43:25.853Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:43:25.853Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-26T00:43:25.953Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:43:25.954Z||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-11-26T00:43:25.954Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:43:25.995Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:43:25.996Z||pool-69-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:43:26.853Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:43:26.854Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:43:26.856Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:43:26.857Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-26T00:43:26.957Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:43:26.958Z||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-11-26T00:43:26.958Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:43:26.973Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:43:26.973Z||pool-70-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:43:27.857Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:43:27.858Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:43:27.860Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:43:27.860Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-26T00:43:27.960Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:43:27.961Z||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-11-26T00:43:27.961Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:43:27.981Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:43:27.981Z||pool-71-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-26T00:43:28.861Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:43:28.861Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:43:28.864Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:43:28.864Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:43:28.964Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:43:28.965Z||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-11-26T00:43:28.965Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:43:28.979Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:43:28.980Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-26T00:43:29.864Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:43:29.865Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:43:29.869Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:43:29.869Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-26T00:43:29.968Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-26T00:43:29.969Z||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-11-26T00:43:29.969Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:43:29.986Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:43:29.986Z||pool-73-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:43:30.870Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:43:30.871Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:43:30.873Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:43:30.873Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:43:30.973Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:43:30.974Z||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-11-26T00:43:30.974Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:43:31.008Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:43:31.009Z||pool-74-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:43:31.874Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:43:31.874Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:43:31.876Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:43:31.876Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:43:31.976Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:43:31.977Z||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-11-26T00:43:31.977Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:43:31.994Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:43:31.995Z||pool-75-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:43:32.878Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "dfca0f6b-2ae7-43ef-b7a7-d4fd9cf5f5f4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c5654c5e-650a-4b1b-bd94-9cf68d946401",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "6b129d77-cbc5-4999-a9cd-eb3a9e0a12f4",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e7aa0032-ebcc-4258-8e30-3fb556a90733",
      "resourceInvariantUUID": "937be44c-ab67-4c79-b5ee-7a071053bbf2",
      "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": "1a540d0a-9f0c-4ea9-b468-64b8066de8e6",
          "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": "451d3647-b477-411b-ac38-1a643489a518",
          "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": "NzhlNjlhMjU3ZDE3M2RkYzBiNDc1OWM2Zjc2ZDk1NGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f6253a17-9cb0-4d4b-991f-4b29eb93adbd",
          "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": "ec043a47-fdbb-49ce-b6b4-3912e31cf27c",
          "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": "1a484dca-938f-49ec-beea-27643fdee130",
            "generatedFromUUID": "ec043a47-fdbb-49ce-b6b4-3912e31cf27c"
          },
          "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": "1a484dca-938f-49ec-beea-27643fdee130",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NmFiM2UxNjdiYThhYzRmZWI5MDUxNmY0ODIxZGY1N2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9599b9e5-2f9d-497c-9376-90700409341f"
    }
  ],
  "workloadContext": "Production"
}
2022-11-26T00:43:32.878Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-26T00:43:32.879Z|514507cd-b5c6-4213-a624-1808bf64afd2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 dfca0f6b-2ae7-43ef-b7a7-d4fd9cf5f5f4 ASDC
2022-11-26T00:43:32.879Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:bec9e1bd-fb0e-4c64-8308-2fc189c55c5c
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:dfca0f6b-2ae7-43ef-b7a7-d4fd9cf5f5f4
ServiceInvariantUUID:c5654c5e-650a-4b1b-bd94-9cf68d946401
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:9599b9e5-2f9d-497c-9376-90700409341f
ArtifactChecksum:NmFiM2UxNjdiYThhYzRmZWI5MDUxNmY0ODIxZGY1N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:6b129d77-cbc5-4999-a9cd-eb3a9e0a12f4
ResourceInvariantUUID:937be44c-ab67-4c79-b5ee-7a071053bbf2
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:e7aa0032-ebcc-4258-8e30-3fb556a90733
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:1a540d0a-9f0c-4ea9-b468-64b8066de8e6
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:451d3647-b477-411b-ac38-1a643489a518
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:f6253a17-9cb0-4d4b-991f-4b29eb93adbd
ArtifactChecksum:NzhlNjlhMjU3ZDE3M2RkYzBiNDc1OWM2Zjc2ZDk1NGI=
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:ec043a47-fdbb-49ce-b6b4-3912e31cf27c
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:1a484dca-938f-49ec-beea-27643fdee130
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:1a484dca-938f-49ec-beea-27643fdee130
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-26T00:43:32.880Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dfca0f6b-2ae7-43ef-b7a7-d4fd9cf5f5f4 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-11-26T00:43:32.916Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-26T00:43:32.917Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-26T00:43:32.917Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-26T00:43:32.917Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9599b9e5-2f9d-497c-9376-90700409341f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-26T00:43:32.917Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-26T00:43:32.917Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-26T00:43:33.095Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-26T00:43:33.096Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 9599b9e5-2f9d-497c-9376-90700409341f 73990
2022-11-26T00:43:33.097Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-11-26T00:43:33.097Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-26T00:43:33.097Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T00:43:33.097Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:43:33.099Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:43:33.099Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423413097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:43:33.200Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-26T00:43:33.200Z||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-11-26T00:43:33.201Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:43:33.217Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:43:33.218Z||pool-76-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:43:34.100Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-26T00:43:34.101Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-26T00:43:34.101Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 9599b9e5-2f9d-497c-9376-90700409341f, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-26T00:43:34.101Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-11-26T00:43:34.102Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-26T00:43:34.102Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-26T00:43:34.207Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5850899157569917003/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-11-26T00:43:35.324Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-26T00:43:35.325Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-26T00:43:35.325Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-26T00:43:35.325Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-26T00:43:35.325Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||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-11-26T00:43:35.325Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||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-11-26T00:43:35.325Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||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-11-26T00:43:35.325Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||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-11-26T00:43:35.325Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-26T00:43:35.326Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:43:35.326Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:43:35.326Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-26T00:43:35.326Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-26T00:43:35.327Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-26T00:43:35.327Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:43:35.327Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:43:35.327Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-26T00:43:35.328Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-26T00:43:35.328Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-26T00:43:35.329Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:43:35.329Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:43:35.329Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:43:35.329Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-26T00:43:35.329Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-11-26T00:43:35.329Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria
2022-11-26T00:43:35.329Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-26T00:43:35.330Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:43:35.330Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-26T00:43:35.330Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:43:35.330Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-26T00:43:35.330Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T00:43:35.330Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:43:35.331Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-26T00:43:35.331Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T00:43:35.331Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:43:35.331Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-26T00:43:35.331Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T00:43:35.331Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:43:35.332Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-26T00:43:35.332Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-26T00:43:35.332Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=c512b19f-e4fd-4e22-88f9-c0cd27bc138a
2022-11-26T00:43:35.332Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:43:35.332Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:43:35.332Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:43:35.332Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:43:35.332Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:43:35.333Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:43:35.333Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:43:35.333Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:43:35.333Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:dfca0f6b-2ae7-43ef-b7a7-d4fd9cf5f5f4
Model Version:NULL
Model InvariantUuid:c5654c5e-650a-4b1b-bd94-9cf68d946401
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:3e239c2c-09cd-431a-ada8-ced80aaf16d8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:937be44c-ab67-4c79-b5ee-7a071053bbf2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6b129d77-cbc5-4999-a9cd-eb3a9e0a12f4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c73afb0a-5a0d-48a0-b2af-ccdd938fa76b
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:8ba093ce-5b71-4327-912b-c50560b41c90
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c512b19f-e4fd-4e22-88f9-c0cd27bc138a
ModelInvariantUuid:01fa9e48-79f1-4ded-a8fb-3025c522a181
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:8619af1f-1b6f-4676-a2c6-91d278bd2e4b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:9f6dc98f-17b9-49fb-beff-d38a56914cfa
ModelInvariantUuid:73371a12-d6cb-4c6d-9576-2b7a2b4e2c28
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:ac5f2667-b833-4c38-badd-8129b6673f63
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-11-26T00:43:35.345Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: e7aa0032-ebcc-4258-8e30-3fb556a90733
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-11-26T00:43:35.351Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||basic_cnf 0
2022-11-26T00:43:35.351Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e7aa0032-ebcc-4258-8e30-3fb556a90733
2022-11-26T00:43:35.351Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1a540d0a-9f0c-4ea9-b468-64b8066de8e6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-26T00:43:35.351Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-26T00:43:35.351Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-26T00:43:35.414Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-26T00:43:35.415Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 1a540d0a-9f0c-4ea9-b468-64b8066de8e6 12
2022-11-26T00:43:35.415Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||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-11-26T00:43:35.415Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||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-11-26T00:43:35.415Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T00:43:35.415Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:43:35.417Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:43:35.417Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423415415,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:43:35.517Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:43:35.518Z||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-11-26T00:43:35.518Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:43:35.535Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:43:35.536Z||pool-77-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:43:36.419Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 451d3647-b477-411b-ac38-1a643489a518 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-26T00:43:36.420Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-26T00:43:36.420Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-26T00:43:36.482Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-26T00:43:36.482Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 451d3647-b477-411b-ac38-1a643489a518 2688
2022-11-26T00:43:36.483Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||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-11-26T00:43:36.483Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||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-11-26T00:43:36.483Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T00:43:36.483Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:43:36.486Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:43:36.486Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423416483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:43:36.586Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:43:36.587Z||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-11-26T00:43:36.587Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:43:36.602Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:43:36.602Z||pool-78-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:43:37.488Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f6253a17-9cb0-4d4b-991f-4b29eb93adbd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-26T00:43:37.488Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-26T00:43:37.488Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-26T00:43:37.545Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-26T00:43:37.545Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json f6253a17-9cb0-4d4b-991f-4b29eb93adbd 828
2022-11-26T00:43:37.545Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||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-11-26T00:43:37.545Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||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-11-26T00:43:37.545Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T00:43:37.546Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:43:37.547Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:43:37.547Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423417545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:43:37.648Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-26T00:43:37.649Z||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-11-26T00:43:37.649Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:43:37.676Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:43:37.676Z||pool-79-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-11-26T00:43:38.548Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "c73afb0a-5a0d-48a0-b2af-ccdd938fa76b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8ba093ce-5b71-4327-912b-c50560b41c90",
    "vfModuleModelCustomizationUUID": "a1932c7f-e55e-4c5f-b407-fb931cbbd091",
    "isBase": true,
    "artifacts": [
      "ec043a47-fdbb-49ce-b6b4-3912e31cf27c",
      "451d3647-b477-411b-ac38-1a643489a518",
      "1a484dca-938f-49ec-beea-27643fdee130"
    ],
    "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-11-26T00:43:38.551Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8ba093ce-5b71-4327-912b-c50560b41c90
VfModuleModelInvariantUUID:c73afb0a-5a0d-48a0-b2af-ccdd938fa76b
VfModuleModelDescription:NULL
Artifacts UUID List:{
ec043a47-fdbb-49ce-b6b4-3912e31cf27c
,
451d3647-b477-411b-ac38-1a643489a518
,
1a484dca-938f-49ec-beea-27643fdee130

}
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-11-26T00:43:38.553Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "c73afb0a-5a0d-48a0-b2af-ccdd938fa76b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8ba093ce-5b71-4327-912b-c50560b41c90",
    "vfModuleModelCustomizationUUID": "a1932c7f-e55e-4c5f-b407-fb931cbbd091",
    "isBase": true,
    "artifacts": [
      "ec043a47-fdbb-49ce-b6b4-3912e31cf27c",
      "451d3647-b477-411b-ac38-1a643489a518",
      "1a484dca-938f-49ec-beea-27643fdee130"
    ],
    "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-11-26T00:43:38.553Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8ba093ce-5b71-4327-912b-c50560b41c90
VfModuleModelInvariantUUID:c73afb0a-5a0d-48a0-b2af-ccdd938fa76b
VfModuleModelDescription:NULL
Artifacts UUID List:{
ec043a47-fdbb-49ce-b6b4-3912e31cf27c
,
451d3647-b477-411b-ac38-1a643489a518
,
1a484dca-938f-49ec-beea-27643fdee130

}
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-11-26T00:43:38.554Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ec043a47-fdbb-49ce-b6b4-3912e31cf27c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-26T00:43:38.554Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-26T00:43:38.554Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-26T00:43:38.622Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-26T00:43:38.622Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ec043a47-fdbb-49ce-b6b4-3912e31cf27c 1164
2022-11-26T00:43:38.623Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||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-11-26T00:43:38.623Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||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-11-26T00:43:38.623Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T00:43:38.623Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:43:38.625Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:43:38.625Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423418623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:43:38.726Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-26T00:43:38.727Z||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-11-26T00:43:38.727Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:43:38.742Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:43:38.743Z||pool-80-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:43:39.626Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1a484dca-938f-49ec-beea-27643fdee130 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-26T00:43:39.627Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-26T00:43:39.627Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-26T00:43:39.689Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-26T00:43:39.690Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 1a484dca-938f-49ec-beea-27643fdee130 200
2022-11-26T00:43:39.690Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||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-11-26T00:43:39.691Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||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-11-26T00:43:39.691Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T00:43:39.691Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:43:39.693Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:43:39.693Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423419690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:43:39.797Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-11-26T00:43:39.798Z||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-11-26T00:43:39.798Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:43:39.803Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:43:39.803Z||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-11-26T00:43:39.803Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:43:39.813Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:43:39.813Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-26T00:43:39.836Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:43:39.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:43:39.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb881e04-a25d-45d4-8a26-f2df59b14fff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423276065,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-26T00:43:39.838Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:43:39.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:43:39.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:43:39.838Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:43:39.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:43:39.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:43:39.838Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:43:39.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:43:39.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:43:39.838Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:43:39.839Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:43:39.839Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:43:39.839Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:43:39.839Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:43:39.839Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:43:39.839Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:43:39.839Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:43:39.839Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/resourceInstances/pnff5c76e2238190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:43:39.839Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:43:39.839Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:43:39.839Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/artifacts/service-DemoPnfVjfnfkuwdoormhvjg7xy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:43:39.839Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:43:39.839Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:43:39.839Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/artifacts/service-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:43:39.839Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:43:39.839Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:43:39.839Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423290915,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/artifacts/service-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:43:39.840Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:43:39.840Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:43:39.840Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423292928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVjfnfkuwdoormhvjg7xy/1.0/artifacts/service-DemoPnfVjfnfkuwdoormhvjg7xy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-26T00:43:39.840Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:43:40.693Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: dfca0f6b-2ae7-43ef-b7a7-d4fd9cf5f5f4
2022-11-26T00:43:40.694Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 e7aa0032-ebcc-4258-8e30-3fb556a90733 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
2022-11-26T00:43:40.713Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-26T00:43:40.722Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5beabf3b, org.onap.sdc.toscaparser.api.parameters.Input@54d3ebfc, org.onap.sdc.toscaparser.api.parameters.Input@1b6291ad, org.onap.sdc.toscaparser.api.parameters.Input@2002fcd3, org.onap.sdc.toscaparser.api.parameters.Input@2e9f8c8f]
2022-11-26T00:43:40.724Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:43:40.724Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:43:40.724Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-11-26T00:43:40.724Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 6b129d77-cbc5-4999-a9cd-eb3a9e0a12f4
2022-11-26T00:43:40.724Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6b129d77-cbc5-4999-a9cd-eb3a9e0a12f4 matches Tosca VF Customization UUID: 6b129d77-cbc5-4999-a9cd-eb3a9e0a12f4
2022-11-26T00:43:40.724Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 6b129d77-cbc5-4999-a9cd-eb3a9e0a12f4  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-11-26T00:43:40.729Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:43:40.730Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:43:40.730Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 6b129d77-cbc5-4999-a9cd-eb3a9e0a12f4: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-26T00:43:40.731Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5deb89b4
2022-11-26T00:43:40.731Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:43:40.731Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-26T00:43:40.732Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a1932c7f-e55e-4c5f-b407-fb931cbbd091
2022-11-26T00:43:40.732Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a1932c7f-e55e-4c5f-b407-fb931cbbd091
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-11-26T00:43:40.735Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:43:40.735Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-26T00:43:40.735Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T00:43:40.736Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:43:40.737Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-26T00:43:40.737Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T00:43:40.737Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:43:40.737Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-26T00:43:40.738Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-26T00:43:40.738Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=c512b19f-e4fd-4e22-88f9-c0cd27bc138a
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-11-26T00:43:40.741Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:43:40.741Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-26T00:43:40.741Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T00:43:40.742Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:43:40.742Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-26T00:43:40.742Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=6b129d77-cbc5-4999-a9cd-eb3a9e0a12f4
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-11-26T00:43:40.745Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:43:40.745Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:43:40.746Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid dfca0f6b-2ae7-43ef-b7a7-d4fd9cf5f5f4: basic_cnf
2022-11-26T00:43:40.746Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:43:40.746Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:43:40.747Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:43:40.747Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:43:40.747Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:43:40.747Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:43:40.748Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:43:40.748Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:43:40.748Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:43:40.749Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:43:40.749Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||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-11-26T00:43:40.832Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf e7aa0032-ebcc-4258-8e30-3fb556a90733 1 ASDC deployResourceStructure
2022-11-26T00:43:40.834Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||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-11-26T00:43:40.834Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||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-11-26T00:43:40.834Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-26T00:43:40.835Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:43:40.836Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:43:40.836Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423420833,
  "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-11-26T00:43:40.937Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:43:40.938Z||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-11-26T00:43:40.938Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:43:40.959Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:43:40.960Z||pool-82-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:43:41.837Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||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-11-26T00:43:41.838Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||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-11-26T00:43:41.838Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-26T00:43:41.838Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:43:41.840Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:43:41.840Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423421837,
  "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-11-26T00:43:41.941Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:43:41.942Z||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-11-26T00:43:41.942Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:43:41.973Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:43:41.974Z||pool-83-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:43:42.841Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||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-11-26T00:43:42.842Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||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-11-26T00:43:42.842Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-26T00:43:42.842Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:43:42.844Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:43:42.844Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423422841,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-26T00:43:42.944Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:43:42.945Z||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-11-26T00:43:42.945Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:43:42.962Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:43:42.963Z||pool-84-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:43:43.845Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||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-11-26T00:43:43.845Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||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-11-26T00:43:43.846Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-26T00:43:43.846Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:43:43.848Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:43:43.848Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423423845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-26T00:43:43.951Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-11-26T00:43:43.952Z||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-11-26T00:43:43.952Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:43:43.967Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:43:43.967Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:43:44.850Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||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-11-26T00:43:44.850Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||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-11-26T00:43:44.850Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-26T00:43:44.851Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:43:44.853Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:43:44.853Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423424850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-26T00:43:44.953Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:43:44.954Z||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-11-26T00:43:44.954Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:43:44.978Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:43:44.979Z||pool-86-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:43:45.854Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-11-26T00:43:45.854Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-26T00:43:45.855Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-26T00:43:45.855Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:43:45.857Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:43:45.857Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423425854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-26T00:43:45.957Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:43:45.958Z||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-11-26T00:43:45.958Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:43:45.976Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:43:45.976Z||pool-87-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:43:46.857Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bec9e1bd-fb0e-4c64-8308-2fc189c55c5c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-26T00:43:46.883Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bec9e1bd-fb0e-4c64-8308-2fc189c55c5c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T00:43:46.887Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-26T00:43:46.888Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-26T00:43:46.888Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-26T00:43:46.888Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-26T00:43:46.888Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-26T00:43:46.889Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-26T00:43:46.889Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-26T00:43:46.889Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-26T00:43:46.889Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-26T00:43:46.897Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-26T00:44:16.897Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bec9e1bd-fb0e-4c64-8308-2fc189c55c5c 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-11-26T00:44:16.915Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bec9e1bd-fb0e-4c64-8308-2fc189c55c5c and serviceModelVersionId: dfca0f6b-2ae7-43ef-b7a7-d4fd9cf5f5f4
2022-11-26T00:44:16.915Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c5654c5e-650a-4b1b-bd94-9cf68d946401
2022-11-26T00:44:16.916Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c5654c5e-650a-4b1b-bd94-9cf68d946401/model-vers/model-ver/dfca0f6b-2ae7-43ef-b7a7-d4fd9cf5f5f4?depth=0
2022-11-26T00:44:16.920Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-11-26T00:44:16.971Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c5654c5e-650a-4b1b-bd94-9cf68d946401/model-vers/model-ver/dfca0f6b-2ae7-43ef-b7a7-d4fd9cf5f5f4?depth=0|INFO|500||Invoke
2022-11-26T00:44:16.971Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c5654c5e-650a-4b1b-bd94-9cf68d946401/model-vers/model-ver/dfca0f6b-2ae7-43ef-b7a7-d4fd9cf5f5f4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c5654c5e-650a-4b1b-bd94-9cf68d946401/model-vers/model-ver/dfca0f6b-2ae7-43ef-b7a7-d4fd9cf5f5f4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bec9e1bd-fb0e-4c64-8308-2fc189c55c5c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f1c9f015-8b50-4335-9a0b-09ded59781eb], X-ECOMP-RequestID=[bec9e1bd-fb0e-4c64-8308-2fc189c55c5c], X-TransactionId=[], X-ONAP-RequestID=[bec9e1bd-fb0e-4c64-8308-2fc189c55c5c], Content-Type=[application/merge-patch+json]}
2022-11-26T00:44:16.976Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c5654c5e-650a-4b1b-bd94-9cf68d946401/model-vers/model-ver/dfca0f6b-2ae7-43ef-b7a7-d4fd9cf5f5f4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-26T00:44:17.152Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c5654c5e-650a-4b1b-bd94-9cf68d946401/model-vers/model-ver/dfca0f6b-2ae7-43ef-b7a7-d4fd9cf5f5f4?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c5654c5e-650a-4b1b-bd94-9cf68d946401/model-vers/model-ver/dfca0f6b-2ae7-43ef-b7a7-d4fd9cf5f5f4?depth=0 has http status code:200 and response headers:{date=[Sat, 26 Nov 2022 00:44:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[172], vertex-id=[266312], x-aai-txid=[0-aai-resources-221126-00:44:16:471-42250], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-26T00:44:17.152Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c5654c5e-650a-4b1b-bd94-9cf68d946401/model-vers/model-ver/dfca0f6b-2ae7-43ef-b7a7-d4fd9cf5f5f4?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-26T00:44:17.153Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c5654c5e-650a-4b1b-bd94-9cf68d946401/model-vers/model-ver/dfca0f6b-2ae7-43ef-b7a7-d4fd9cf5f5f4?depth=0|INFO|500||InvokeReturn
2022-11-26T00:44:17.153Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-26T00:44:17.154Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-26T00:44:17.159Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||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-11-26T00:44:17.159Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bec9e1bd-fb0e-4c64-8308-2fc189c55c5c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-26T00:44:17.159Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-26T00:44:17.160Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:44:17.161Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:44:17.161Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423457159,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-26T00:44:17.262Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-26T00:44:17.262Z||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-11-26T00:44:17.262Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:44:17.282Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:44:17.283Z||pool-88-thread-1|||||INFO|500||cambria reply ok (21 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-11-26T00:44:18.177Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:44:18.178Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|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-11-26T00:44:18.178Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:44:28.509Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:44:28.510Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:44:28.511Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|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-11-26T00:44:28.511Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:44:38.088Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:44:38.088Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:44:38.089Z||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-11-26T00:44:38.089Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:44:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:44:39.804Z||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-11-26T00:44:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:44:39.848Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:44:39.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:44:39.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "530755a3-50ad-4c66-8a8c-62e32157e672",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423354248,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-26T00:44:39.849Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:44:39.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:44:39.850Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:44:39.850Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:44:39.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:44:39.850Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-26T00:44:39.850Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:44:39.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:44:39.850Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-26T00:44:39.850Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:44:39.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:44:39.851Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:44:39.851Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:44:39.851Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-26T00:44:39.851Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-26T00:44:39.851Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:44:47.638Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:44:47.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:44:47.640Z||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-11-26T00:44:47.641Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:44:57.199Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:44:57.199Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:44:57.200Z||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-11-26T00:44:57.200Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:45:06.752Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:45:06.753Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:45:06.753Z||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-11-26T00:45:06.753Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:45:16.309Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:45:39.798Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:45:39.799Z||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-11-26T00:45:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:45:39.803Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:45:39.804Z||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-11-26T00:45:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:45:39.842Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:45:39.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:45:39.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:45:39.843Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:45:39.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:45:39.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:45:39.844Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:45:39.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:45:39.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423362560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:45:39.844Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:45:39.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:45:39.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423365228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:45:39.844Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:45:39.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:45:39.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423366298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:45:39.845Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:45:39.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:45:39.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423367378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:45:39.845Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:45:39.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:45:39.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423368516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-26T00:45:39.845Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:45:39.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:45:39.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423369526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-26T00:45:39.845Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:45:39.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:45:39.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423370549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-26T00:45:39.846Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:45:39.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:45:39.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423371554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-26T00:45:39.846Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:45:39.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:45:39.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "514507cd-b5c6-4213-a624-1808bf64afd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423402812,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-26T00:45:39.847Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:45:39.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:45:39.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:45:39.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:45:39.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:45:39.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-26T00:45:39.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:45:39.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:45:39.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-26T00:45:39.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:45:39.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:45:39.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-26T00:45:39.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:45:39.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:45:39.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-26T00:45:39.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:45:39.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:45:39.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:45:39.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:45:39.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:45:39.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-26T00:45:39.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:45:39.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:45:39.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:45:39.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:45:39.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:45:39.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423277087,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:45:39.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:45:39.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:45:39.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423413097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:45:39.850Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:45:39.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:45:39.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423415415,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:45:39.850Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:45:39.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:45:39.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423416483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:45:39.850Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:45:39.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:45:39.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423417545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:45:39.850Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:45:39.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:45:39.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423418623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:45:39.851Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:45:39.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:45:39.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423419690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:45:39.851Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:45:49.372Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:46:39.799Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:46:39.799Z||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-11-26T00:46:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:46:39.803Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:46:39.804Z||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-11-26T00:46:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:46:40.332Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:46:40.333Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:46:40.333Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423420833,
  "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-11-26T00:46:40.333Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:46:40.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:46:40.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423421837,
  "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-11-26T00:46:40.334Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:46:40.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:46:40.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423422841,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-26T00:46:40.334Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:46:40.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:46:40.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423423845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-26T00:46:40.334Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:46:40.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:46:40.335Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423424850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-26T00:46:40.335Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:46:40.335Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:46:40.335Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423425854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-26T00:46:40.335Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:46:40.335Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-26T00:46:40.336Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bec9e1bd-fb0e-4c64-8308-2fc189c55c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669423457159,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-26T00:46:40.336Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:46:49.379Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:47:39.798Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:47:39.799Z||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-11-26T00:47:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:47:39.803Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:47:39.804Z||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-11-26T00:47:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:47:49.367Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:47:49.370Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:48:39.798Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:48:39.799Z||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-11-26T00:48:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:48:39.803Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:48:39.803Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|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-11-26T00:48:39.803Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:48:49.356Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:48:49.367Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:49:39.799Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:49:39.801Z||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-11-26T00:49:39.801Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:49:39.803Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:49:39.804Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|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-11-26T00:49:39.804Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:49:49.373Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:49:49.375Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:50:39.799Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:50:39.801Z||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-11-26T00:50:39.801Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:50:39.807Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:50:39.807Z||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-11-26T00:50:39.808Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:50:49.383Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:50:49.388Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:51:39.798Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:51:39.800Z||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-11-26T00:51:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:51:39.803Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:51:39.804Z||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-11-26T00:51:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:51:49.363Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:51:49.386Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:52:39.798Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:52:39.799Z||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-11-26T00:52:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:52:39.803Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:52:39.803Z||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-11-26T00:52:39.803Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:52:49.361Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:52:49.368Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:53:39.798Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:53:39.799Z||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-11-26T00:53:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:53:39.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:53:39.803Z||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-11-26T00:53:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:53:48.379Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:53:48.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-26T00:53:48.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"7280ecae-15b2-4fb0-80e9-a6f4fdc88acc","serviceDescription":"service","serviceInvariantUUID":"80fba506-5a4f-4a37-98c5-704e58e3ee01","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a53af45b-2987-4e2c-905d-0d90322fb8bf","resourceInvariantUUID":"8df20e38-7327-40e1-a7d4-93b521c3b02e","resourceCustomizationUUID":"d6f1a70a-4d0f-4b87-881e-8d65205c9e2d","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":"ZjJjZTA0OGY0YTVmNGExNjVkMGM5ZGIyZjQxZjdjMTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"10780d66-4b81-40d1-aad3-b9b9768d68e7","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":"MmE0YzU4YWI0ZmEyZjk4Njg5YmYyMDJmYTQ0N2Q3NjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"20ab4a7a-dc07-4617-ae02-08a58ca4d9d5","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":"d1a88a8e-4ab4-4c13-9e80-61a2b60a5119","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":"14cd34d6-ee2d-432a-ac8f-550c4bc76689","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":"2450d689-2a7a-4b54-976c-0240fdf25515","artifactVersion":"2","generatedFromUUID":"fbe72b48-909e-4b37-896c-3427c1b3c4f3"},{"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":"090e66a4-dcb2-4fd6-9f72-7020a376cae4","artifactVersion":"2","generatedFromUUID":"d1a88a8e-4ab4-4c13-9e80-61a2b60a5119"},{"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":"fbe72b48-909e-4b37-896c-3427c1b3c4f3","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":"99bb998a-2c3a-46d0-878f-9b36665826e4","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":"ODJiZjllN2ExMjA4ODRjYzczOTRmMmE5MTY0MDA1OTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9e4af65c-051b-459d-88ee-cc143a2f7943","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ODhmOGY1MjdjY2UyZjk0MTViMDcwOWQzZTBjMDUxMTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c0ca0aa9-5a56-4eb8-82eb-c4b913857082","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-26T00:53:48.386Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:53:48.387Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:53:48.393Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:53:48.393Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424019798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:53:48.493Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:53:48.494Z||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-11-26T00:53:48.494Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:53:48.512Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:53:48.512Z||pool-89-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":2,"count":1}
2022-11-26T00:53:48.634Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:53:48.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:53:48.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424019798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:53:48.636Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:53:49.394Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:53:49.395Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:53:49.397Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:53:49.397Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424019798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-26T00:53:49.497Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:53:49.498Z||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-11-26T00:53:49.498Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:53:49.511Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:53:49.512Z||pool-90-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:53:50.398Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:53:50.399Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:53:50.402Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:53:50.402Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424019798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-26T00:53:50.502Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:53:50.502Z||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-11-26T00:53:50.503Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:53:50.519Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:53:50.520Z||pool-91-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:53:51.402Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:53:51.403Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:53:51.405Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:53:51.405Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424019798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:53:51.505Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:53:51.506Z||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-11-26T00:53:51.506Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:53:51.539Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:53:51.540Z||pool-92-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:53:52.406Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:53:52.407Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:53:52.409Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:53:52.409Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424019798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-26T00:53:52.509Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:53:52.510Z||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-11-26T00:53:52.510Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:53:52.528Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:53:52.529Z||pool-93-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:53:53.410Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:53:53.410Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:53:53.413Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:53:53.413Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424019798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-26T00:53:53.514Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:53:53.515Z||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-11-26T00:53:53.515Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:53:53.534Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:53:53.534Z||pool-94-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:53:54.414Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:53:54.415Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:53:54.417Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:53:54.418Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424019798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-26T00:53:54.518Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:53:54.519Z||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-11-26T00:53:54.520Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:53:54.536Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:53:54.537Z||pool-95-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:53:55.418Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:53:55.419Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:53:55.421Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:53:55.421Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424019798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:53:55.527Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-11-26T00:53:55.527Z||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-11-26T00:53:55.528Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:53:55.543Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:53:55.543Z||pool-96-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-26T00:53:56.423Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:53:56.424Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:53:56.431Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:53:56.431Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424019798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:53:56.534Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-26T00:53:56.535Z||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-11-26T00:53:56.535Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:53:56.555Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:53:56.556Z||pool-97-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-11-26T00:53:57.435Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:53:57.436Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:53:57.438Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:53:57.439Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424019798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:53:57.539Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-26T00:53:57.540Z||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-11-26T00:53:57.540Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:53:57.555Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:53:57.555Z||pool-98-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:53:58.440Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "7280ecae-15b2-4fb0-80e9-a6f4fdc88acc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "80fba506-5a4f-4a37-98c5-704e58e3ee01",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "d6f1a70a-4d0f-4b87-881e-8d65205c9e2d",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a53af45b-2987-4e2c-905d-0d90322fb8bf",
      "resourceInvariantUUID": "8df20e38-7327-40e1-a7d4-93b521c3b02e",
      "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": "MmE0YzU4YWI0ZmEyZjk4Njg5YmYyMDJmYTQ0N2Q3NjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "20ab4a7a-dc07-4617-ae02-08a58ca4d9d5",
          "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": "d1a88a8e-4ab4-4c13-9e80-61a2b60a5119",
          "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": "090e66a4-dcb2-4fd6-9f72-7020a376cae4",
            "generatedFromUUID": "d1a88a8e-4ab4-4c13-9e80-61a2b60a5119"
          },
          "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": "2450d689-2a7a-4b54-976c-0240fdf25515",
          "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": "090e66a4-dcb2-4fd6-9f72-7020a376cae4",
          "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": "fbe72b48-909e-4b37-896c-3427c1b3c4f3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ODhmOGY1MjdjY2UyZjk0MTViMDcwOWQzZTBjMDUxMTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c0ca0aa9-5a56-4eb8-82eb-c4b913857082"
    }
  ],
  "workloadContext": "Production"
}
2022-11-26T00:53:58.440Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-26T00:53:58.441Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 7280ecae-15b2-4fb0-80e9-a6f4fdc88acc ASDC
2022-11-26T00:53:58.441Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:7280ecae-15b2-4fb0-80e9-a6f4fdc88acc
ServiceInvariantUUID:80fba506-5a4f-4a37-98c5-704e58e3ee01
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:c0ca0aa9-5a56-4eb8-82eb-c4b913857082
ArtifactChecksum:ODhmOGY1MjdjY2UyZjk0MTViMDcwOWQzZTBjMDUxMTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:d6f1a70a-4d0f-4b87-881e-8d65205c9e2d
ResourceInvariantUUID:8df20e38-7327-40e1-a7d4-93b521c3b02e
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:a53af45b-2987-4e2c-905d-0d90322fb8bf
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:20ab4a7a-dc07-4617-ae02-08a58ca4d9d5
ArtifactChecksum:MmE0YzU4YWI0ZmEyZjk4Njg5YmYyMDJmYTQ0N2Q3NjM=
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:d1a88a8e-4ab4-4c13-9e80-61a2b60a5119
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:090e66a4-dcb2-4fd6-9f72-7020a376cae4
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:2450d689-2a7a-4b54-976c-0240fdf25515
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:090e66a4-dcb2-4fd6-9f72-7020a376cae4
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:fbe72b48-909e-4b37-896c-3427c1b3c4f3
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-26T00:53:58.441Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7280ecae-15b2-4fb0-80e9-a6f4fdc88acc 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-11-26T00:53:58.494Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-26T00:53:58.495Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-26T00:53:58.495Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-26T00:53:58.495Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c0ca0aa9-5a56-4eb8-82eb-c4b913857082 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-26T00:53:58.495Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-26T00:53:58.496Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-26T00:53:58.558Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-26T00:53:58.563Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar c0ca0aa9-5a56-4eb8-82eb-c4b913857082 163285
2022-11-26T00:53:58.563Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-11-26T00:53:58.563Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-26T00:53:58.564Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T00:53:58.565Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:53:58.567Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:53:58.567Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424038563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:53:58.668Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:53:58.668Z||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-11-26T00:53:58.668Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:53:58.684Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:53:58.685Z||pool-99-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:53:59.568Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-26T00:53:59.570Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-26T00:53:59.571Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: c0ca0aa9-5a56-4eb8-82eb-c4b913857082, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-26T00:53:59.571Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-11-26T00:53:59.572Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-26T00:53:59.572Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-26T00:53:59.787Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8411979962152300440/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-11-26T00:54:01.090Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-26T00:54:01.090Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-26T00:54:01.090Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-26T00:54:01.091Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-26T00:54:01.091Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|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-BasicCnfMacro-csar.csar
2022-11-26T00:54:01.091Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||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-11-26T00:54:01.091Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||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-11-26T00:54:01.091Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||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-11-26T00:54:01.091Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-26T00:54:01.091Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:54:01.091Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:54:01.092Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-26T00:54:01.092Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-26T00:54:01.092Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-26T00:54:01.092Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:54:01.093Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:54:01.093Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-26T00:54:01.093Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-26T00:54:01.093Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-26T00:54:01.093Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:54:01.093Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:54:01.093Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:54:01.094Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-26T00:54:01.094Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-11-26T00:54:01.094Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-11-26T00:54:01.094Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-26T00:54:01.094Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:54:01.094Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-26T00:54:01.095Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:54:01.095Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-26T00:54:01.095Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T00:54:01.095Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:54:01.095Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-26T00:54:01.096Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T00:54:01.096Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:54:01.096Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-26T00:54:01.096Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T00:54:01.096Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:54:01.096Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-26T00:54:01.096Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T00:54:01.097Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:54:01.097Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-26T00:54:01.097Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-11-26T00:54:01.097Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=cd76259f-039f-49cd-8ee7-077eda4cc83c
2022-11-26T00:54:01.097Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:54:01.097Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:54:01.097Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:54:01.098Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:54:01.098Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:54:01.098Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:54:01.098Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:54:01.098Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:54:01.098Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:7280ecae-15b2-4fb0-80e9-a6f4fdc88acc
Model Version:NULL
Model InvariantUuid:80fba506-5a4f-4a37-98c5-704e58e3ee01
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:0bb94c0c-f283-4856-830a-4e285d0d9b77
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8df20e38-7327-40e1-a7d4-93b521c3b02e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d6f1a70a-4d0f-4b87-881e-8d65205c9e2d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:db4ec889-a341-4ec6-b0fe-4dd6181ae1af
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:6b91e3b0-955a-4f1a-b584-b11b9b0ca7b6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:57899e60-47c0-4b58-af40-aea3c4e1fd5d
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:64f51acb-e59d-484b-8896-9416e4a7011f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cd76259f-039f-49cd-8ee7-077eda4cc83c
ModelInvariantUuid:45801739-ee02-4238-ab1d-ef7aee947ee0
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:f713cf26-d15e-4ad5-960b-be1ba84711d7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:4d2d7dfd-d8da-4b06-97c0-8ad5a453dba4
ModelInvariantUuid:a86f882c-3ab7-4c2f-94df-a5f732d24ba6
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:4847a616-f8f2-42d5-8ee2-7bcc87a416c3
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-11-26T00:54:01.109Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: a53af45b-2987-4e2c-905d-0d90322fb8bf
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-11-26T00:54:01.114Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||basic_cnf_macro 0
2022-11-26T00:54:01.114Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a53af45b-2987-4e2c-905d-0d90322fb8bf
2022-11-26T00:54:01.114Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 20ab4a7a-dc07-4617-ae02-08a58ca4d9d5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-26T00:54:01.114Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-26T00:54:01.114Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-26T00:54:01.171Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-26T00:54:01.172Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 20ab4a7a-dc07-4617-ae02-08a58ca4d9d5 1565
2022-11-26T00:54:01.172Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||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-11-26T00:54:01.172Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||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-11-26T00:54:01.173Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T00:54:01.173Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:54:01.175Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:54:01.175Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424041172,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:54:01.275Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:54:01.276Z||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-11-26T00:54:01.277Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:54:01.291Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:54:01.291Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-26T00:54:02.176Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "57899e60-47c0-4b58-af40-aea3c4e1fd5d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "64f51acb-e59d-484b-8896-9416e4a7011f",
    "vfModuleModelCustomizationUUID": "2f0cd101-59c1-4d20-81f9-c4926f021fee",
    "isBase": true,
    "artifacts": [
      "d1a88a8e-4ab4-4c13-9e80-61a2b60a5119",
      "090e66a4-dcb2-4fd6-9f72-7020a376cae4"
    ],
    "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": "db4ec889-a341-4ec6-b0fe-4dd6181ae1af",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6b91e3b0-955a-4f1a-b584-b11b9b0ca7b6",
    "vfModuleModelCustomizationUUID": "18b8d74e-ac83-4ca4-afed-fb2e29bb3d07",
    "isBase": false,
    "artifacts": [
      "fbe72b48-909e-4b37-896c-3427c1b3c4f3"
    ],
    "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-11-26T00:54:02.182Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:64f51acb-e59d-484b-8896-9416e4a7011f
VfModuleModelInvariantUUID:57899e60-47c0-4b58-af40-aea3c4e1fd5d
VfModuleModelDescription:NULL
Artifacts UUID List:{
d1a88a8e-4ab4-4c13-9e80-61a2b60a5119
,
090e66a4-dcb2-4fd6-9f72-7020a376cae4

}
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:6b91e3b0-955a-4f1a-b584-b11b9b0ca7b6
VfModuleModelInvariantUUID:db4ec889-a341-4ec6-b0fe-4dd6181ae1af
VfModuleModelDescription:NULL
Artifacts UUID List:{
fbe72b48-909e-4b37-896c-3427c1b3c4f3

}
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-11-26T00:54:02.184Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "57899e60-47c0-4b58-af40-aea3c4e1fd5d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "64f51acb-e59d-484b-8896-9416e4a7011f",
    "vfModuleModelCustomizationUUID": "2f0cd101-59c1-4d20-81f9-c4926f021fee",
    "isBase": true,
    "artifacts": [
      "d1a88a8e-4ab4-4c13-9e80-61a2b60a5119",
      "090e66a4-dcb2-4fd6-9f72-7020a376cae4"
    ],
    "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": "db4ec889-a341-4ec6-b0fe-4dd6181ae1af",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6b91e3b0-955a-4f1a-b584-b11b9b0ca7b6",
    "vfModuleModelCustomizationUUID": "18b8d74e-ac83-4ca4-afed-fb2e29bb3d07",
    "isBase": false,
    "artifacts": [
      "fbe72b48-909e-4b37-896c-3427c1b3c4f3"
    ],
    "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-11-26T00:54:02.184Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:64f51acb-e59d-484b-8896-9416e4a7011f
VfModuleModelInvariantUUID:57899e60-47c0-4b58-af40-aea3c4e1fd5d
VfModuleModelDescription:NULL
Artifacts UUID List:{
d1a88a8e-4ab4-4c13-9e80-61a2b60a5119
,
090e66a4-dcb2-4fd6-9f72-7020a376cae4

}
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:6b91e3b0-955a-4f1a-b584-b11b9b0ca7b6
VfModuleModelInvariantUUID:db4ec889-a341-4ec6-b0fe-4dd6181ae1af
VfModuleModelDescription:NULL
Artifacts UUID List:{
fbe72b48-909e-4b37-896c-3427c1b3c4f3

}
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-11-26T00:54:02.184Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d1a88a8e-4ab4-4c13-9e80-61a2b60a5119 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-26T00:54:02.184Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-26T00:54:02.184Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-26T00:54:02.253Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-26T00:54:02.253Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml d1a88a8e-4ab4-4c13-9e80-61a2b60a5119 914
2022-11-26T00:54:02.254Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||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-11-26T00:54:02.254Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||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-11-26T00:54:02.255Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T00:54:02.255Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:54:02.258Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:54:02.258Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424042254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:54:02.358Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-26T00:54:02.359Z||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-11-26T00:54:02.359Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:54:02.375Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:54:02.375Z||pool-101-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:54:03.259Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2450d689-2a7a-4b54-976c-0240fdf25515 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-26T00:54:03.259Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-26T00:54:03.260Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-26T00:54:03.315Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-26T00:54:03.316Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2450d689-2a7a-4b54-976c-0240fdf25515 12
2022-11-26T00:54:03.316Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||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-11-26T00:54:03.316Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||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-11-26T00:54:03.316Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T00:54:03.316Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:54:03.318Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:54:03.318Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424043316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:54:03.418Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:54:03.419Z||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-11-26T00:54:03.419Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:54:03.434Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:54:03.434Z||pool-102-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:54:04.318Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 090e66a4-dcb2-4fd6-9f72-7020a376cae4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-26T00:54:04.319Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-26T00:54:04.319Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-26T00:54:04.381Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-26T00:54:04.382Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 090e66a4-dcb2-4fd6-9f72-7020a376cae4 96
2022-11-26T00:54:04.382Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||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-11-26T00:54:04.382Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||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-11-26T00:54:04.382Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T00:54:04.382Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:54:04.385Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:54:04.385Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424044382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:54:04.485Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-26T00:54:04.485Z||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-11-26T00:54:04.485Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:54:04.502Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:54:04.502Z||pool-103-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:54:05.385Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fbe72b48-909e-4b37-896c-3427c1b3c4f3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-26T00:54:05.386Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-26T00:54:05.386Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-26T00:54:05.469Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-26T00:54:05.470Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz fbe72b48-909e-4b37-896c-3427c1b3c4f3 20206
2022-11-26T00:54:05.471Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||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-11-26T00:54:05.471Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||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-11-26T00:54:05.471Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T00:54:05.472Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:54:05.474Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:54:05.475Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424045471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:54:05.575Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:54:05.576Z||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-11-26T00:54:05.576Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:54:05.590Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:54:05.591Z||pool-104-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:54:06.478Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 7280ecae-15b2-4fb0-80e9-a6f4fdc88acc
2022-11-26T00:54:06.479Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 a53af45b-2987-4e2c-905d-0d90322fb8bf 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-11-26T00:54:06.491Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2a9f5057, org.onap.sdc.toscaparser.api.parameters.Input@d226326, org.onap.sdc.toscaparser.api.parameters.Input@3579277d, org.onap.sdc.toscaparser.api.parameters.Input@4de885c4, org.onap.sdc.toscaparser.api.parameters.Input@1da569c6]
2022-11-26T00:54:06.493Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:54:06.493Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:54:06.493Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-11-26T00:54:06.493Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= d6f1a70a-4d0f-4b87-881e-8d65205c9e2d
2022-11-26T00:54:06.493Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d6f1a70a-4d0f-4b87-881e-8d65205c9e2d matches Tosca VF Customization UUID: d6f1a70a-4d0f-4b87-881e-8d65205c9e2d
2022-11-26T00:54:06.494Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: d6f1a70a-4d0f-4b87-881e-8d65205c9e2d  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-11-26T00:54:06.496Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:54:06.496Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:54:06.496Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id d6f1a70a-4d0f-4b87-881e-8d65205c9e2d: {\"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-11-26T00:54:06.497Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7671e343
2022-11-26T00:54:06.497Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:54:06.497Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-26T00:54:06.497Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 18b8d74e-ac83-4ca4-afed-fb2e29bb3d07
2022-11-26T00:54:06.497Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 18b8d74e-ac83-4ca4-afed-fb2e29bb3d07
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-11-26T00:54:06.500Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:54:06.500Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-26T00:54:06.500Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T00:54:06.500Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:54:06.500Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-26T00:54:06.500Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T00:54:06.501Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:54:06.501Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-26T00:54:06.501Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d6f1a70a-4d0f-4b87-881e-8d65205c9e2d
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-11-26T00:54:06.503Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:54:06.503Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:54:06.503Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 7280ecae-15b2-4fb0-80e9-a6f4fdc88acc: basic_cnf_macro
2022-11-26T00:54:06.503Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:54:06.503Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:54:06.504Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:54:06.504Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:54:06.504Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:54:06.504Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:54:06.504Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:54:06.504Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:54:06.504Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:54:06.505Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:54:06.505Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||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-11-26T00:54:06.561Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro a53af45b-2987-4e2c-905d-0d90322fb8bf 2 ASDC deployResourceStructure
2022-11-26T00:54:06.562Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||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-11-26T00:54:06.563Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||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-11-26T00:54:06.563Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-26T00:54:06.563Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:54:06.565Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:54:06.565Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424046562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-26T00:54:06.666Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-26T00:54:06.667Z||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-11-26T00:54:06.667Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:54:06.682Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:54:06.683Z||pool-105-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:54:07.567Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||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-11-26T00:54:07.567Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||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-11-26T00:54:07.567Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-26T00:54:07.568Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:54:07.570Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:54:07.570Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424047567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-26T00:54:07.670Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:54:07.671Z||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-11-26T00:54:07.671Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:54:07.689Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:54:07.689Z||pool-106-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:54:08.571Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||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-11-26T00:54:08.571Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||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-11-26T00:54:08.571Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-26T00:54:08.572Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:54:08.574Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:54:08.574Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424048570,
  "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-11-26T00:54:08.675Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-26T00:54:08.676Z||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-11-26T00:54:08.676Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:54:08.710Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:54:08.710Z||pool-107-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:54:09.575Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||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-11-26T00:54:09.576Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||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-11-26T00:54:09.576Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-26T00:54:09.576Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:54:09.578Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:54:09.578Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424049575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-26T00:54:09.678Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:54:09.679Z||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-11-26T00:54:09.680Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:54:09.697Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:54:09.698Z||pool-108-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:54:10.579Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||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-11-26T00:54:10.579Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||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-11-26T00:54:10.579Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-26T00:54:10.580Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:54:10.583Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:54:10.583Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424050579,
  "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-11-26T00:54:10.683Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-26T00:54:10.684Z||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-11-26T00:54:10.684Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:54:10.707Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:54:10.707Z||pool-109-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-11-26T00:54:11.584Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-11-26T00:54:11.585Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-26T00:54:11.585Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-26T00:54:11.585Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:54:11.587Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:54:11.587Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424051584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-26T00:54:11.687Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:54:11.688Z||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-11-26T00:54:11.688Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:54:11.712Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:54:11.713Z||pool-110-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:54:12.588Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-26T00:54:12.603Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T00:54:12.607Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-26T00:54:12.608Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-26T00:54:12.608Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-26T00:54:39.810Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:54:39.811Z||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-11-26T00:54:39.811Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:54:39.858Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:54:39.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:54:39.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "cds",
  "timestamp": 1669424024396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:54:39.859Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:54:42.608Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-26T00:54:42.627Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T00:54:42.630Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-26T00:54:42.630Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-26T00:54:42.630Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-26T00:55:12.630Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-26T00:55:12.645Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T00:55:12.649Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-26T00:55:12.649Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-26T00:55:12.650Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-26T00:55:39.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:55:39.804Z||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-11-26T00:55:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:55:39.826Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:55:39.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "cds",
  "timestamp": 1669424024396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.849Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424019798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-26T00:55:39.849Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "cds",
  "timestamp": 1669424024396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.849Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.850Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424019798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-26T00:55:39.850Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.850Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.850Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669424029780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.850Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.850Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.850Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "cds",
  "timestamp": 1669424024396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.850Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.850Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.850Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424019798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.851Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.851Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.851Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669424029780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.851Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.851Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.851Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "policy-id",
  "timestamp": 1669424030504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.851Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.851Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.851Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "cds",
  "timestamp": 1669424024396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.851Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.851Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.852Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424019798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-26T00:55:39.852Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.852Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669424029780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.852Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.852Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "policy-id",
  "timestamp": 1669424030504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.852Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.852Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "cds",
  "timestamp": 1669424024396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.853Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424019798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-26T00:55:39.853Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669424029780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.853Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "policy-id",
  "timestamp": 1669424030504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-26T00:55:39.853Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.854Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "cds",
  "timestamp": 1669424024396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.854Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.854Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424019798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-26T00:55:39.854Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.854Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669424029780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.854Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.854Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "policy-id",
  "timestamp": 1669424030504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.855Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "cds",
  "timestamp": 1669424024396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.855Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424019798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.855Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669424029780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.855Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "policy-id",
  "timestamp": 1669424030504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "cds",
  "timestamp": 1669424024396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424019798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669424029780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.857Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "policy-id",
  "timestamp": 1669424030504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.857Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669424035888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.857Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "cds",
  "timestamp": 1669424024396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:55:39.857Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424019798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:55:39.858Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669424029780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.858Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "aai-ml",
  "timestamp": 1669424038676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.858Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669424035888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-26T00:55:39.859Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "policy-id",
  "timestamp": 1669424030504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.859Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669424029780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.859Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "cds",
  "timestamp": 1669424038559,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:55:39.860Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:55:39.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.860Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424038563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:55:39.860Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:55:39.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.860Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "aai-ml",
  "timestamp": 1669424038676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.860Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.860Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "policy-id",
  "timestamp": 1669424030504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.860Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.860Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669424035888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-26T00:55:39.861Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.861Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669424029780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:55:39.861Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.861Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "aai-ml",
  "timestamp": 1669424038676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.861Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.861Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "policy-id",
  "timestamp": 1669424030504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.861Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.862Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669424035888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.862Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.862Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.862Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669424040571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:55:39.862Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:55:39.862Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.862Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "aai-ml",
  "timestamp": 1669424038676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.862Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.862Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.862Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424041172,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:55:39.862Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:55:39.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "policy-id",
  "timestamp": 1669424030504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:55:39.863Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669424035888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-26T00:55:39.863Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "aai-ml",
  "timestamp": 1669424038676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.863Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424042254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:55:39.864Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:55:39.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669424035888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-26T00:55:39.864Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "policy-id",
  "timestamp": 1669424041268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:55:39.864Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:55:39.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669424042929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-26T00:55:39.865Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:55:39.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "aai-ml",
  "timestamp": 1669424038676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.865Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669424035888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-26T00:55:39.865Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424043316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:55:39.865Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:55:39.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "policy-id",
  "timestamp": 1669424042273,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-26T00:55:39.866Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:55:39.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669424043933,
  "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-11-26T00:55:39.874Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762
2022-11-26T00:55:39.874Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762 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-11-26T00:55:39.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "aai-ml",
  "timestamp": 1669424038676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.886Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669424035888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.886Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "policy-id",
  "timestamp": 1669424043275,
  "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-11-26T00:55:39.893Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762
2022-11-26T00:55:39.893Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762 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-11-26T00:55:39.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424044382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:55:39.903Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:55:39.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "aai-ml",
  "timestamp": 1669424038676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "cds",
  "timestamp": 1669424039568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669424035888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424045471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:55:39.904Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:55:39.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "aai-ml",
  "timestamp": 1669424038676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.905Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669424035888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:55:39.905Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "cds",
  "timestamp": 1669424039568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.906Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424046562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-26T00:55:39.906Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:55:39.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "aai-ml",
  "timestamp": 1669424038676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:55:39.907Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "cds",
  "timestamp": 1669424039568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.907Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669424046715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:55:39.908Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:55:39.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424047567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-26T00:55:39.908Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:55:39.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "aai-ml",
  "timestamp": 1669424049483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:55:39.909Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:55:39.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "cds",
  "timestamp": 1669424039568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669424047791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:55:39.910Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:55:39.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424048570,
  "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-11-26T00:55:39.910Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:55:39.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "cds",
  "timestamp": 1669424039568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.911Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669424048862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:55:39.911Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:55:39.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.912Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424049575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-26T00:55:39.912Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:55:39.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.912Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "cds",
  "timestamp": 1669424039568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.912Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.912Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424050579,
  "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-11-26T00:55:39.913Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:55:39.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669424049938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:55:39.913Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:55:39.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "cds",
  "timestamp": 1669424039568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424051584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-26T00:55:39.915Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:55:39.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669424051085,
  "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-11-26T00:55:39.920Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762
2022-11-26T00:55:39.921Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762 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-11-26T00:55:39.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "policy-id",
  "timestamp": 1669424050504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "cds",
  "timestamp": 1669424039568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:55:39.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669424052091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-26T00:55:39.929Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:55:39.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "policy-id",
  "timestamp": 1669424050504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "cds",
  "timestamp": 1669424053624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:55:39.930Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:55:39.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "policy-id",
  "timestamp": 1669424050504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-26T00:55:39.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "policy-id",
  "timestamp": 1669424050504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "policy-id",
  "timestamp": 1669424050504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "aai-ml",
  "timestamp": 1669424058023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-26T00:55:39.931Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:55:39.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669424055888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "policy-id",
  "timestamp": 1669424050504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "aai-ml",
  "timestamp": 1669424059032,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-26T00:55:39.937Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762
2022-11-26T00:55:39.937Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762 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-11-26T00:55:39.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669424055888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-26T00:55:39.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "policy-id",
  "timestamp": 1669424050504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669424055888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-26T00:55:39.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "policy-id",
  "timestamp": 1669424050504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:55:39.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669424055888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "policy-id",
  "timestamp": 1669424059277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:55:39.949Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:55:39.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669424059780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669424055888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-26T00:55:39.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "policy-id",
  "timestamp": 1669424060281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-26T00:55:39.950Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:55:39.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669424059780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.951Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669424055888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.951Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "policy-id",
  "timestamp": 1669424061284,
  "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-11-26T00:55:39.971Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6074c5ec-9acf-4ab6-b909-ac5c3a4d3055
2022-11-26T00:55:39.971Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6074c5ec-9acf-4ab6-b909-ac5c3a4d3055 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-11-26T00:55:39.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.979Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669424059780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.979Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669424055888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.980Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669424059780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.980Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669424055888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:55:39.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669424059780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669424064640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:55:39.981Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:55:39.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669424059780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669424065729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:55:39.982Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:55:39.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669424059780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669424059780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:55:39.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669424066987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:55:39.984Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:55:39.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "aai-ml",
  "timestamp": 1669424068676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.984Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669424068616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:55:39.984Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:55:39.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669424068141,
  "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-11-26T00:55:39.990Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6074c5ec-9acf-4ab6-b909-ac5c3a4d3055
2022-11-26T00:55:39.990Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6074c5ec-9acf-4ab6-b909-ac5c3a4d3055 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-11-26T00:55:39.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "aai-ml",
  "timestamp": 1669424068676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669424069151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-26T00:55:39.999Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:55:39.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "aai-ml",
  "timestamp": 1669424068676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "aai-ml",
  "timestamp": 1669424068676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:39.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:39.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:39.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669424071090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-26T00:55:40.000Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:55:40.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:40.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "aai-ml",
  "timestamp": 1669424068676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:40.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:40.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:40.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669424072098,
  "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-11-26T00:55:40.005Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6074c5ec-9acf-4ab6-b909-ac5c3a4d3055
2022-11-26T00:55:40.005Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6074c5ec-9acf-4ab6-b909-ac5c3a4d3055 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-11-26T00:55:40.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:40.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "aai-ml",
  "timestamp": 1669424068676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:40.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:40.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:40.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "aai-ml",
  "timestamp": 1669424068676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:55:40.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:40.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:40.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "aai-ml",
  "timestamp": 1669424068676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:55:40.015Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:55:40.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:55:40.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "aai-ml",
  "timestamp": 1669424077432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:55:40.015Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:55:42.650Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-26T00:55:42.665Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T00:55:42.668Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-26T00:55:42.668Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-26T00:55:42.668Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-26T00:55:42.668Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-26T00:55:42.668Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-26T00:55:42.668Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-26T00:55:42.668Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-26T00:55:42.668Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-26T00:55:42.668Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-26T00:55:42.675Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-26T00:56:12.675Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762 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-11-26T00:56:12.685Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762 and serviceModelVersionId: 7280ecae-15b2-4fb0-80e9-a6f4fdc88acc
2022-11-26T00:56:12.685Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 80fba506-5a4f-4a37-98c5-704e58e3ee01
2022-11-26T00:56:12.689Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/80fba506-5a4f-4a37-98c5-704e58e3ee01/model-vers/model-ver/7280ecae-15b2-4fb0-80e9-a6f4fdc88acc?depth=0
2022-11-26T00:56:12.695Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-26T00:56:12.766Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/80fba506-5a4f-4a37-98c5-704e58e3ee01/model-vers/model-ver/7280ecae-15b2-4fb0-80e9-a6f4fdc88acc?depth=0|INFO|500||Invoke
2022-11-26T00:56:12.767Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/80fba506-5a4f-4a37-98c5-704e58e3ee01/model-vers/model-ver/7280ecae-15b2-4fb0-80e9-a6f4fdc88acc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/80fba506-5a4f-4a37-98c5-704e58e3ee01/model-vers/model-ver/7280ecae-15b2-4fb0-80e9-a6f4fdc88acc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[290cf7c9-f68a-412c-9a8f-5c9dfd9c0171], X-ECOMP-RequestID=[e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762], X-TransactionId=[], X-ONAP-RequestID=[e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762], Content-Type=[application/merge-patch+json]}
2022-11-26T00:56:12.776Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/80fba506-5a4f-4a37-98c5-704e58e3ee01/model-vers/model-ver/7280ecae-15b2-4fb0-80e9-a6f4fdc88acc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-26T00:56:12.919Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/80fba506-5a4f-4a37-98c5-704e58e3ee01/model-vers/model-ver/7280ecae-15b2-4fb0-80e9-a6f4fdc88acc?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/80fba506-5a4f-4a37-98c5-704e58e3ee01/model-vers/model-ver/7280ecae-15b2-4fb0-80e9-a6f4fdc88acc?depth=0 has http status code:200 and response headers:{date=[Sat, 26 Nov 2022 00:56:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[237768], x-aai-txid=[2-aai-resources-221126-00:56:12:282-23744], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-26T00:56:12.920Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/80fba506-5a4f-4a37-98c5-704e58e3ee01/model-vers/model-ver/7280ecae-15b2-4fb0-80e9-a6f4fdc88acc?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-26T00:56:12.920Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/80fba506-5a4f-4a37-98c5-704e58e3ee01/model-vers/model-ver/7280ecae-15b2-4fb0-80e9-a6f4fdc88acc?depth=0|INFO|500||InvokeReturn
2022-11-26T00:56:12.921Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-26T00:56:12.921Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-26T00:56:12.945Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-26T00:56:12.945Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-26T00:56:12.946Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-26T00:56:12.946Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:56:12.948Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:56:12.948Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424172945,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-26T00:56:13.048Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:56:13.049Z||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-11-26T00:56:13.049Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:56:13.066Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:56:13.067Z||pool-111-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-26T00:56:13.965Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:56:13.966Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|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-11-26T00:56:13.966Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:56:19.634Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:56:19.635Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-26T00:56:19.635Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"6074c5ec-9acf-4ab6-b909-ac5c3a4d3055","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"c9cdac3b-7bf6-443f-8fc8-22574d0ca1ca","serviceDescription":"service","serviceInvariantUUID":"582437de-49c4-4b26-bbc5-338df1a66fea","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"feedd4c3-0d9f-4fde-8f99-03137d4d2068","resourceInvariantUUID":"331b71d8-eac5-4489-8071-8e418d885b92","resourceCustomizationUUID":"5d39d0f8-f324-4d99-95e9-eb5c1cc807f8","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":"ZDBlZTkxMDYwYjhlNThhNzA2MGMwMDgyMzk5YTYwMDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b855be08-4a0c-4424-b859-0cf76c6ead93","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":"ZDM4YmQzZmM0NjljYTRhYTM5MjMxZjY1NGNjMzQ3MmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fffabf11-06c8-465b-8135-ecf6d9be8394","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":"19f33e8d-c10e-4784-acce-4df4b1add000","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":"e037ff78-b4b9-4b01-b72f-4e9d67fa801a","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":"d14326b1-2801-4ce2-a1b4-aff5dbfbdf87","artifactVersion":"2","generatedFromUUID":"19f33e8d-c10e-4784-acce-4df4b1add000"},{"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":"NjcyYjk0OThhNmJlZTM0OWI2YWJjMWI5MjU2NDljYmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0f7d270a-d31b-4c63-941d-ed6570481393","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":"ZjkyYmMyNDgxOTU5YjNmZmY5Y2ZhNjQzNGQ4MTM3ZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2ea18c3f-b3b8-436a-948d-500aa21c9eed","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NTExMDEwOTY0YjczNDYwYzFkMmM2OTRiY2JlNmJlZTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dc056f25-cfc2-4ebe-a7bf-04756eee26bb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-26T00:56:19.637Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:56:19.637Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:56:19.639Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:56:19.639Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424173965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:56:19.739Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:56:19.740Z||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-11-26T00:56:19.740Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:56:19.752Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:56:19.752Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-26T00:56:20.639Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:56:20.640Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:56:20.642Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:56:20.642Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424173965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-26T00:56:20.742Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:56:20.743Z||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-11-26T00:56:20.743Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:56:20.763Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:56:20.764Z||pool-113-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:56:21.642Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:56:21.643Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:56:21.646Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:56:21.647Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424173965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-26T00:56:21.747Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-26T00:56:21.748Z||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-11-26T00:56:21.748Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:56:21.764Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:56:21.765Z||pool-114-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:56:22.647Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:56:22.648Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:56:22.650Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:56:22.650Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424173965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:56:22.750Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:56:22.751Z||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-11-26T00:56:22.751Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:56:22.777Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:56:22.777Z||pool-115-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:56:23.650Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:56:23.651Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:56:23.653Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:56:23.653Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424173965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-26T00:56:23.753Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:56:23.754Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-26T00:56:23.754Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:56:23.775Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:56:23.775Z||pool-116-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:56:24.653Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:56:24.654Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:56:24.656Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:56:24.656Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424173965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:56:24.756Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:56:24.757Z||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-11-26T00:56:24.757Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:56:24.779Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:56:24.780Z||pool-117-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:56:25.657Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:56:25.657Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:56:25.659Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:56:25.659Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424173965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:56:25.760Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-26T00:56:25.760Z||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-11-26T00:56:25.761Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:56:25.779Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:56:25.779Z||pool-118-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-26T00:56:26.661Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-26T00:56:26.662Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:56:26.665Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:56:26.665Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424173965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:56:26.765Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-26T00:56:26.766Z||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-11-26T00:56:26.766Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:56:26.792Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:56:26.792Z||pool-119-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:56:27.666Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "c9cdac3b-7bf6-443f-8fc8-22574d0ca1ca",
  "serviceDescription": "service",
  "serviceInvariantUUID": "582437de-49c4-4b26-bbc5-338df1a66fea",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "5d39d0f8-f324-4d99-95e9-eb5c1cc807f8",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "feedd4c3-0d9f-4fde-8f99-03137d4d2068",
      "resourceInvariantUUID": "331b71d8-eac5-4489-8071-8e418d885b92",
      "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": "ZDM4YmQzZmM0NjljYTRhYTM5MjMxZjY1NGNjMzQ3MmQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fffabf11-06c8-465b-8135-ecf6d9be8394",
          "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": "19f33e8d-c10e-4784-acce-4df4b1add000",
          "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": "d14326b1-2801-4ce2-a1b4-aff5dbfbdf87",
            "generatedFromUUID": "19f33e8d-c10e-4784-acce-4df4b1add000"
          },
          "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": "d14326b1-2801-4ce2-a1b4-aff5dbfbdf87",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NTExMDEwOTY0YjczNDYwYzFkMmM2OTRiY2JlNmJlZTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dc056f25-cfc2-4ebe-a7bf-04756eee26bb"
    }
  ],
  "workloadContext": "Production"
}
2022-11-26T00:56:27.667Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-26T00:56:27.667Z|e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c9cdac3b-7bf6-443f-8fc8-22574d0ca1ca ASDC
2022-11-26T00:56:27.669Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:6074c5ec-9acf-4ab6-b909-ac5c3a4d3055
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:c9cdac3b-7bf6-443f-8fc8-22574d0ca1ca
ServiceInvariantUUID:582437de-49c4-4b26-bbc5-338df1a66fea
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:dc056f25-cfc2-4ebe-a7bf-04756eee26bb
ArtifactChecksum:NTExMDEwOTY0YjczNDYwYzFkMmM2OTRiY2JlNmJlZTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:5d39d0f8-f324-4d99-95e9-eb5c1cc807f8
ResourceInvariantUUID:331b71d8-eac5-4489-8071-8e418d885b92
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:feedd4c3-0d9f-4fde-8f99-03137d4d2068
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:fffabf11-06c8-465b-8135-ecf6d9be8394
ArtifactChecksum:ZDM4YmQzZmM0NjljYTRhYTM5MjMxZjY1NGNjMzQ3MmQ=
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:19f33e8d-c10e-4784-acce-4df4b1add000
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:d14326b1-2801-4ce2-a1b4-aff5dbfbdf87
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:d14326b1-2801-4ce2-a1b4-aff5dbfbdf87
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-26T00:56:27.669Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c9cdac3b-7bf6-443f-8fc8-22574d0ca1ca 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-11-26T00:56:27.717Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-26T00:56:27.718Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-26T00:56:27.718Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-26T00:56:27.718Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: dc056f25-cfc2-4ebe-a7bf-04756eee26bb from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-26T00:56:27.718Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-26T00:56:27.719Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-26T00:56:27.788Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-26T00:56:27.789Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar dc056f25-cfc2-4ebe-a7bf-04756eee26bb 83015
2022-11-26T00:56:27.789Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-11-26T00:56:27.790Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-26T00:56:27.790Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T00:56:27.790Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:56:27.793Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:56:27.793Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424187789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:56:27.893Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:56:27.894Z||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-11-26T00:56:27.894Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:56:27.911Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:56:27.912Z||pool-120-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:56:28.793Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-26T00:56:28.795Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-26T00:56:28.795Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: dc056f25-cfc2-4ebe-a7bf-04756eee26bb, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-26T00:56:28.795Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-11-26T00:56:28.796Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-26T00:56:28.796Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-26T00:56:28.955Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6182444921441830252/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-11-26T00:56:30.089Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-26T00:56:30.089Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-26T00:56:30.089Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-26T00:56:30.089Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-26T00:56:30.089Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||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-11-26T00:56:30.089Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|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-BasicVmMacro-csar.csar
2022-11-26T00:56:30.089Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||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-11-26T00:56:30.090Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|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-BasicVmMacro-csar.csar
2022-11-26T00:56:30.090Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|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-BasicVmMacro-csar.csar
2022-11-26T00:56:30.090Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-26T00:56:30.090Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||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-11-26T00:56:30.090Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-26T00:56:30.090Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:56:30.090Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:56:30.090Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-26T00:56:30.090Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-26T00:56:30.091Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-26T00:56:30.091Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:56:30.091Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:56:30.091Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-26T00:56:30.091Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-26T00:56:30.091Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-26T00:56:30.091Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:56:30.092Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:56:30.092Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:56:30.092Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-26T00:56:30.092Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-26T00:56:30.092Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-26T00:56:30.092Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-26T00:56:30.092Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-26T00:56:30.092Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-26T00:56:30.093Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:56:30.093Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-26T00:56:30.093Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:56:30.093Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-26T00:56:30.093Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T00:56:30.093Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:56:30.093Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-26T00:56:30.093Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T00:56:30.094Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:56:30.094Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-26T00:56:30.094Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T00:56:30.094Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:56:30.094Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-26T00:56:30.094Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-26T00:56:30.094Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-26T00:56:30.094Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fc43b366-2109-4c85-b37a-63421a994daf
2022-11-26T00:56:30.095Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:56:30.095Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:56:30.095Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:56:30.095Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:56:30.095Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:56:30.095Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:56:30.095Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:56:30.095Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:56:30.096Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:c9cdac3b-7bf6-443f-8fc8-22574d0ca1ca
Model Version:NULL
Model InvariantUuid:582437de-49c4-4b26-bbc5-338df1a66fea
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:7312dc9a-9ca7-4daf-8a1f-05e08746fa77
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:331b71d8-eac5-4489-8071-8e418d885b92
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5d39d0f8-f324-4d99-95e9-eb5c1cc807f8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9634946a-fbe8-437e-82ff-362ba2f2c3d4
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:b1ad7747-0e5f-48fb-9ff2-2af8d2e32912
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fc43b366-2109-4c85-b37a-63421a994daf
ModelInvariantUuid:46e20d8f-52ae-407a-9ec6-dc093715467c
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:6f341aad-b79a-4879-9544-9099b5f8e8d0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:d2abbb97-a57a-4d14-885b-ba0ed9f237d1
ModelInvariantUuid:859002a3-589b-4949-aa31-fc029d353164
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:a611d219-f458-484c-bb21-00bf5b0d0527
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-11-26T00:56:30.110Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: feedd4c3-0d9f-4fde-8f99-03137d4d2068
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-11-26T00:56:30.113Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||basic_vm_macro 0
2022-11-26T00:56:30.113Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: feedd4c3-0d9f-4fde-8f99-03137d4d2068
2022-11-26T00:56:30.113Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fffabf11-06c8-465b-8135-ecf6d9be8394 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-26T00:56:30.113Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-26T00:56:30.113Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-26T00:56:30.181Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-26T00:56:30.181Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json fffabf11-06c8-465b-8135-ecf6d9be8394 792
2022-11-26T00:56:30.182Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||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-11-26T00:56:30.182Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||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-11-26T00:56:30.182Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T00:56:30.182Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:56:30.184Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:56:30.184Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424190182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:56:30.284Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:56:30.285Z||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-11-26T00:56:30.285Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:56:30.301Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:56:30.302Z||pool-121-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:56:31.184Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "9634946a-fbe8-437e-82ff-362ba2f2c3d4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b1ad7747-0e5f-48fb-9ff2-2af8d2e32912",
    "vfModuleModelCustomizationUUID": "5eede232-1fa3-411b-88da-44ad31b0a895",
    "isBase": true,
    "artifacts": [
      "19f33e8d-c10e-4784-acce-4df4b1add000",
      "d14326b1-2801-4ce2-a1b4-aff5dbfbdf87"
    ],
    "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-11-26T00:56:31.188Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b1ad7747-0e5f-48fb-9ff2-2af8d2e32912
VfModuleModelInvariantUUID:9634946a-fbe8-437e-82ff-362ba2f2c3d4
VfModuleModelDescription:NULL
Artifacts UUID List:{
19f33e8d-c10e-4784-acce-4df4b1add000
,
d14326b1-2801-4ce2-a1b4-aff5dbfbdf87

}
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-11-26T00:56:31.189Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "9634946a-fbe8-437e-82ff-362ba2f2c3d4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b1ad7747-0e5f-48fb-9ff2-2af8d2e32912",
    "vfModuleModelCustomizationUUID": "5eede232-1fa3-411b-88da-44ad31b0a895",
    "isBase": true,
    "artifacts": [
      "19f33e8d-c10e-4784-acce-4df4b1add000",
      "d14326b1-2801-4ce2-a1b4-aff5dbfbdf87"
    ],
    "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-11-26T00:56:31.189Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b1ad7747-0e5f-48fb-9ff2-2af8d2e32912
VfModuleModelInvariantUUID:9634946a-fbe8-437e-82ff-362ba2f2c3d4
VfModuleModelDescription:NULL
Artifacts UUID List:{
19f33e8d-c10e-4784-acce-4df4b1add000
,
d14326b1-2801-4ce2-a1b4-aff5dbfbdf87

}
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-11-26T00:56:31.189Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 19f33e8d-c10e-4784-acce-4df4b1add000 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-26T00:56:31.190Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-26T00:56:31.190Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-26T00:56:31.264Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-26T00:56:31.264Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 19f33e8d-c10e-4784-acce-4df4b1add000 5033
2022-11-26T00:56:31.265Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||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-11-26T00:56:31.265Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||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-11-26T00:56:31.265Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T00:56:31.265Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:56:31.267Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:56:31.268Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424191265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:56:31.368Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:56:31.369Z||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-11-26T00:56:31.369Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:56:31.383Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:56:31.384Z||pool-122-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:56:32.268Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d14326b1-2801-4ce2-a1b4-aff5dbfbdf87 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-26T00:56:32.269Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-26T00:56:32.269Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-26T00:56:32.343Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-26T00:56:32.344Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env d14326b1-2801-4ce2-a1b4-aff5dbfbdf87 903
2022-11-26T00:56:32.344Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||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-11-26T00:56:32.344Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||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-11-26T00:56:32.344Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-26T00:56:32.345Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:56:32.347Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:56:32.347Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424192344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:56:32.448Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-26T00:56:32.449Z||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-11-26T00:56:32.449Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:56:32.465Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:56:32.465Z||pool-123-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:56:33.348Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: c9cdac3b-7bf6-443f-8fc8-22574d0ca1ca
2022-11-26T00:56:33.349Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 feedd4c3-0d9f-4fde-8f99-03137d4d2068 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-11-26T00:56:33.373Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1e36cfb4, org.onap.sdc.toscaparser.api.parameters.Input@5ac3694a, org.onap.sdc.toscaparser.api.parameters.Input@34ed4218, org.onap.sdc.toscaparser.api.parameters.Input@733934e5, org.onap.sdc.toscaparser.api.parameters.Input@5b5a0e59]
2022-11-26T00:56:33.374Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:56:33.375Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:56:33.375Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-11-26T00:56:33.375Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 5d39d0f8-f324-4d99-95e9-eb5c1cc807f8
2022-11-26T00:56:33.375Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5d39d0f8-f324-4d99-95e9-eb5c1cc807f8 matches Tosca VF Customization UUID: 5d39d0f8-f324-4d99-95e9-eb5c1cc807f8
2022-11-26T00:56:33.375Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 5d39d0f8-f324-4d99-95e9-eb5c1cc807f8  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-11-26T00:56:33.378Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:56:33.378Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:56:33.379Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 5d39d0f8-f324-4d99-95e9-eb5c1cc807f8: {\"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-11-26T00:56:33.379Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7e9553f6
2022-11-26T00:56:33.379Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:56:33.379Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-26T00:56:33.380Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5eede232-1fa3-411b-88da-44ad31b0a895
2022-11-26T00:56:33.380Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5eede232-1fa3-411b-88da-44ad31b0a895
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-11-26T00:56:33.382Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:56:33.383Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-26T00:56:33.383Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T00:56:33.383Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:56:33.383Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-26T00:56:33.384Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T00:56:33.384Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:56:33.384Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-26T00:56:33.384Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-26T00:56:33.384Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-26T00:56:33.385Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fc43b366-2109-4c85-b37a-63421a994daf
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-11-26T00:56:33.387Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:56:33.387Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-26T00:56:33.387Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-26T00:56:33.387Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:56:33.388Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-26T00:56:33.388Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=5d39d0f8-f324-4d99-95e9-eb5c1cc807f8
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-11-26T00:56:33.390Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:56:33.390Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:56:33.390Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid c9cdac3b-7bf6-443f-8fc8-22574d0ca1ca: basic_vm_macro
2022-11-26T00:56:33.390Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:56:33.390Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:56:33.391Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:56:33.391Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:56:33.391Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:56:33.391Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:56:33.391Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:56:33.391Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:56:33.391Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-26T00:56:33.392Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-26T00:56:33.392Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||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-11-26T00:56:33.512Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro feedd4c3-0d9f-4fde-8f99-03137d4d2068 1 ASDC deployResourceStructure
2022-11-26T00:56:33.513Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||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-11-26T00:56:33.513Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||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-11-26T00:56:33.513Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-26T00:56:33.513Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:56:33.515Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:56:33.515Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424193513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-26T00:56:33.615Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:56:33.616Z||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-11-26T00:56:33.616Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:56:33.643Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:56:33.643Z||pool-124-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:56:34.516Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||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-11-26T00:56:34.516Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||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-11-26T00:56:34.517Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-26T00:56:34.517Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:56:34.519Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:56:34.519Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424194516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-26T00:56:34.619Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:56:34.620Z||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-11-26T00:56:34.620Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:56:34.642Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:56:34.642Z||pool-125-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:56:35.521Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||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-11-26T00:56:35.522Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||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-11-26T00:56:35.522Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-26T00:56:35.522Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:56:35.524Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:56:35.524Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424195521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-26T00:56:35.624Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:56:35.625Z||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-11-26T00:56:35.625Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:56:35.643Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:56:35.643Z||pool-126-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-26T00:56:36.525Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-11-26T00:56:36.525Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-26T00:56:36.525Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-26T00:56:36.526Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:56:36.527Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:56:36.527Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424196524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-26T00:56:36.628Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-26T00:56:36.629Z||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-11-26T00:56:36.629Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:56:36.644Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:56:36.644Z||pool-127-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-26T00:56:37.528Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6074c5ec-9acf-4ab6-b909-ac5c3a4d3055
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-26T00:56:37.545Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6074c5ec-9acf-4ab6-b909-ac5c3a4d3055
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T00:56:37.548Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-26T00:56:37.548Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-26T00:56:37.548Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-26T00:56:39.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:56:39.804Z||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-11-26T00:56:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:56:39.842Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:56:39.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:56:39.843Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "aai-ml",
  "timestamp": 1669424084602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-26T00:56:39.844Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:56:39.844Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:56:39.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "aai-ml",
  "timestamp": 1669424085607,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-26T00:56:39.856Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6074c5ec-9acf-4ab6-b909-ac5c3a4d3055
2022-11-26T00:56:39.856Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6074c5ec-9acf-4ab6-b909-ac5c3a4d3055 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-11-26T00:57:07.549Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6074c5ec-9acf-4ab6-b909-ac5c3a4d3055
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-26T00:57:07.568Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6074c5ec-9acf-4ab6-b909-ac5c3a4d3055
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-26T00:57:07.570Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-26T00:57:07.571Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-26T00:57:07.571Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-26T00:57:07.571Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-26T00:57:07.571Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-26T00:57:07.571Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-26T00:57:07.571Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-26T00:57:07.571Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-26T00:57:07.571Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-26T00:57:07.578Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-26T00:57:37.579Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6074c5ec-9acf-4ab6-b909-ac5c3a4d3055 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-11-26T00:57:37.592Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6074c5ec-9acf-4ab6-b909-ac5c3a4d3055 and serviceModelVersionId: c9cdac3b-7bf6-443f-8fc8-22574d0ca1ca
2022-11-26T00:57:37.592Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 582437de-49c4-4b26-bbc5-338df1a66fea
2022-11-26T00:57:37.593Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/582437de-49c4-4b26-bbc5-338df1a66fea/model-vers/model-ver/c9cdac3b-7bf6-443f-8fc8-22574d0ca1ca?depth=0
2022-11-26T00:57:37.602Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-26T00:57:37.654Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/582437de-49c4-4b26-bbc5-338df1a66fea/model-vers/model-ver/c9cdac3b-7bf6-443f-8fc8-22574d0ca1ca?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-11-26T00:57:37.655Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/582437de-49c4-4b26-bbc5-338df1a66fea/model-vers/model-ver/c9cdac3b-7bf6-443f-8fc8-22574d0ca1ca?depth=0|INFO|500||Invoke
2022-11-26T00:57:37.663Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/582437de-49c4-4b26-bbc5-338df1a66fea/model-vers/model-ver/c9cdac3b-7bf6-443f-8fc8-22574d0ca1ca?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-26T00:57:37.787Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/582437de-49c4-4b26-bbc5-338df1a66fea/model-vers/model-ver/c9cdac3b-7bf6-443f-8fc8-22574d0ca1ca?depth=0|INFO|500||InvokeReturn
2022-11-26T00:57:37.788Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/582437de-49c4-4b26-bbc5-338df1a66fea/model-vers/model-ver/c9cdac3b-7bf6-443f-8fc8-22574d0ca1ca?depth=0 has http status code:200 and response headers:{date=[Sat, 26 Nov 2022 00:57:37 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[119], vertex-id=[262384], x-aai-txid=[0-aai-resources-221126-00:57:37:170-70957], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-26T00:57:37.788Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-11-26T00:57:37.789Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-26T00:57:37.789Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-26T00:57:37.797Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-26T00:57:37.797Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6074c5ec-9acf-4ab6-b909-ac5c3a4d3055 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-26T00:57:37.798Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-26T00:57:37.798Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-26T00:57:37.801Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-26T00:57:37.801Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424257798,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-26T00:57:37.902Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-26T00:57:37.903Z||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-11-26T00:57:37.903Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Elc4okl6ovDDvSF) ...
2022-11-26T00:57:37.942Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:57:37.943Z||pool-128-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-11-26T00:57:38.821Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:57:38.822Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|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-11-26T00:57:38.822Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:57:39.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:57:39.804Z||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-11-26T00:57:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:57:39.843Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:57:39.844Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:57:39.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1a1246c-1b60-4a1f-9ed2-69cf8c7eb762",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424172945,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-26T00:57:39.845Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:57:39.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:57:39.845Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424173965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:57:39.845Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:57:39.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:57:39.845Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424173965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-26T00:57:39.845Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:57:39.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:57:39.845Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424173965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-26T00:57:39.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:57:39.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:57:39.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424173965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:57:39.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:57:39.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:57:39.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424173965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-26T00:57:39.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:57:39.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:57:39.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424173965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:57:39.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:57:39.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:57:39.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424173965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-26T00:57:39.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:57:39.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:57:39.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424173965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-26T00:57:39.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-26T00:57:39.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:57:39.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424187789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:57:39.847Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:57:39.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:57:39.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424190182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:57:39.848Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:57:39.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:57:39.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424191265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:57:39.848Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:57:39.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:57:39.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424192344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-26T00:57:39.848Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:57:39.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:57:39.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424193513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-26T00:57:39.848Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:57:39.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:57:39.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424194516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-26T00:57:39.849Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:57:39.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:57:39.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424195521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-26T00:57:39.849Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:57:39.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-26T00:57:39.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424196524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-26T00:57:39.849Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:57:48.376Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:57:48.377Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:57:48.378Z||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-11-26T00:57:48.378Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:57:57.953Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:57:57.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:57:57.955Z||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-11-26T00:57:57.955Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:58:07.509Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:58:39.798Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:58:39.799Z||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-11-26T00:58:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:58:39.803Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:58:39.804Z||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-11-26T00:58:39.806Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:58:40.334Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:58:40.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-26T00:58:40.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6074c5ec-9acf-4ab6-b909-ac5c3a4d3055",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669424257798,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-26T00:58:40.336Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-26T00:58:49.422Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:59:39.798Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:59:39.799Z||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-11-26T00:59:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:59:39.803Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T00:59:39.803Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|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-11-26T00:59:39.804Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|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 1Elc4okl6ovDDvSF) ...
2022-11-26T00:59:49.348Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T00:59:49.354Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:00:39.798Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:00:39.799Z||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-11-26T01:00:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:00:39.803Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:00:39.804Z||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-11-26T01:00:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:00:49.408Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:00:49.414Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:01:39.798Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:01:39.799Z||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-11-26T01:01:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:01:39.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:01:39.803Z||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-11-26T01:01:39.803Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:01:49.350Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:01:49.351Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:02:39.798Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:02:39.799Z||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-11-26T01:02:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:02:39.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:02:39.803Z||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-11-26T01:02:39.803Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:02:49.356Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:02:49.358Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:03:39.798Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:03:39.800Z||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-11-26T01:03:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:03:39.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:03:39.806Z||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-11-26T01:03:39.806Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:03:49.364Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:03:49.365Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:04:39.799Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:04:39.801Z||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-11-26T01:04:39.802Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:04:39.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:04:39.804Z||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-11-26T01:04:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:04:49.356Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:04:49.358Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:05:39.798Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:05:39.800Z||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-11-26T01:05:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:05:39.803Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:05:39.804Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|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-11-26T01:05:39.804Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:05:49.351Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:05:49.368Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:06:39.798Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:06:39.799Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|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-11-26T01:06:39.799Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:06:39.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:06:39.804Z||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-11-26T01:06:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:06:49.351Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:06:49.353Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:07:39.798Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:07:39.799Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|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-11-26T01:07:39.799Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:07:39.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:07:39.804Z||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-11-26T01:07:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:07:49.375Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:07:49.378Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:08:39.798Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:08:39.799Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|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-11-26T01:08:39.799Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:08:39.803Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:08:39.803Z||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-11-26T01:08:39.803Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:08:49.353Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:08:49.365Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:09:39.798Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:09:39.799Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|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-11-26T01:09:39.799Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:09:39.803Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:09:39.803Z||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-11-26T01:09:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:09:49.345Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:09:49.363Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:10:39.798Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:10:39.799Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|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-11-26T01:10:39.800Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:10:39.810Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:10:39.811Z||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-11-26T01:10:39.811Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:10:49.364Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:10:49.414Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:11:39.799Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:11:39.803Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|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-11-26T01:11:39.803Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:11:39.803Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:11:39.804Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|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-11-26T01:11:39.804Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:11:49.362Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:11:49.366Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:12:39.799Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:12:39.801Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|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-11-26T01:12:39.801Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:12:39.803Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:12:39.803Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|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-11-26T01:12:39.803Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:12:49.356Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:12:49.356Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:13:39.798Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:13:39.799Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|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-11-26T01:13:39.799Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:13:39.803Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:13:39.803Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|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-11-26T01:13:39.803Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:13:49.363Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:13:49.365Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:14:39.798Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:14:39.799Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|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-11-26T01:14:39.799Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:14:39.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:14:39.803Z||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-11-26T01:14:39.803Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:14:49.352Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:14:49.353Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:15:39.798Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:15:39.799Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|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-11-26T01:15:39.799Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:15:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:15:39.804Z||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-11-26T01:15:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:15:49.367Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:15:49.367Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:16:39.798Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:16:39.799Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|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-11-26T01:16:39.799Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:16:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:16:39.804Z||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-11-26T01:16:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:16:49.400Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:16:49.402Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:17:39.798Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:17:39.799Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|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-11-26T01:17:39.799Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:17:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:17:39.804Z||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-11-26T01:17:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:17:49.354Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:17:49.365Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:18:39.799Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:18:39.800Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|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-11-26T01:18:39.800Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:18:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:18:39.804Z||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-11-26T01:18:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:18:49.358Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:18:49.358Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:19:39.799Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:19:39.801Z||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-11-26T01:19:39.801Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:19:39.803Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:19:39.804Z||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-11-26T01:19:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:19:49.384Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:19:49.386Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:20:39.798Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:20:39.799Z||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-11-26T01:20:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:20:39.803Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:20:39.804Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|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-11-26T01:20:39.804Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:20:49.358Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:20:49.376Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:21:39.798Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:21:39.799Z||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-11-26T01:21:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:21:39.803Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:21:39.804Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|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-11-26T01:21:39.804Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:21:49.352Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:21:49.383Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:22:39.798Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:22:39.799Z||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-11-26T01:22:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:22:39.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:22:39.804Z||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-11-26T01:22:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:22:49.352Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:22:49.353Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:23:39.798Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:23:39.799Z||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-11-26T01:23:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:23:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:23:39.804Z||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-11-26T01:23:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:23:49.349Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:23:49.376Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:24:39.798Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:24:39.799Z||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-11-26T01:24:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:24:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:24:39.803Z||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-11-26T01:24:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:24:49.355Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:24:49.397Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:25:39.798Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:25:39.800Z||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-11-26T01:25:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:25:39.803Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:25:39.803Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|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-11-26T01:25:39.804Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:25:49.354Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:25:49.360Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:26:39.799Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:26:39.802Z||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-11-26T01:26:39.802Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:26:39.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:26:39.804Z||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-11-26T01:26:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:26:49.356Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:26:49.356Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:27:39.798Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:27:39.800Z||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-11-26T01:27:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:27:39.804Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:27:39.805Z||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-11-26T01:27:39.805Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:27:49.358Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:27:49.369Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:28:39.798Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:28:39.799Z||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-11-26T01:28:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:28:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:28:39.804Z||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-11-26T01:28:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:28:49.352Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:28:49.352Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:29:39.798Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:29:39.799Z||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-11-26T01:29:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:29:39.803Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:29:39.804Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|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-11-26T01:29:39.804Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:29:49.350Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:29:49.386Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:30:39.798Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:30:39.799Z||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-11-26T01:30:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:30:39.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:30:39.804Z||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-11-26T01:30:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:30:49.353Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:30:49.355Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:31:39.798Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:31:39.799Z||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-11-26T01:31:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:31:39.803Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:31:39.803Z||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-11-26T01:31:39.803Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:31:49.352Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:31:49.355Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:32:39.798Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:32:39.799Z||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-11-26T01:32:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:32:39.803Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:32:39.803Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|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-11-26T01:32:39.803Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:32:49.349Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:32:49.349Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:33:39.798Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:33:39.799Z||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-11-26T01:33:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:33:39.803Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:33:39.804Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|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-11-26T01:33:39.804Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:33:49.374Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:33:49.374Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:34:39.799Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:34:39.800Z||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-11-26T01:34:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:34:39.803Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:34:39.805Z||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-11-26T01:34:39.805Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:34:49.348Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:34:49.371Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:35:39.799Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:35:39.800Z||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-11-26T01:35:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:35:39.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:35:39.804Z||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-11-26T01:35:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:35:49.363Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:35:49.364Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:36:39.799Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:36:39.799Z||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-11-26T01:36:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:36:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:36:39.804Z||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-11-26T01:36:39.805Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:36:49.365Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:36:49.366Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:37:39.798Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:37:39.799Z||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-11-26T01:37:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:37:39.803Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:37:39.804Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|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-11-26T01:37:39.804Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:37:49.373Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:37:49.373Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:38:39.798Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:38:39.799Z||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-11-26T01:38:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:38:39.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:38:39.804Z||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-11-26T01:38:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:38:49.373Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:38:49.373Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:39:39.798Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:39:39.799Z||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-11-26T01:39:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:39:39.803Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:39:39.804Z||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-11-26T01:39:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:39:49.365Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:39:49.369Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:40:39.798Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:40:39.799Z||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-11-26T01:40:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:40:39.803Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:40:39.804Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|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-11-26T01:40:39.804Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:40:49.387Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:40:49.387Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:41:39.798Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:41:39.799Z||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-11-26T01:41:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:41:39.803Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:41:39.803Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|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-11-26T01:41:39.803Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:41:49.372Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:41:49.372Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:42:39.799Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:42:39.800Z||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-11-26T01:42:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:42:39.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:42:39.804Z||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-11-26T01:42:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:42:49.389Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:42:49.390Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:43:39.799Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:43:39.800Z||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-11-26T01:43:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:43:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:43:39.804Z||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-11-26T01:43:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:43:49.363Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:43:49.365Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:44:39.798Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:44:39.799Z||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-11-26T01:44:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:44:39.806Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:44:39.807Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|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-11-26T01:44:39.807Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:44:49.351Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:44:49.372Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:45:39.798Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:45:39.799Z||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-11-26T01:45:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:45:39.803Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:45:39.803Z||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-11-26T01:45:39.803Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:45:49.388Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:45:49.391Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:46:39.798Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:46:39.799Z||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-11-26T01:46:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:46:39.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:46:39.804Z||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-11-26T01:46:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:46:49.379Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:46:49.380Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:47:39.798Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:47:39.799Z||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-11-26T01:47:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:47:39.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:47:39.804Z||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-11-26T01:47:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:47:49.364Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:47:49.364Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:48:39.798Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:48:39.799Z||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-11-26T01:48:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:48:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:48:39.804Z||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-11-26T01:48:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:48:49.358Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:48:49.367Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:49:39.798Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:49:39.799Z||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-11-26T01:49:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:49:39.806Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:49:39.807Z||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-11-26T01:49:39.807Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:49:49.371Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:49:49.386Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:50:39.798Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:50:39.799Z||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-11-26T01:50:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:50:39.803Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:50:39.803Z||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-11-26T01:50:39.803Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:50:49.352Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:50:49.353Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:51:39.799Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:51:39.801Z||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-11-26T01:51:39.801Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:51:39.803Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:51:39.804Z||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-11-26T01:51:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:51:49.360Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:51:49.361Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:52:39.798Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:52:39.800Z||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-11-26T01:52:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:52:39.803Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:52:39.804Z||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-11-26T01:52:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:52:49.353Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:52:49.354Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:53:39.798Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:53:39.799Z||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-11-26T01:53:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:53:39.803Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:53:39.803Z||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-11-26T01:53:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:53:49.381Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:53:49.389Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:54:39.798Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:54:39.799Z||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-11-26T01:54:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:54:39.803Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:54:39.804Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|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-11-26T01:54:39.804Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:54:49.377Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:54:49.383Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:55:39.798Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:55:39.799Z||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-11-26T01:55:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:55:39.803Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:55:39.803Z||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-11-26T01:55:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:55:49.354Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:55:49.361Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:56:39.798Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:56:39.799Z||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-11-26T01:56:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:56:39.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:56:39.803Z||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-11-26T01:56:39.803Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:56:49.358Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:56:49.358Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:57:39.798Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:57:39.799Z||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-11-26T01:57:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:57:39.803Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:57:39.803Z||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-11-26T01:57:39.803Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:57:49.370Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:57:49.372Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:58:39.798Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:58:39.799Z||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-11-26T01:58:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:58:39.803Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:58:39.804Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|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-11-26T01:58:39.804Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:58:49.356Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:58:49.358Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:59:39.798Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:59:39.799Z||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-11-26T01:59:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:59:39.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T01:59:39.806Z||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-11-26T01:59:39.806Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T01:59:49.359Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T01:59:49.360Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T02:00:39.799Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T02:00:39.801Z||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-11-26T02:00:39.802Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T02:00:39.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T02:00:39.804Z||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-11-26T02:00:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T02:00:49.358Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T02:00:49.361Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T02:01:39.798Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T02:01:39.799Z||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-11-26T02:01:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T02:01:39.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T02:01:39.804Z||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-11-26T02:01:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T02:01:49.349Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T02:01:49.351Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T02:02:39.798Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T02:02:39.799Z||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-11-26T02:02:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T02:02:39.803Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T02:02:39.804Z||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-11-26T02:02:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T02:02:49.353Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T02:02:49.353Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T02:03:39.798Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T02:03:39.799Z||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-11-26T02:03:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T02:03:39.803Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T02:03:39.803Z||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-11-26T02:03:39.803Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T02:03:49.351Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T02:03:49.357Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T02:04:39.798Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T02:04:39.799Z||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-11-26T02:04:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T02:04:39.803Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T02:04:39.804Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|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-11-26T02:04:39.804Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|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 1Elc4okl6ovDDvSF) ...
2022-11-26T02:04:49.353Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T02:04:49.356Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T02:05:39.798Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T02:05:39.799Z||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-11-26T02:05:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T02:05:39.803Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T02:05:39.804Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|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-11-26T02:05:39.804Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|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 1Elc4okl6ovDDvSF) ...
2022-11-26T02:05:49.349Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T02:05:49.354Z|3a938b7d-bb27-4fb2-bccf-4ed096153ca0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T02:06:39.798Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T02:06:39.799Z||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-11-26T02:06:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T02:06:39.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T02:06:39.804Z||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-11-26T02:06:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T02:06:49.388Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T02:06:49.389Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T02:07:39.798Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T02:07:39.799Z||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-11-26T02:07:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T02:07:39.804Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T02:07:39.805Z||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-11-26T02:07:39.805Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T02:07:49.360Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T02:07:49.365Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T02:08:39.798Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T02:08:39.800Z||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-11-26T02:08:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T02:08:39.803Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T02:08:39.804Z||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-11-26T02:08:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T02:08:49.360Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T02:08:49.362Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T02:09:39.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T02:09:39.801Z||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-11-26T02:09:39.801Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T02:09:39.803Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T02:09:39.804Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|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-11-26T02:09:39.804Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|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 1Elc4okl6ovDDvSF) ...
2022-11-26T02:09:49.364Z|6074c5ec-9acf-4ab6-b909-ac5c3a4d3055|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T02:09:49.364Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T02:10:39.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T02:10:39.800Z||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-11-26T02:10:39.801Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T02:10:39.803Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T02:10:39.804Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|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-11-26T02:10:39.804Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|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 1Elc4okl6ovDDvSF) ...
2022-11-26T02:10:49.371Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T02:10:49.371Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T02:11:39.798Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T02:11:39.799Z||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-11-26T02:11:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T02:11:39.803Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T02:11:39.803Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|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-11-26T02:11:39.803Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|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 1Elc4okl6ovDDvSF) ...
2022-11-26T02:11:49.362Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T02:11:49.376Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T02:12:39.798Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T02:12:39.799Z||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-11-26T02:12:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T02:12:39.804Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T02:12:39.804Z||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-11-26T02:12:39.805Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T02:12:49.358Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T02:12:49.372Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T02:13:39.798Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T02:13:39.799Z||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-11-26T02:13:39.800Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T02:13:39.803Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T02:13:39.803Z||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-11-26T02:13:39.803Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T02:13:49.373Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T02:13:49.373Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T02:14:39.798Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T02:14:39.799Z||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-11-26T02:14:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T02:14:39.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T02:14:39.804Z||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-11-26T02:14:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T02:14:49.356Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T02:14:49.360Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T02:15:39.798Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T02:15:39.799Z||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-11-26T02:15:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T02:15:39.803Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T02:15:39.803Z||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-11-26T02:15:39.803Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T02:15:49.356Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T02:15:49.370Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T02:16:39.798Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T02:16:39.799Z||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-11-26T02:16:39.799Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T02:16:39.805Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T02:16:39.805Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|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-11-26T02:16:39.805Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|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 1Elc4okl6ovDDvSF) ...
2022-11-26T02:16:49.355Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T02:16:49.408Z|bec9e1bd-fb0e-4c64-8308-2fc189c55c5c|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T02:17:39.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T02:17:39.801Z||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-11-26T02:17:39.801Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T02:17:39.803Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T02:17:39.804Z||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-11-26T02:17:39.804Z||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 1Elc4okl6ovDDvSF) ...
2022-11-26T02:17:49.364Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-26T02:17:49.366Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK