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)

2023-01-05T23:26:54.059Z||main|||||INFO|500||The following profiles are active: basic
2023-01-05T23:27:05.319Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-05T23:27:05.320Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-05T23:27:05.426Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-05T23:27:09.277Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-05T23:27:09.684Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-05T23:27:10.073Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-05T23:27:10.085Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-05T23:27:10.185Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-05T23:27:10.444Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-05T23:27:11.012Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-05T23:27:13.113Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-05T23:27:15.544Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-05T23:27:15.606Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-05T23:27:16.219Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-05T23:27:16.473Z||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.
2023-01-05T23:27:17.729Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-05T23:27:18.816Z||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_
2023-01-05T23:27:19.770Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-01-05T23:27:19.770Z||main|||||ERROR|500||(conn=1274) Table 'catalogdb.activity_spec' doesn't exist
2023-01-05T23:27:19.802Z||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
2023-01-05T23:27:23.261Z||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
2023-01-05T23:27:25.873Z||main|||||WARN|500||---
2023-01-05T23:27:25.874Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-05T23:27:25.874Z||main|||||WARN|500||---
2023-01-05T23:27:26.325Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-05T23:27:31.222Z||main|||||INFO|500||Started Application in 40.253 seconds (JVM running for 42.483)
2023-01-05T23:27:31.230Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-05T23:27:31.238Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-05T23:27:31.250Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-05T23:27:31.272Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2023-01-05T23:27:31.308Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bd3b950b-7818-4f98-9fae-d7816dc94b5e url= /sdc/v1/artifactTypes
2023-01-05T23:27:31.308Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-01-05T23:27:31.469Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-05T23:27:31.492Z||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
2023-01-05T23:27:31.513Z||scheduling-1|||||DEBUG|500||create keys
2023-01-05T23:27:31.520Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2023-01-05T23:27:31.732Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:27:31.747Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 951d113d-ec98-4f4d-91e9-0cf88f68d5bb url= /sdc/v1/registerForDistribution
2023-01-05T23:27:31.986Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 951d113d-ec98-4f4d-91e9-0cf88f68d5bb url= /sdc/v1/registerForDistribution
2023-01-05T23:27:31.986Z||scheduling-1|||||INFO|500||start DistributionClient
2023-01-05T23:27:31.995Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:27:31.997Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:27:32.006Z||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.
2023-01-05T23:27:32.006Z||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.
2023-01-05T23:27:32.006Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:27:32.006Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:27:32.006Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-01-05T23:27:42.735Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:27:42.825Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:28:31.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:28:31.995Z||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.
2023-01-05T23:28:31.996Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:28:31.997Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:28:31.998Z||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.
2023-01-05T23:28:31.999Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:28:41.687Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:28:41.689Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:29:31.994Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:29:31.995Z||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.
2023-01-05T23:29:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:29:31.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:29:31.998Z||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.
2023-01-05T23:29:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:29:41.649Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:29:41.683Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:30:31.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:30:31.994Z||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.
2023-01-05T23:30:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:30:31.998Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:30:31.999Z||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.
2023-01-05T23:30:31.999Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:30:41.641Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:30:41.708Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:31:31.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:31:31.994Z||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.
2023-01-05T23:31:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:31:31.998Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:31:31.998Z||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.
2023-01-05T23:31:31.999Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:31:41.569Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:31:41.584Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:32:31.993Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:32:31.994Z||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.
2023-01-05T23:32:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:32:31.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:32:31.998Z||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.
2023-01-05T23:32:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:32:41.559Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:32:41.559Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:33:31.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:33:31.997Z||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.
2023-01-05T23:33:31.997Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:33:31.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:33:31.998Z||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.
2023-01-05T23:33:31.999Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:33:41.565Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:33:41.576Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:34:31.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:34:31.995Z||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.
2023-01-05T23:34:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:34:31.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:34:31.998Z||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.
2023-01-05T23:34:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:34:41.565Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:34:41.567Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:35:31.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:35:31.996Z||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.
2023-01-05T23:35:31.996Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:35:31.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:35:31.998Z||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.
2023-01-05T23:35:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:35:41.561Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:35:41.564Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:36:31.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:36:31.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:36:31.998Z||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.
2023-01-05T23:36:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:36:32.002Z||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.
2023-01-05T23:36:32.003Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:36:41.574Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:36:41.604Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:37:21.802Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-05T23:37:31.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:37:31.996Z||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.
2023-01-05T23:37:31.996Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:37:31.997Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:37:31.998Z||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.
2023-01-05T23:37:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:37:41.582Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:37:41.584Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:38:31.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:38:31.995Z||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.
2023-01-05T23:38:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:38:31.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:38:31.998Z||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.
2023-01-05T23:38:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:38:41.550Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:38:41.552Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:39:31.994Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:39:31.995Z||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.
2023-01-05T23:39:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:39:31.997Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:39:31.998Z||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.
2023-01-05T23:39:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:39:41.549Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:39:41.590Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:40:31.994Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:40:31.995Z||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.
2023-01-05T23:40:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:40:31.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:40:31.998Z||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.
2023-01-05T23:40:31.999Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:40:41.589Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:40:41.589Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:41:31.994Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:41:31.997Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:41:31.997Z||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.
2023-01-05T23:41:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:41:31.998Z||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.
2023-01-05T23:41:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:41:41.556Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:41:41.556Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:42:31.994Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:42:31.995Z||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.
2023-01-05T23:42:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:42:31.997Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:42:31.999Z||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.
2023-01-05T23:42:31.999Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:42:41.552Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:42:41.553Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:43:31.994Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:43:31.995Z||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.
2023-01-05T23:43:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:43:31.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:43:31.998Z||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.
2023-01-05T23:43:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:43:41.560Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:43:41.567Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:44:31.994Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:44:31.995Z||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.
2023-01-05T23:44:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:44:31.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:44:31.998Z||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.
2023-01-05T23:44:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:44:41.575Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:44:41.575Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:45:31.994Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:45:31.995Z||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.
2023-01-05T23:45:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:45:31.997Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:45:31.998Z||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.
2023-01-05T23:45:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:45:41.559Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:45:41.560Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:46:31.994Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:46:31.994Z||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.
2023-01-05T23:46:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:46:31.997Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:46:31.998Z||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.
2023-01-05T23:46:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:46:41.607Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:46:41.619Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:47:31.993Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:47:31.994Z||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.
2023-01-05T23:47:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:47:31.997Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:47:31.998Z||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.
2023-01-05T23:47:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:47:41.561Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:47:41.567Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:48:31.994Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:48:31.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:48:31.998Z||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.
2023-01-05T23:48:31.998Z||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.
2023-01-05T23:48:31.999Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:48:31.999Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:48:41.570Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:48:41.578Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:49:31.994Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:49:31.995Z||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.
2023-01-05T23:49:31.996Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:49:31.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:49:31.998Z||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.
2023-01-05T23:49:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:49:41.587Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:49:41.590Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:50:31.994Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:50:31.995Z||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.
2023-01-05T23:50:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:50:31.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:50:31.998Z||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.
2023-01-05T23:50:31.999Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:50:41.561Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:50:41.563Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:51:31.994Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:51:31.994Z||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.
2023-01-05T23:51:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:51:31.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:51:31.998Z||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.
2023-01-05T23:51:31.999Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:51:41.567Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:51:41.567Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:52:31.994Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:52:31.995Z||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.
2023-01-05T23:52:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:52:31.997Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:52:31.998Z||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.
2023-01-05T23:52:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:52:41.585Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:52:41.594Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:53:31.994Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:53:31.995Z||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.
2023-01-05T23:53:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:53:31.997Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:53:31.998Z||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.
2023-01-05T23:53:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:53:41.561Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:53:41.615Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:54:31.994Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:54:31.994Z||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.
2023-01-05T23:54:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:54:31.997Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:54:31.998Z||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.
2023-01-05T23:54:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:54:41.554Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:54:41.558Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:55:31.994Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:55:31.995Z||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.
2023-01-05T23:55:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:55:31.997Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:55:31.998Z||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.
2023-01-05T23:55:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:55:41.574Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:55:41.588Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:56:31.993Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:56:31.995Z||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.
2023-01-05T23:56:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:56:31.997Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:56:31.998Z||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.
2023-01-05T23:56:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:56:41.557Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:56:41.567Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:57:31.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:57:31.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:57:31.998Z||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.
2023-01-05T23:57:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:57:32.000Z||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.
2023-01-05T23:57:32.000Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:57:41.594Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:57:41.594Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:58:31.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:58:31.995Z||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.
2023-01-05T23:58:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:58:31.997Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:58:31.998Z||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.
2023-01-05T23:58:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:58:41.554Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:58:41.555Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:59:31.993Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:59:31.994Z||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.
2023-01-05T23:59:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:59:31.997Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T23:59:31.998Z||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.
2023-01-05T23:59:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-05T23:59:41.566Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T23:59:41.569Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:00:31.993Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:00:31.994Z||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.
2023-01-06T00:00:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:00:32.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:00:32.079Z||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.
2023-01-06T00:00:32.080Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:00:41.638Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:00:41.657Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:01:31.993Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:01:31.994Z||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.
2023-01-06T00:01:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:01:31.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:01:31.997Z||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.
2023-01-06T00:01:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:01:41.581Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:01:41.583Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:02:31.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:02:31.994Z||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.
2023-01-06T00:02:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:02:31.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:02:31.998Z||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.
2023-01-06T00:02:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:02:41.564Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:02:41.565Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:03:31.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:03:31.995Z||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.
2023-01-06T00:03:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:03:31.997Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:03:31.997Z||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.
2023-01-06T00:03:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:03:41.559Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:03:41.563Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:04:31.993Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:04:31.994Z||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.
2023-01-06T00:04:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:04:31.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:04:31.998Z||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.
2023-01-06T00:04:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:04:41.605Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:04:41.606Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:05:31.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:05:31.997Z||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.
2023-01-06T00:05:31.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:05:31.997Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:05:31.998Z||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.
2023-01-06T00:05:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:05:41.555Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:05:41.571Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:06:31.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:06:31.994Z||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.
2023-01-06T00:06:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:06:31.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:06:31.998Z||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.
2023-01-06T00:06:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:06:41.575Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:06:41.579Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:07:31.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:07:31.995Z||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.
2023-01-06T00:07:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:07:31.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:07:31.998Z||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.
2023-01-06T00:07:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:07:41.580Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:07:41.593Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:08:31.993Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:08:31.994Z||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.
2023-01-06T00:08:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:08:31.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:08:31.997Z||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.
2023-01-06T00:08:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:08:41.556Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:08:41.594Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:09:31.993Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:09:31.994Z||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.
2023-01-06T00:09:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:09:31.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:09:31.997Z||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.
2023-01-06T00:09:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:09:41.567Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:09:41.567Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:10:31.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:10:31.995Z||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.
2023-01-06T00:10:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:10:31.997Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:10:31.998Z||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.
2023-01-06T00:10:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:10:41.568Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:10:41.570Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:11:31.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:11:31.994Z||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.
2023-01-06T00:11:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:11:31.997Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:11:31.998Z||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.
2023-01-06T00:11:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:11:41.550Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:11:41.556Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:12:31.993Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:12:31.994Z||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.
2023-01-06T00:12:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:12:31.997Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:12:31.998Z||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.
2023-01-06T00:12:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:12:41.582Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:12:41.600Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:13:31.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:13:31.996Z||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.
2023-01-06T00:13:31.997Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:13:31.997Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:13:31.998Z||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.
2023-01-06T00:13:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:13:41.559Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:13:41.559Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:14:31.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:14:31.995Z||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.
2023-01-06T00:14:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:14:31.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:14:31.998Z||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.
2023-01-06T00:14:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:14:41.561Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:14:41.562Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:15:31.994Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:15:31.996Z||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.
2023-01-06T00:15:31.996Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:15:31.997Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:15:31.998Z||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.
2023-01-06T00:15:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:15:41.565Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:15:41.582Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:16:31.993Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:16:31.994Z||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.
2023-01-06T00:16:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:16:31.997Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:16:31.998Z||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.
2023-01-06T00:16:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:16:41.551Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:16:41.559Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:17:31.993Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:17:31.994Z||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.
2023-01-06T00:17:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:17:31.997Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:17:31.997Z||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.
2023-01-06T00:17:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:17:41.550Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:17:41.553Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:18:31.994Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:18:31.995Z||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.
2023-01-06T00:18:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:18:31.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:18:31.998Z||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.
2023-01-06T00:18:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:18:41.557Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:18:41.565Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:19:31.993Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:19:31.994Z||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.
2023-01-06T00:19:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:19:31.997Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:19:31.997Z||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.
2023-01-06T00:19:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:19:41.545Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:19:41.571Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:20:31.993Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:20:31.994Z||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.
2023-01-06T00:20:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:20:31.997Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:20:31.998Z||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.
2023-01-06T00:20:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:20:41.579Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:20:41.587Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:21:31.994Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:21:31.995Z||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.
2023-01-06T00:21:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:21:31.997Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:21:31.997Z||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.
2023-01-06T00:21:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:21:41.571Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:21:41.573Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:22:31.994Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:22:31.995Z||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.
2023-01-06T00:22:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:22:31.998Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:22:31.998Z||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.
2023-01-06T00:22:31.999Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:22:41.555Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:22:41.555Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:23:31.994Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:23:31.996Z||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.
2023-01-06T00:23:31.997Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:23:31.997Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:23:31.998Z||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.
2023-01-06T00:23:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:23:41.556Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:23:41.582Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:24:31.994Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:24:31.995Z||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.
2023-01-06T00:24:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:24:31.997Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:24:31.998Z||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.
2023-01-06T00:24:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:24:41.552Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:24:41.561Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:25:31.994Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:25:31.995Z||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.
2023-01-06T00:25:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:25:31.997Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:25:31.998Z||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.
2023-01-06T00:25:31.999Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:25:41.569Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:25:41.569Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:26:31.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:26:31.995Z||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.
2023-01-06T00:26:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:26:31.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:26:31.998Z||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.
2023-01-06T00:26:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:26:41.563Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:26:41.563Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:27:31.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:27:31.994Z||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.
2023-01-06T00:27:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:27:31.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:27:31.998Z||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.
2023-01-06T00:27:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:27:41.556Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:27:41.558Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:28:31.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:28:31.996Z||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.
2023-01-06T00:28:31.996Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:28:31.997Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:28:31.997Z||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.
2023-01-06T00:28:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:28:41.561Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:28:41.561Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:29:31.993Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:29:31.994Z||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.
2023-01-06T00:29:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:29:31.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:29:31.998Z||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.
2023-01-06T00:29:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:29:41.559Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:29:41.560Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:30:31.993Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:30:31.994Z||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.
2023-01-06T00:30:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:30:31.997Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:30:31.997Z||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.
2023-01-06T00:30:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:30:41.551Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:30:41.551Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:31:31.993Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:31:31.994Z||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.
2023-01-06T00:31:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:31:31.997Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:31:31.998Z||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.
2023-01-06T00:31:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:31:41.558Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:31:41.558Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:32:31.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:32:31.996Z||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.
2023-01-06T00:32:31.997Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:32:31.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:32:31.998Z||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.
2023-01-06T00:32:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:32:41.553Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:32:41.566Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:33:31.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:33:31.995Z||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.
2023-01-06T00:33:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:33:31.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:33:31.997Z||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.
2023-01-06T00:33:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:33:41.556Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:33:41.556Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:34:31.993Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:34:31.995Z||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.
2023-01-06T00:34:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:34:31.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:34:31.997Z||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.
2023-01-06T00:34:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:34:41.573Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:34:41.574Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:35:31.993Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:35:31.994Z||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.
2023-01-06T00:35:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:35:31.997Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:35:31.998Z||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.
2023-01-06T00:35:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:35:41.557Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:35:41.560Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:36:31.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:36:31.995Z||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.
2023-01-06T00:36:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:36:31.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:36:31.998Z||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.
2023-01-06T00:36:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:36:41.563Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:36:41.563Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:37:31.993Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:37:31.995Z||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.
2023-01-06T00:37:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:37:31.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:37:31.998Z||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.
2023-01-06T00:37:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:37:41.568Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:37:41.575Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:38:31.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:38:31.995Z||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.
2023-01-06T00:38:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:38:31.998Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:38:31.999Z||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.
2023-01-06T00:38:31.999Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:38:41.557Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:38:41.567Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:39:31.993Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:39:31.994Z||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.
2023-01-06T00:39:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:39:31.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:39:31.998Z||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.
2023-01-06T00:39:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:39:41.568Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:39:41.572Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:40:31.993Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:40:31.995Z||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.
2023-01-06T00:40:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:40:31.997Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:40:31.998Z||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.
2023-01-06T00:40:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:40:41.548Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:40:41.548Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:41:31.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:41:31.995Z||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.
2023-01-06T00:41:31.996Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:41:31.997Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:41:31.998Z||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.
2023-01-06T00:41:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:41:32.632Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:41:32.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"83f64e01-37a8-4a01-93b2-bbc3e454ba06","serviceName":"vFW 2023-01-06 00-40-07","serviceVersion":"1.0","serviceUUID":"b42f573a-5a09-41f0-9e81-0384536a271d","serviceDescription":"catalog service description","serviceInvariantUUID":"72fd3203-f8b0-4627-8a63-8ef1bfce02f6","resources":[{"resourceInstanceName":"vFW d8009abd-c84f 0","resourceName":"vFW d8009abd-c84f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ad938aa0-7486-450b-a33c-640f1da4bc62","resourceInvariantUUID":"1061b944-7a42-4510-897f-311efcee5c39","resourceCustomizationUUID":"01e0be71-403e-41dd-a696-8d6112ac30c9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/vf-license-model.xml","artifactChecksum":"MzI3YjU5M2YwN2FhYmRjZmUwNTg5NmRiMjk5Mzc5ZTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"23c3275b-bbb9-4bb6-abf6-60e099edc346","artifactVersion":"1"},{"artifactName":"vfwd8009abdc84f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/vfwd8009abdc84f0_modules.json","artifactChecksum":"NjAzMjZlNjgwNWZlZjYxYjk0ZDc3NjE3NWY3ZDBiNjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"35bd742d-bd68-42a1-83c6-88a5dac054f3","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"45a556ef-31f2-4ef6-bbcd-1a3e0ef7c77d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/vendor-license-model.xml","artifactChecksum":"MDViNjhjY2QzOGQzM2JmZWIwMjIyMGNlNWJmMmZmMjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0db887df-1e44-4858-a2aa-169f78999241","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0583d25b-934e-4418-9837-dc4a601f5654","artifactVersion":"2","generatedFromUUID":"45a556ef-31f2-4ef6-bbcd-1a3e0ef7c77d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230106004007-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230106004007/1.0/artifacts/service-Vfw20230106004007-template.yml","artifactChecksum":"ODE1MTI3MjVlMmZkMWUzNWQzMmFiNjdkNmE1YjE5ZWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"afeb53cf-fa24-4ac9-90d1-058d67a04d1d","artifactVersion":"1"},{"artifactName":"service-Vfw20230106004007-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230106004007/1.0/artifacts/service-Vfw20230106004007-csar.csar","artifactChecksum":"NWVlMDFiMzY0MmExMjI3NDVjNTUzMmYwNjUxMTJmY2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"36d34073-56b9-43c4-be09-c4d44b2f78e5","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-06T00:41:32.655Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T00:41:32.669Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T00:41:32.670Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:41:32.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672965669805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:41:32.692Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T00:41:32.692Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965691994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:41:32.701Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:41:32.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "aai-model-loader",
  "timestamp": 1672965656897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:41:32.701Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:41:32.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672965637184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:41:32.702Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:41:32.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672965672520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:41:32.702Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:41:32.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672965669805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/vfwd8009abdc84f0_modules.json",
  "status": "NOTIFIED"
}
2023-01-06T00:41:32.702Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:41:32.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "aai-model-loader",
  "timestamp": 1672965656897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/vfwd8009abdc84f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:41:32.703Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:41:32.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672965637184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/vfwd8009abdc84f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:41:32.703Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:41:32.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672965672520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/vfwd8009abdc84f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:41:32.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:41:32.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672965669805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-06T00:41:32.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:41:32.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "aai-model-loader",
  "timestamp": 1672965656897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:41:32.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:41:32.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672965637184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:41:32.705Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:41:32.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672965672520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:41:32.705Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:41:32.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672965669805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:41:32.706Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:41:32.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "aai-model-loader",
  "timestamp": 1672965656897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:41:32.706Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:41:32.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672965637184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:41:32.707Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:41:32.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672965672520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:41:32.708Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:41:32.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672965669805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-06T00:41:32.708Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:41:32.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.709Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "aai-model-loader",
  "timestamp": 1672965656897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:41:32.709Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:41:32.709Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.709Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672965637184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:41:32.709Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:41:32.709Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.709Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672965672520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:41:32.709Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:41:32.710Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.710Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672965669805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/artifacts/service-Vfw20230106004007-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:41:32.710Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:41:32.710Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.710Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "aai-model-loader",
  "timestamp": 1672965656897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/artifacts/service-Vfw20230106004007-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:41:32.710Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:41:32.711Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.711Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672965637184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/artifacts/service-Vfw20230106004007-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:41:32.711Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:41:32.711Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.711Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "policy-id",
  "timestamp": 1672965679078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:41:32.711Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:41:32.711Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.711Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672965672520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/artifacts/service-Vfw20230106004007-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:41:32.712Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:41:32.712Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.712Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672965669805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/artifacts/service-Vfw20230106004007-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T00:41:32.712Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:41:32.712Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.712Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "aai-model-loader",
  "timestamp": 1672965656897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/artifacts/service-Vfw20230106004007-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T00:41:32.712Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:41:32.713Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672965637184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/artifacts/service-Vfw20230106004007-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T00:41:32.713Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:41:32.713Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "policy-id",
  "timestamp": 1672965679078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/vfwd8009abdc84f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:41:32.713Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:41:32.713Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672965672520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/artifacts/service-Vfw20230106004007-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T00:41:32.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:41:32.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672965681100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/vfwd8009abdc84f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-06T00:41:32.714Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T00:41:32.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672965681581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/artifacts/service-Vfw20230106004007-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T00:41:32.714Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T00:41:32.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "aai-model-loader",
  "timestamp": 1672965681588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/artifacts/service-Vfw20230106004007-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T00:41:32.715Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T00:41:32.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "policy-id",
  "timestamp": 1672965679078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-06T00:41:32.715Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:41:32.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.716Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672965681642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/artifacts/service-Vfw20230106004007-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T00:41:32.716Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T00:41:32.716Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.716Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672965682194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-06T00:41:32.716Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T00:41:32.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "policy-id",
  "timestamp": 1672965679078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:41:32.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:41:32.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672965683267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T00:41:32.717Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T00:41:32.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "policy-id",
  "timestamp": 1672965679078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:41:32.718Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:41:32.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672965684364,
  "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=?
2023-01-06T00:41:32.792Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2023-01-06T00:41:32.796Z||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.
2023-01-06T00:41:32.796Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-06T00:41:32.821Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:41:32.822Z||pool-3-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-06T00:41:32.887Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 83f64e01-37a8-4a01-93b2-bbc3e454ba06
2023-01-06T00:41:32.915Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83f64e01-37a8-4a01-93b2-bbc3e454ba06 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 (?, ?, ?, ?, ?)
2023-01-06T00:41:32.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "policy-id",
  "timestamp": 1672965679078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/artifacts/service-Vfw20230106004007-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:41:32.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:41:32.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672965685366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/vfwd8009abdc84f0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-06T00:41:32.948Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T00:41:32.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "policy-id",
  "timestamp": 1672965679078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/artifacts/service-Vfw20230106004007-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T00:41:32.949Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:41:32.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "policy-id",
  "timestamp": 1672965686855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/artifacts/service-Vfw20230106004007-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T00:41:32.949Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T00:41:32.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672965687358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/artifacts/service-Vfw20230106004007-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T00:41:32.950Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T00:41:32.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "policy-id",
  "timestamp": 1672965687872,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/artifacts/service-Vfw20230106004007-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T00:41:32.950Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T00:41:32.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672965688363,
  "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=?
2023-01-06T00:41:32.970Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 83f64e01-37a8-4a01-93b2-bbc3e454ba06
2023-01-06T00:41:32.970Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83f64e01-37a8-4a01-93b2-bbc3e454ba06 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 (?, ?, ?, ?, ?)
2023-01-06T00:41:32.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:41:32.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "policy-id",
  "timestamp": 1672965688877,
  "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=?
2023-01-06T00:41:32.991Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 83f64e01-37a8-4a01-93b2-bbc3e454ba06
2023-01-06T00:41:32.991Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83f64e01-37a8-4a01-93b2-bbc3e454ba06 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=?
2023-01-06T00:41:33.701Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T00:41:33.701Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T00:41:33.703Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T00:41:33.703Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965691994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/vfwd8009abdc84f0_modules.json",
  "status": "NOTIFIED"
}
2023-01-06T00:41:33.803Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T00:41:33.804Z||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.
2023-01-06T00:41:33.804Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T00:41:33.845Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:41:33.846Z||pool-4-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2023-01-06T00:41:34.704Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T00:41:34.704Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T00:41:34.707Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T00:41:34.707Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965691994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-06T00:41:34.807Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T00:41:34.808Z||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.
2023-01-06T00:41:34.808Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T00:41:34.824Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:41:34.825Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2023-01-06T00:41:35.707Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T00:41:35.708Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T00:41:35.710Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T00:41:35.711Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965691994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:41:35.811Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T00:41:35.812Z||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.
2023-01-06T00:41:35.812Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T00:41:35.832Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:41:35.833Z||pool-6-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2023-01-06T00:41:36.711Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T00:41:36.712Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T00:41:36.715Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T00:41:36.715Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965691994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-06T00:41:36.814Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T00:41:36.816Z||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.
2023-01-06T00:41:36.816Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T00:41:36.838Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:41:36.839Z||pool-7-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2023-01-06T00:41:37.716Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T00:41:37.717Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T00:41:37.720Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T00:41:37.721Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965691994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/artifacts/service-Vfw20230106004007-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:41:37.821Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T00:41:37.822Z||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.
2023-01-06T00:41:37.822Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T00:41:37.856Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:41:37.856Z||pool-8-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2023-01-06T00:41:38.721Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T00:41:38.722Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T00:41:38.724Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T00:41:38.724Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965691994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/artifacts/service-Vfw20230106004007-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T00:41:38.825Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T00:41:38.827Z||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.
2023-01-06T00:41:38.828Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T00:41:38.864Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:41:38.865Z||pool-9-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2023-01-06T00:41:39.727Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "serviceName": "vFW 2023-01-06 00-40-07",
  "serviceVersion": "1.0",
  "serviceUUID": "b42f573a-5a09-41f0-9e81-0384536a271d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "72fd3203-f8b0-4627-8a63-8ef1bfce02f6",
  "resources": [
    {
      "resourceInstanceName": "vFW d8009abd-c84f 0",
      "resourceCustomizationUUID": "01e0be71-403e-41dd-a696-8d6112ac30c9",
      "resourceName": "vFW d8009abd-c84f",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ad938aa0-7486-450b-a33c-640f1da4bc62",
      "resourceInvariantUUID": "1061b944-7a42-4510-897f-311efcee5c39",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd8009abdc84f0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/vfwd8009abdc84f0_modules.json",
          "artifactChecksum": "NjAzMjZlNjgwNWZlZjYxYjk0ZDc3NjE3NWY3ZDBiNjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "35bd742d-bd68-42a1-83c6-88a5dac054f3",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "45a556ef-31f2-4ef6-bbcd-1a3e0ef7c77d",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0583d25b-934e-4418-9837-dc4a601f5654",
            "generatedFromUUID": "45a556ef-31f2-4ef6-bbcd-1a3e0ef7c77d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0583d25b-934e-4418-9837-dc4a601f5654",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230106004007-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/artifacts/service-Vfw20230106004007-csar.csar",
      "artifactChecksum": "NWVlMDFiMzY0MmExMjI3NDVjNTUzMmYwNjUxMTJmY2Q\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "36d34073-56b9-43c4-be09-c4d44b2f78e5"
    }
  ],
  "workloadContext": "Production"
}
2023-01-06T00:41:39.728Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-06T00:41:39.728Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b42f573a-5a09-41f0-9e81-0384536a271d ASDC
2023-01-06T00:41:39.855Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:83f64e01-37a8-4a01-93b2-bbc3e454ba06
ServiceName:vFW 2023-01-06 00-40-07
ServiceVersion:1.0
ServiceUUID:b42f573a-5a09-41f0-9e81-0384536a271d
ServiceInvariantUUID:72fd3203-f8b0-4627-8a63-8ef1bfce02f6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230106004007-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230106004007/1.0/artifacts/service-Vfw20230106004007-csar.csar
ArtifactUUID:36d34073-56b9-43c4-be09-c4d44b2f78e5
ArtifactChecksum:NWVlMDFiMzY0MmExMjI3NDVjNTUzMmYwNjUxMTJmY2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d8009abd-c84f 0
ResourceCustomizationUUID:01e0be71-403e-41dd-a696-8d6112ac30c9
ResourceInvariantUUID:1061b944-7a42-4510-897f-311efcee5c39
ResourceName:vFW d8009abd-c84f
ResourceType:VF
ResourceUUID:ad938aa0-7486-450b-a33c-640f1da4bc62
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd8009abdc84f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/vfwd8009abdc84f0_modules.json
ArtifactUUID:35bd742d-bd68-42a1-83c6-88a5dac054f3
ArtifactChecksum:NjAzMjZlNjgwNWZlZjYxYjk0ZDc3NjE3NWY3ZDBiNjQ=
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/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.yaml
ArtifactUUID:45a556ef-31f2-4ef6-bbcd-1a3e0ef7c77d
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/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.env
ArtifactUUID:0583d25b-934e-4418-9837-dc4a601f5654
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/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.env
ArtifactUUID:0583d25b-934e-4418-9837-dc4a601f5654
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-06T00:41:39.855Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b42f573a-5a09-41f0-9e81-0384536a271d 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=?
2023-01-06T00:41:39.916Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T00:41:39.917Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-06T00:41:39.919Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-06T00:41:39.919Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 36d34073-56b9-43c4-be09-c4d44b2f78e5 from URL: /sdc/v1/catalog/services/Vfw20230106004007/1.0/artifacts/service-Vfw20230106004007-csar.csar
2023-01-06T00:41:39.919Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-06T00:41:39.921Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230106004007/1.0/artifacts/service-Vfw20230106004007-csar.csar
2023-01-06T00:41:40.011Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-06T00:41:40.021Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230106004007/1.0/artifacts/service-Vfw20230106004007-csar.csar 36d34073-56b9-43c4-be09-c4d44b2f78e5 101521
2023-01-06T00:41:40.023Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230106004007/1.0/artifacts/service-Vfw20230106004007-csar.csar ASDC sendASDCNotification
2023-01-06T00:41:40.023Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230106004007/1.0/artifacts/service-Vfw20230106004007-csar.csar
2023-01-06T00:41:40.024Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T00:41:40.025Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T00:41:40.027Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T00:41:40.027Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965700021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/artifacts/service-Vfw20230106004007-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T00:41:40.127Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T00:41:40.129Z||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.
2023-01-06T00:41:40.129Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T00:41:40.147Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:41:40.148Z||pool-10-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-01-06T00:41:41.028Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T00:41:41.030Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-06T00:41:41.031Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 36d34073-56b9-43c4-be09-c4d44b2f78e5, URL: /sdc/v1/catalog/services/Vfw20230106004007/1.0/artifacts/service-Vfw20230106004007-csar.csar to file: /app/ASDC/1/service-Vfw20230106004007-csar.csar
2023-01-06T00:41:41.031Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230106004007-csar.csar
2023-01-06T00:41:41.126Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230106004007-csar.csar
2023-01-06T00:41:41.126Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230106004007-csar.csar
2023-01-06T00:41:41.842Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5706225984882367023/Definitions/service-Vfw20230106004007-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-01-06T00:41:44.635Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-06T00:41:44.640Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-06T00:41:44.640Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230106004007-csar.csar
2023-01-06T00:41:44.640Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-06T00:41:44.640Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230106004007-csar.csar
2023-01-06T00:41:44.641Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230106004007-csar.csar
2023-01-06T00:41:44.641Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230106004007-csar.csar
2023-01-06T00:41:44.641Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230106004007-csar.csar
2023-01-06T00:41:44.641Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230106004007-csar.csar
2023-01-06T00:41:44.641Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230106004007-csar.csar
2023-01-06T00:41:44.641Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230106004007-csar.csar
2023-01-06T00:41:44.642Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230106004007-csar.csar
2023-01-06T00:41:44.642Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230106004007-csar.csar
2023-01-06T00:41:44.642Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d8009abd-c84f 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-Vfw20230106004007-csar.csar
2023-01-06T00:41:44.642Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230106004007-csar.csar
2023-01-06T00:41:44.642Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-06T00:41:44.649Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:41:44.650Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-06 00-40-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T00:41:44.654Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vFW d8009abd-c84f 0 is matching search criteria
2023-01-06T00:41:44.654Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-06T00:41:44.656Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d8009abd-c84f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T00:41:44.658Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:41:44.658Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-06 00-40-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T00:41:44.658Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vFW d8009abd-c84f 0 is matching search criteria
2023-01-06T00:41:44.658Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-06T00:41:44.658Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d8009abd-c84f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T00:41:44.659Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:41:44.659Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-06 00-40-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T00:41:44.662Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:41:44.663Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vFW d8009abd-c84f 0 is not matching search criteria
2023-01-06T00:41:44.663Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-06T00:41:44.663Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-06T00:41:44.663Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-06T00:41:44.663Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-06T00:41:44.664Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-06T00:41:44.664Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-06T00:41:44.664Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-06T00:41:44.664Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-06T00:41:44.664Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-06T00:41:44.665Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-06T00:41:44.665Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-06T00:41:44.665Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-06T00:41:44.665Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-06T00:41:44.665Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-06T00:41:44.666Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-06T00:41:44.666Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-06T00:41:44.666Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:41:44.666Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-06 00-40-07 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-06T00:41:44.667Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:41:44.668Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vFW d8009abd-c84f 0 is matching search criteria
2023-01-06T00:41:44.668Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d8009abd-c84f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T00:41:44.668Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:41:44.669Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vFW d8009abd-c84f 0 is matching search criteria
2023-01-06T00:41:44.669Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d8009abd-c84f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T00:41:44.669Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:41:44.669Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vFW d8009abd-c84f 0 is matching search criteria
2023-01-06T00:41:44.669Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d8009abd-c84f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T00:41:44.670Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:41:44.670Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vFW d8009abd-c84f 0 is not matching search criteria
2023-01-06T00:41:44.670Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-06T00:41:44.670Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-06T00:41:44.671Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-06T00:41:44.671Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-06T00:41:44.671Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-06T00:41:44.671Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-06T00:41:44.672Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-06T00:41:44.672Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-06T00:41:44.672Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-06T00:41:44.672Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-06T00:41:44.672Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-06T00:41:44.673Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f40beafe-ec3e-4d06-a909-e0c0aae954ae
2023-01-06T00:41:44.673Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:41:44.673Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vFW d8009abd-c84f 0 is not matching search criteria
2023-01-06T00:41:44.673Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-06T00:41:44.674Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-06T00:41:44.674Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-06T00:41:44.674Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-06T00:41:44.674Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-06T00:41:44.675Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-06T00:41:44.675Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-06T00:41:44.675Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-06T00:41:44.675Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-06T00:41:44.675Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-06T00:41:44.676Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-06T00:41:44.676Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-06T00:41:44.676Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8f57edce-4918-4aa3-b474-a77d7ae01c40
2023-01-06T00:41:44.676Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:41:44.677Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vFW d8009abd-c84f 0 is not matching search criteria
2023-01-06T00:41:44.677Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-06T00:41:44.677Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-06T00:41:44.677Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-06T00:41:44.678Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-06T00:41:44.678Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-06T00:41:44.678Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-06T00:41:44.678Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-06T00:41:44.678Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-06T00:41:44.679Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-06T00:41:44.679Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-06T00:41:44.679Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-06T00:41:44.679Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-06T00:41:44.679Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=73c36a08-f388-4611-81bb-14093e832ba6
2023-01-06T00:41:44.680Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:41:44.680Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-06 00-40-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T00:41:44.680Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:41:44.680Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-06 00-40-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T00:41:44.680Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:41:44.681Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-06 00-40-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T00:41:44.681Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:41:44.681Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-06 00-40-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T00:41:44.681Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-01-06 00-40-07
Description:catalog service description
Model UUID:b42f573a-5a09-41f0-9e81-0384536a271d
Model Version:NULL
Model InvariantUuid:72fd3203-f8b0-4627-8a63-8ef1bfce02f6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d8009abd-c84f
Model UUID:4b30146b-ea95-425e-844e-cf3a33ca0262
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1061b944-7a42-4510-897f-311efcee5c39
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:01e0be71-403e-41dd-a696-8d6112ac30c9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d9e4019e-d395-4456-8db3-016379ab91f8
ModelName:VfwD8009abdC84f..base_vfw..module-0
ModelUuid:fe55acb0-80ae-46d0-aa25-764fed5352f3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f40beafe-ec3e-4d06-a909-e0c0aae954ae
ModelInvariantUuid:bd85b043-51fc-4f97-9012-e5c4b23837f5
ModelName:vFW d8009abd-c84f-nodes.vfwCvfc
ModelUuid:33b89159-a5a0-4dce-8d91-41c9c364df38
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:b843135b-e145-41a7-bb55-bee929c71bef
ModelInvariantUuid:5f868de6-7399-4f77-8b5e-1af458d3a01d
ModelName:VfwD8009abdC84f.compute.nodes.heat.vfw
ModelUuid:5bf57dcc-e482-4a57-949e-fa96075240d3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8f57edce-4918-4aa3-b474-a77d7ae01c40
ModelInvariantUuid:fef9265d-9dfe-4382-9873-6df33ac588c2
ModelName:vFW d8009abd-c84f-nodes.vsnCvfc
ModelUuid:0f6de248-6ca0-4b83-b6b9-8a7b04f69258
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:3bc01451-23a4-4196-a0c7-82f578345bc6
ModelInvariantUuid:dd6c9a7b-88a7-45d9-8b0c-bba38db7aef2
ModelName:VfwD8009abdC84f.compute.nodes.heat.vsn
ModelUuid:6906b6a2-f843-45df-9b20-319df86c01cf
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:73c36a08-f388-4611-81bb-14093e832ba6
ModelInvariantUuid:1e181b9a-1e1b-4c37-b8de-591abf9c0f1a
ModelName:vFW d8009abd-c84f-nodes.vpgCvfc
ModelUuid:8179a376-75be-47ab-8c82-46ec73d4f0d7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:ec1a3869-5d7a-4f98-b1bd-5bedf90a0567
ModelInvariantUuid:a9bfa7d2-fe8b-4a5d-9da0-0723c711e64c
ModelName:VfwD8009abdC84f.compute.nodes.heat.vpg
ModelUuid:547847ae-1cac-4882-bb75-1565dd2b5f2d
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=?
2023-01-06T00:41:44.708Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: ad938aa0-7486-450b-a33c-640f1da4bc62
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=?
2023-01-06T00:41:44.770Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||vFW d8009abd-c84f 0
2023-01-06T00:41:44.777Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ad938aa0-7486-450b-a33c-640f1da4bc62
2023-01-06T00:41:44.777Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 35bd742d-bd68-42a1-83c6-88a5dac054f3 from URL: /sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/vfwd8009abdc84f0_modules.json
2023-01-06T00:41:44.778Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-06T00:41:44.778Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/vfwd8009abdc84f0_modules.json
2023-01-06T00:41:44.866Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-06T00:41:44.866Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/vfwd8009abdc84f0_modules.json 35bd742d-bd68-42a1-83c6-88a5dac054f3 785
2023-01-06T00:41:44.866Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/vfwd8009abdc84f0_modules.json ASDC sendASDCNotification
2023-01-06T00:41:44.867Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/vfwd8009abdc84f0_modules.json
2023-01-06T00:41:44.867Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T00:41:44.867Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T00:41:44.869Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T00:41:44.869Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965704866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/vfwd8009abdc84f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-06T00:41:44.969Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T00:41:44.970Z||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.
2023-01-06T00:41:44.971Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T00:41:44.987Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:41:44.987Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-06T00:41:45.871Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD8009abdC84f..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "d9e4019e-d395-4456-8db3-016379ab91f8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fe55acb0-80ae-46d0-aa25-764fed5352f3",
    "vfModuleModelCustomizationUUID": "90de7b32-6c32-42e7-8cec-49bf916b80c5",
    "isBase": true,
    "artifacts": [
      "45a556ef-31f2-4ef6-bbcd-1a3e0ef7c77d",
      "0583d25b-934e-4418-9837-dc4a601f5654"
    ],
    "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": ""
    }
  }
]
2023-01-06T00:41:45.904Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD8009abdC84f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fe55acb0-80ae-46d0-aa25-764fed5352f3
VfModuleModelInvariantUUID:d9e4019e-d395-4456-8db3-016379ab91f8
VfModuleModelDescription:NULL
Artifacts UUID List:{
45a556ef-31f2-4ef6-bbcd-1a3e0ef7c77d
,
0583d25b-934e-4418-9837-dc4a601f5654

}
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


}

2023-01-06T00:41:45.925Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD8009abdC84f..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "d9e4019e-d395-4456-8db3-016379ab91f8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fe55acb0-80ae-46d0-aa25-764fed5352f3",
    "vfModuleModelCustomizationUUID": "90de7b32-6c32-42e7-8cec-49bf916b80c5",
    "isBase": true,
    "artifacts": [
      "45a556ef-31f2-4ef6-bbcd-1a3e0ef7c77d",
      "0583d25b-934e-4418-9837-dc4a601f5654"
    ],
    "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": ""
    }
  }
]
2023-01-06T00:41:45.926Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD8009abdC84f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fe55acb0-80ae-46d0-aa25-764fed5352f3
VfModuleModelInvariantUUID:d9e4019e-d395-4456-8db3-016379ab91f8
VfModuleModelDescription:NULL
Artifacts UUID List:{
45a556ef-31f2-4ef6-bbcd-1a3e0ef7c77d
,
0583d25b-934e-4418-9837-dc4a601f5654

}
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


}

2023-01-06T00:41:45.926Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 45a556ef-31f2-4ef6-bbcd-1a3e0ef7c77d from URL: /sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.yaml
2023-01-06T00:41:45.926Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-06T00:41:45.927Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.yaml
2023-01-06T00:41:46.013Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-06T00:41:46.014Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.yaml 45a556ef-31f2-4ef6-bbcd-1a3e0ef7c77d 20368
2023-01-06T00:41:46.014Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-06T00:41:46.015Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.yaml
2023-01-06T00:41:46.015Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T00:41:46.015Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T00:41:46.018Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T00:41:46.018Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965706014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-06T00:41:46.120Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2023-01-06T00:41:46.120Z||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.
2023-01-06T00:41:46.121Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T00:41:46.139Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:41:46.140Z||pool-12-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-01-06T00:41:47.019Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0583d25b-934e-4418-9837-dc4a601f5654 from URL: /sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.env
2023-01-06T00:41:47.020Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-06T00:41:47.020Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.env
2023-01-06T00:41:47.086Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-06T00:41:47.086Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.env 0583d25b-934e-4418-9837-dc4a601f5654 2098
2023-01-06T00:41:47.087Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-06T00:41:47.087Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.env
2023-01-06T00:41:47.087Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T00:41:47.088Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T00:41:47.091Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T00:41:47.091Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965707087,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T00:41:47.191Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T00:41:47.192Z||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.
2023-01-06T00:41:47.192Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T00:41:47.211Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:41:47.212Z||pool-13-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2023-01-06T00:41:48.092Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: b42f573a-5a09-41f0-9e81-0384536a271d
2023-01-06T00:41:48.093Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d8009abd-c84f 0 ad938aa0-7486-450b-a33c-640f1da4bc62 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=?
2023-01-06T00:41:48.143Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@79508784, org.onap.sdc.toscaparser.api.parameters.Input@40b327e1, org.onap.sdc.toscaparser.api.parameters.Input@5e926a34, org.onap.sdc.toscaparser.api.parameters.Input@377aac6d, org.onap.sdc.toscaparser.api.parameters.Input@4a6b71a1]
2023-01-06T00:41:48.146Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:41:48.147Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-06 00-40-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T00:41:48.147Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-01-06T00:41:48.148Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 01e0be71-403e-41dd-a696-8d6112ac30c9
2023-01-06T00:41:48.148Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 01e0be71-403e-41dd-a696-8d6112ac30c9 matches Tosca VF Customization UUID: 01e0be71-403e-41dd-a696-8d6112ac30c9
2023-01-06T00:41:48.148Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 01e0be71-403e-41dd-a696-8d6112ac30c9  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=?
2023-01-06T00:41:48.158Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:41:48.158Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-06 00-40-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T00:41:48.160Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 01e0be71-403e-41dd-a696-8d6112ac30c9: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-06T00:41:48.160Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@223c9d5f
2023-01-06T00:41:48.160Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:41:48.160Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-06 00-40-07 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-06T00:41:48.161Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 90de7b32-6c32-42e7-8cec-49bf916b80c5
2023-01-06T00:41:48.162Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 90de7b32-6c32-42e7-8cec-49bf916b80c5
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=?
2023-01-06T00:41:48.169Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:41:48.169Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vFW d8009abd-c84f 0 is matching search criteria
2023-01-06T00:41:48.169Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d8009abd-c84f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T00:41:48.170Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:41:48.170Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vFW d8009abd-c84f 0 is matching search criteria
2023-01-06T00:41:48.170Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d8009abd-c84f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T00:41:48.171Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:41:48.171Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vFW d8009abd-c84f 0 is not matching search criteria
2023-01-06T00:41:48.171Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-06T00:41:48.171Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-06T00:41:48.171Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-06T00:41:48.171Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-06T00:41:48.172Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-06T00:41:48.172Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-06T00:41:48.172Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-06T00:41:48.172Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-06T00:41:48.172Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-06T00:41:48.172Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-06T00:41:48.173Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-06T00:41:48.173Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f40beafe-ec3e-4d06-a909-e0c0aae954ae
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=?
2023-01-06T00:41:48.183Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:41:48.183Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vFW d8009abd-c84f 0 is matching search criteria
2023-01-06T00:41:48.183Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d8009abd-c84f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T00:41:48.183Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:41:48.183Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vFW d8009abd-c84f 0 is not matching search criteria
2023-01-06T00:41:48.184Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-06T00:41:48.184Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-06T00:41:48.184Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-06T00:41:48.184Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-06T00:41:48.184Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-06T00:41:48.184Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-06T00:41:48.185Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-06T00:41:48.185Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-06T00:41:48.185Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-06T00:41:48.185Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-06T00:41:48.185Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-06T00:41:48.186Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-06T00:41:48.186Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8f57edce-4918-4aa3-b474-a77d7ae01c40
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=?
2023-01-06T00:41:48.188Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:41:48.188Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vFW d8009abd-c84f 0 is matching search criteria
2023-01-06T00:41:48.188Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d8009abd-c84f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T00:41:48.191Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:41:48.191Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vFW d8009abd-c84f 0 is not matching search criteria
2023-01-06T00:41:48.191Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-06T00:41:48.191Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-06T00:41:48.191Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-06T00:41:48.192Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-06T00:41:48.192Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-06T00:41:48.192Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-06T00:41:48.192Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-06T00:41:48.192Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-06T00:41:48.192Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-06T00:41:48.193Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-06T00:41:48.193Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-06T00:41:48.193Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-06T00:41:48.193Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=73c36a08-f388-4611-81bb-14093e832ba6
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=?
2023-01-06T00:41:48.195Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:41:48.195Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vFW d8009abd-c84f 0 is matching search criteria
2023-01-06T00:41:48.196Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d8009abd-c84f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T00:41:48.196Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:41:48.196Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Node template vFW d8009abd-c84f 0 is matching search criteria
2023-01-06T00:41:48.196Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d8009abd-c84f 0] matching following query criteria: sdcType=VF, customizationUUID=01e0be71-403e-41dd-a696-8d6112ac30c9
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=?
2023-01-06T00:41:48.199Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:41:48.199Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-06 00-40-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T00:41:48.199Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid b42f573a-5a09-41f0-9e81-0384536a271d: vFW d8009abd-c84f
2023-01-06T00:41:48.199Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:41:48.199Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-06 00-40-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T00:41:48.200Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:41:48.200Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-06 00-40-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T00:41:48.200Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:41:48.200Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-06 00-40-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T00:41:48.200Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:41:48.200Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-06 00-40-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T00:41:48.201Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:41:48.201Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-06 00-40-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T00:41:48.201Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2023-01-06 00-40-07 
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 (?, ?, ?, ?, ?)
2023-01-06T00:41:48.538Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d8009abd-c84f ad938aa0-7486-450b-a33c-640f1da4bc62 1 ASDC deployResourceStructure
2023-01-06T00:41:48.539Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/vfwd8009abdc84f0_modules.json ASDC sendASDCNotification
2023-01-06T00:41:48.539Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/vfwd8009abdc84f0_modules.json
2023-01-06T00:41:48.539Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T00:41:48.539Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T00:41:48.542Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T00:41:48.542Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965708539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/vfwd8009abdc84f0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-06T00:41:48.642Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T00:41:48.643Z||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.
2023-01-06T00:41:48.643Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T00:41:48.659Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:41:48.659Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-06T00:41:49.543Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-06T00:41:49.543Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.yaml
2023-01-06T00:41:49.544Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T00:41:49.544Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T00:41:49.546Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T00:41:49.546Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965709542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-01-06T00:41:49.646Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T00:41:49.647Z||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.
2023-01-06T00:41:49.647Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T00:41:49.670Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:41:49.670Z||pool-15-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2023-01-06T00:41:50.547Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-06T00:41:50.547Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.env
2023-01-06T00:41:50.547Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T00:41:50.548Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T00:41:50.550Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T00:41:50.550Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965710546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-01-06T00:41:50.650Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T00:41:50.651Z||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.
2023-01-06T00:41:50.651Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T00:41:50.669Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:41:50.670Z||pool-16-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-01-06T00:41:51.551Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230106004007/1.0/artifacts/service-Vfw20230106004007-csar.csar ASDC sendASDCNotification
2023-01-06T00:41:51.551Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230106004007/1.0/artifacts/service-Vfw20230106004007-csar.csar
2023-01-06T00:41:51.551Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T00:41:51.552Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T00:41:51.553Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T00:41:51.553Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965711551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/artifacts/service-Vfw20230106004007-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T00:41:51.654Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T00:41:51.654Z||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.
2023-01-06T00:41:51.654Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T00:41:51.668Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:41:51.669Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-06T00:41:52.554Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 83f64e01-37a8-4a01-93b2-bbc3e454ba06
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T00:41:52.583Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 83f64e01-37a8-4a01-93b2-bbc3e454ba06
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-06T00:41:52.587Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T00:41:52.587Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-06T00:41:52.587Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-06T00:42:22.588Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 83f64e01-37a8-4a01-93b2-bbc3e454ba06
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T00:42:22.619Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 83f64e01-37a8-4a01-93b2-bbc3e454ba06
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-06T00:42:22.628Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T00:42:22.629Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-06T00:42:22.629Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-06T00:42:31.998Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:42:32.000Z||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.
2023-01-06T00:42:32.000Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:42:32.134Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:42:32.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:42:32.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965691994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:42:32.137Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:42:52.629Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 83f64e01-37a8-4a01-93b2-bbc3e454ba06
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T00:42:52.651Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 83f64e01-37a8-4a01-93b2-bbc3e454ba06
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-06T00:42:52.655Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T00:42:52.656Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-06T00:42:52.656Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-06T00:43:22.656Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 83f64e01-37a8-4a01-93b2-bbc3e454ba06
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T00:43:22.676Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 83f64e01-37a8-4a01-93b2-bbc3e454ba06
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-06T00:43:22.679Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T00:43:22.679Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-06T00:43:22.679Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-06T00:43:31.997Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:43:31.998Z||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.
2023-01-06T00:43:31.999Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:43:32.566Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:43:32.570Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.570Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965691994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/vfwd8009abdc84f0_modules.json",
  "status": "NOTIFIED"
}
2023-01-06T00:43:32.571Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:43:32.571Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.571Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965691994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-06T00:43:32.571Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:43:32.572Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.572Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965691994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:43:32.572Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:43:32.572Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.572Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965691994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-06T00:43:32.573Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:43:32.573Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.573Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965691994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/artifacts/service-Vfw20230106004007-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:43:32.573Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:43:32.574Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.574Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "aai-model-loader",
  "timestamp": 1672965698105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/artifacts/service-Vfw20230106004007-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T00:43:32.574Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T00:43:32.574Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.574Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965691994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/artifacts/service-Vfw20230106004007-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T00:43:32.575Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:43:32.575Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.575Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "aai-model-loader",
  "timestamp": 1672965699109,
  "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=?
2023-01-06T00:43:32.586Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 83f64e01-37a8-4a01-93b2-bbc3e454ba06
2023-01-06T00:43:32.587Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83f64e01-37a8-4a01-93b2-bbc3e454ba06 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 (?, ?, ?, ?, ?)
2023-01-06T00:43:32.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965700021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/artifacts/service-Vfw20230106004007-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T00:43:32.602Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T00:43:32.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965704866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/vfwd8009abdc84f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-06T00:43:32.603Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T00:43:32.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965706014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-06T00:43:32.603Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T00:43:32.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965707087,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T00:43:32.604Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T00:43:32.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.604Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965708539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/vfwd8009abdc84f0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-06T00:43:32.604Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T00:43:32.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965709542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-01-06T00:43:32.605Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T00:43:32.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965710546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/resourceInstances/vfwd8009abdc84f0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-01-06T00:43:32.605Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T00:43:32.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965711551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230106004007/1.0/artifacts/service-Vfw20230106004007-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T00:43:32.606Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T00:43:32.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "aai-model-loader",
  "timestamp": 1672965720113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:43:32.606Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:43:32.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672965716371,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:43:32.607Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:43:32.607Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.607Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672965682608,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:43:32.607Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:43:32.607Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.607Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "policy-id",
  "timestamp": 1672965719078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:43:32.608Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:43:32.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.608Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "aai-model-loader",
  "timestamp": 1672965720113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/basic_onboard_uevsxa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:43:32.608Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:43:32.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.609Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672965716371,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/basic_onboard_uevsxa0_modules.json",
  "status": "NOTIFIED"
}
2023-01-06T00:43:32.609Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:43:32.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.609Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672965682608,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/basic_onboard_uevsxa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:43:32.609Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:43:32.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "policy-id",
  "timestamp": 1672965719078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/basic_onboard_uevsxa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:43:32.610Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:43:32.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672965716371,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-01-06T00:43:32.610Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:43:32.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "aai-model-loader",
  "timestamp": 1672965720113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:43:32.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:43:32.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672965682608,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:43:32.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:43:32.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "policy-id",
  "timestamp": 1672965719078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-01-06T00:43:32.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:43:32.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "aai-model-loader",
  "timestamp": 1672965720113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:43:32.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:43:32.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672965716371,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:43:32.613Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:43:32.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672965682608,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:43:32.614Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:43:32.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.614Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "policy-id",
  "timestamp": 1672965719078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:43:32.614Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:43:32.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "aai-model-loader",
  "timestamp": 1672965720113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:43:32.615Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:43:32.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672965716371,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-01-06T00:43:32.616Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:43:32.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672965682608,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:43:32.617Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:43:32.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "policy-id",
  "timestamp": 1672965719078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:43:32.618Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:43:32.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "aai-model-loader",
  "timestamp": 1672965720113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/artifacts/service-BasicOnboardUevsxa-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:43:32.619Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:43:32.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672965716371,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/artifacts/service-BasicOnboardUevsxa-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:43:32.620Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:43:32.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672965682608,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/artifacts/service-BasicOnboardUevsxa-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:43:32.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:43:32.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "policy-id",
  "timestamp": 1672965719078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/artifacts/service-BasicOnboardUevsxa-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:43:32.624Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:43:32.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "aai-model-loader",
  "timestamp": 1672965720113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/artifacts/service-BasicOnboardUevsxa-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T00:43:32.625Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:43:32.625Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.625Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672965716371,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/artifacts/service-BasicOnboardUevsxa-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T00:43:32.626Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:43:32.626Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.626Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672965682608,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/artifacts/service-BasicOnboardUevsxa-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T00:43:32.626Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:43:32.626Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.627Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "policy-id",
  "timestamp": 1672965719078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/artifacts/service-BasicOnboardUevsxa-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T00:43:32.627Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:43:32.627Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.627Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672965732231,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/basic_onboard_uevsxa0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-06T00:43:32.628Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T00:43:32.628Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.628Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672965732677,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/artifacts/service-BasicOnboardUevsxa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T00:43:32.629Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T00:43:32.629Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.629Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "aai-model-loader",
  "timestamp": 1672965732676,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/artifacts/service-BasicOnboardUevsxa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T00:43:32.630Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T00:43:32.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.630Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "policy-id",
  "timestamp": 1672965733168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/artifacts/service-BasicOnboardUevsxa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T00:43:32.630Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T00:43:32.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672965732520,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:43:32.631Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:43:32.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672965733303,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-06T00:43:32.632Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T00:43:32.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "policy-id",
  "timestamp": 1672965734181,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/artifacts/service-BasicOnboardUevsxa-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T00:43:32.632Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T00:43:32.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672965732520,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/basic_onboard_uevsxa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:43:32.633Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:43:32.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672965734384,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T00:43:32.634Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T00:43:32.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "policy-id",
  "timestamp": 1672965735186,
  "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 (?, ?, ?, ?, ?)
2023-01-06T00:43:32.662Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 901fcf43-94e7-4e5b-b4b0-8e8b88bc42be
2023-01-06T00:43:32.663Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 901fcf43-94e7-4e5b-b4b0-8e8b88bc42be 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 (?, ?, ?, ?, ?)
2023-01-06T00:43:32.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.676Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672965732520,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:43:32.676Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:43:32.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.677Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672965735413,
  "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=?
2023-01-06T00:43:32.684Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 901fcf43-94e7-4e5b-b4b0-8e8b88bc42be
2023-01-06T00:43:32.684Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 901fcf43-94e7-4e5b-b4b0-8e8b88bc42be 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=?
2023-01-06T00:43:32.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672965732520,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:43:32.694Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:43:32.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.695Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672965736415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/basic_onboard_uevsxa0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-06T00:43:32.695Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T00:43:32.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672965732520,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:43:32.696Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:43:32.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.697Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672965732520,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/artifacts/service-BasicOnboardUevsxa-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:43:32.697Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:43:32.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672965732520,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/artifacts/service-BasicOnboardUevsxa-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T00:43:32.698Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:43:32.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "aai-model-loader",
  "timestamp": 1672965740332,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/artifacts/service-BasicOnboardUevsxa-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T00:43:32.699Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T00:43:32.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672965740260,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/artifacts/service-BasicOnboardUevsxa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T00:43:32.700Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T00:43:32.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "aai-model-loader",
  "timestamp": 1672965741334,
  "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=?
2023-01-06T00:43:32.708Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 901fcf43-94e7-4e5b-b4b0-8e8b88bc42be
2023-01-06T00:43:32.708Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 901fcf43-94e7-4e5b-b4b0-8e8b88bc42be 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 (?, ?, ?, ?, ?)
2023-01-06T00:43:32.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672965742648,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/artifacts/service-BasicOnboardUevsxa-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T00:43:32.721Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T00:43:32.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:43:32.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672965743652,
  "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=?
2023-01-06T00:43:32.729Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 901fcf43-94e7-4e5b-b4b0-8e8b88bc42be
2023-01-06T00:43:32.729Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 901fcf43-94e7-4e5b-b4b0-8e8b88bc42be 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 (?, ?, ?, ?, ?)
2023-01-06T00:43:52.680Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 83f64e01-37a8-4a01-93b2-bbc3e454ba06
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T00:43:52.697Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 83f64e01-37a8-4a01-93b2-bbc3e454ba06
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-06T00:43:52.700Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T00:43:52.700Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-06T00:43:52.700Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-06T00:43:52.700Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-06T00:43:52.700Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T00:43:52.701Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T00:43:52.701Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T00:43:52.701Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T00:43:52.701Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-06T00:43:52.708Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-06T00:44:22.708Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 83f64e01-37a8-4a01-93b2-bbc3e454ba06 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=?
2023-01-06T00:44:22.722Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 83f64e01-37a8-4a01-93b2-bbc3e454ba06 and serviceModelVersionId: b42f573a-5a09-41f0-9e81-0384536a271d
2023-01-06T00:44:22.723Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 72fd3203-f8b0-4627-8a63-8ef1bfce02f6
2023-01-06T00:44:31.997Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:44:31.998Z||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.
2023-01-06T00:44:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:44:37.526Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/72fd3203-f8b0-4627-8a63-8ef1bfce02f6/model-vers/model-ver/b42f573a-5a09-41f0-9e81-0384536a271d?depth=0
2023-01-06T00:44:37.665Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-01-06T00:44:38.207Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/72fd3203-f8b0-4627-8a63-8ef1bfce02f6/model-vers/model-ver/b42f573a-5a09-41f0-9e81-0384536a271d?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]}
2023-01-06T00:44:38.212Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/72fd3203-f8b0-4627-8a63-8ef1bfce02f6/model-vers/model-ver/b42f573a-5a09-41f0-9e81-0384536a271d?depth=0|INFO|500||Invoke
2023-01-06T00:44:38.237Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/72fd3203-f8b0-4627-8a63-8ef1bfce02f6/model-vers/model-ver/b42f573a-5a09-41f0-9e81-0384536a271d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-06T00:44:38.536Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/72fd3203-f8b0-4627-8a63-8ef1bfce02f6/model-vers/model-ver/b42f573a-5a09-41f0-9e81-0384536a271d?depth=0|INFO|500||InvokeReturn
2023-01-06T00:44:38.537Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/72fd3203-f8b0-4627-8a63-8ef1bfce02f6/model-vers/model-ver/b42f573a-5a09-41f0-9e81-0384536a271d?depth=0 has http status code:200 and response headers:{date=[Fri, 06 Jan 2023 00:44:37 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[260], vertex-id=[397368], x-aai-txid=[1-aai-resources-230106-00:44:37:606-54807], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-06T00:44:38.537Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-01-06T00:44:38.541Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-06T00:44:38.541Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-06T00:44:38.555Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-06T00:44:38.558Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 83f64e01-37a8-4a01-93b2-bbc3e454ba06 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-06T00:44:38.559Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-06T00:44:38.560Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T00:44:38.562Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T00:44:38.563Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965878559,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T00:44:38.663Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T00:44:38.664Z||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.
2023-01-06T00:44:38.664Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T00:44:38.687Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:44:38.688Z||pool-18-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2023-01-06T00:44:39.317Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:44:39.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:44:39.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "83f64e01-37a8-4a01-93b2-bbc3e454ba06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965878559,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T00:44:39.318Z||pool-2-thread-1|||||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=?
2023-01-06T00:44:39.582Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:44:39.583Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|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.
2023-01-06T00:44:39.583Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:44:45.212Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:44:45.213Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-06T00:44:45.213Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"901fcf43-94e7-4e5b-b4b0-8e8b88bc42be","serviceName":"basic_onboard_uevsxA","serviceVersion":"1.0","serviceUUID":"31baa384-d54a-4f25-accf-4245884cdfcf","serviceDescription":"service","serviceInvariantUUID":"fb1cbf9b-0f6d-4297-b559-d917e10a61e7","resources":[{"resourceInstanceName":"basic_onboard_uevsxA 0","resourceName":"basic_onboard_uevsxA","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"60162551-ec2e-46a8-bc4a-5c94145e9012","resourceInvariantUUID":"011ffccf-e425-4798-b0ad-9a0488982ce8","resourceCustomizationUUID":"3478a08f-4790-488d-bf3a-b3a63a8b209f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/vf-license-model.xml","artifactChecksum":"Nzg5NTQ4MjIyZmM0ODkzMGZkZmE0ZmFmNGY3YzJmMjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"78971003-1803-4201-840f-c1ce18868680","artifactVersion":"1"},{"artifactName":"basic_onboard_uevsxa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/basic_onboard_uevsxa0_modules.json","artifactChecksum":"MGQzNDE4ZDNlOWNjNGUzNGExOTQ3MzVhNDIyYWZhMTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"852ac387-2f2c-462b-8072-118c6a0ecd41","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"711a2a59-4ef7-4014-9fe6-884268ddacb5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0e89a36f-accf-42ff-8454-c8038f151d28","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"13be031b-1344-468d-8a9f-312df12b0981","artifactVersion":"2","generatedFromUUID":"711a2a59-4ef7-4014-9fe6-884268ddacb5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUevsxa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/artifacts/service-BasicOnboardUevsxa-template.yml","artifactChecksum":"YzQ2M2JhZWVkYTk3ZmZkMzkwNTA5ZmI1NzQyNDM1MDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f92c55a1-6f40-4dca-8905-4dd0a80f6b1e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUevsxa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/artifacts/service-BasicOnboardUevsxa-csar.csar","artifactChecksum":"YTdmNzQwNzk2MzZiNjU1MDg5NTRhMDY4Nzc1MjIwNzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e9f43906-6cd7-4bd0-a4c4-6f9755aaf062","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-06T00:44:45.216Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T00:44:45.216Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T00:44:45.218Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T00:44:45.218Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965879582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:44:45.318Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T00:44:45.319Z||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.
2023-01-06T00:44:45.319Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T00:44:45.341Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:44:45.341Z||pool-19-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2023-01-06T00:44:46.218Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T00:44:46.220Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T00:44:46.229Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T00:44:46.229Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965879582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/basic_onboard_uevsxa0_modules.json",
  "status": "NOTIFIED"
}
2023-01-06T00:44:46.322Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2023-01-06T00:44:46.323Z||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.
2023-01-06T00:44:46.323Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T00:44:46.340Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:44:46.340Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-06T00:44:47.229Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T00:44:47.230Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T00:44:47.232Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T00:44:47.232Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965879582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-01-06T00:44:47.332Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T00:44:47.334Z||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.
2023-01-06T00:44:47.334Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T00:44:47.353Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:44:47.355Z||pool-21-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2023-01-06T00:44:48.233Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T00:44:48.233Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T00:44:48.235Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T00:44:48.236Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965879582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:44:48.337Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-06T00:44:48.338Z||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.
2023-01-06T00:44:48.339Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T00:44:48.358Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:44:48.358Z||pool-22-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-01-06T00:44:49.237Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T00:44:49.237Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T00:44:49.240Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T00:44:49.240Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965879582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-01-06T00:44:49.341Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-06T00:44:49.342Z||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.
2023-01-06T00:44:49.342Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T00:44:49.364Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:44:49.365Z||pool-23-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2023-01-06T00:44:50.240Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T00:44:50.241Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T00:44:50.243Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T00:44:50.243Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965879582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/artifacts/service-BasicOnboardUevsxa-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:44:50.343Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T00:44:50.345Z||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.
2023-01-06T00:44:50.345Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T00:44:50.362Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:44:50.362Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-06T00:44:51.244Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T00:44:51.244Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T00:44:51.246Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T00:44:51.246Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965879582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/artifacts/service-BasicOnboardUevsxa-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T00:44:51.347Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-06T00:44:51.348Z||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.
2023-01-06T00:44:51.349Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T00:44:51.372Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:44:51.373Z||pool-25-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2023-01-06T00:44:52.248Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "serviceName": "basic_onboard_uevsxA",
  "serviceVersion": "1.0",
  "serviceUUID": "31baa384-d54a-4f25-accf-4245884cdfcf",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fb1cbf9b-0f6d-4297-b559-d917e10a61e7",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_uevsxA 0",
      "resourceCustomizationUUID": "3478a08f-4790-488d-bf3a-b3a63a8b209f",
      "resourceName": "basic_onboard_uevsxA",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "60162551-ec2e-46a8-bc4a-5c94145e9012",
      "resourceInvariantUUID": "011ffccf-e425-4798-b0ad-9a0488982ce8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_uevsxa0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/basic_onboard_uevsxa0_modules.json",
          "artifactChecksum": "MGQzNDE4ZDNlOWNjNGUzNGExOTQ3MzVhNDIyYWZhMTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "852ac387-2f2c-462b-8072-118c6a0ecd41",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "711a2a59-4ef7-4014-9fe6-884268ddacb5",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "13be031b-1344-468d-8a9f-312df12b0981",
            "generatedFromUUID": "711a2a59-4ef7-4014-9fe6-884268ddacb5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "13be031b-1344-468d-8a9f-312df12b0981",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardUevsxa-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/artifacts/service-BasicOnboardUevsxa-csar.csar",
      "artifactChecksum": "YTdmNzQwNzk2MzZiNjU1MDg5NTRhMDY4Nzc1MjIwNzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e9f43906-6cd7-4bd0-a4c4-6f9755aaf062"
    }
  ],
  "workloadContext": "Production"
}
2023-01-06T00:44:52.249Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-06T00:44:52.249Z|83f64e01-37a8-4a01-93b2-bbc3e454ba06|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 31baa384-d54a-4f25-accf-4245884cdfcf ASDC
2023-01-06T00:44:52.250Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:901fcf43-94e7-4e5b-b4b0-8e8b88bc42be
ServiceName:basic_onboard_uevsxA
ServiceVersion:1.0
ServiceUUID:31baa384-d54a-4f25-accf-4245884cdfcf
ServiceInvariantUUID:fb1cbf9b-0f6d-4297-b559-d917e10a61e7
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUevsxa-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/artifacts/service-BasicOnboardUevsxa-csar.csar
ArtifactUUID:e9f43906-6cd7-4bd0-a4c4-6f9755aaf062
ArtifactChecksum:YTdmNzQwNzk2MzZiNjU1MDg5NTRhMDY4Nzc1MjIwNzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_uevsxA 0
ResourceCustomizationUUID:3478a08f-4790-488d-bf3a-b3a63a8b209f
ResourceInvariantUUID:011ffccf-e425-4798-b0ad-9a0488982ce8
ResourceName:basic_onboard_uevsxA
ResourceType:VF
ResourceUUID:60162551-ec2e-46a8-bc4a-5c94145e9012
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_uevsxa0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/basic_onboard_uevsxa0_modules.json
ArtifactUUID:852ac387-2f2c-462b-8072-118c6a0ecd41
ArtifactChecksum:MGQzNDE4ZDNlOWNjNGUzNGExOTQ3MzVhNDIyYWZhMTc=
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/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.yaml
ArtifactUUID:711a2a59-4ef7-4014-9fe6-884268ddacb5
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/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.env
ArtifactUUID:13be031b-1344-468d-8a9f-312df12b0981
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/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.env
ArtifactUUID:13be031b-1344-468d-8a9f-312df12b0981
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-06T00:44:52.250Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 31baa384-d54a-4f25-accf-4245884cdfcf 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=?
2023-01-06T00:44:52.293Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T00:44:52.293Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-06T00:44:52.294Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-06T00:44:52.294Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e9f43906-6cd7-4bd0-a4c4-6f9755aaf062 from URL: /sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/artifacts/service-BasicOnboardUevsxa-csar.csar
2023-01-06T00:44:52.294Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-06T00:44:52.295Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/artifacts/service-BasicOnboardUevsxa-csar.csar
2023-01-06T00:44:52.360Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-06T00:44:52.361Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/artifacts/service-BasicOnboardUevsxa-csar.csar e9f43906-6cd7-4bd0-a4c4-6f9755aaf062 75671
2023-01-06T00:44:52.362Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/artifacts/service-BasicOnboardUevsxa-csar.csar ASDC sendASDCNotification
2023-01-06T00:44:52.362Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/artifacts/service-BasicOnboardUevsxa-csar.csar
2023-01-06T00:44:52.362Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T00:44:52.364Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T00:44:52.366Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T00:44:52.366Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965892362,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/artifacts/service-BasicOnboardUevsxa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T00:44:52.467Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T00:44:52.467Z||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.
2023-01-06T00:44:52.468Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T00:44:52.485Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:44:52.486Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-01-06T00:44:53.367Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T00:44:53.368Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-06T00:44:53.368Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e9f43906-6cd7-4bd0-a4c4-6f9755aaf062, URL: /sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/artifacts/service-BasicOnboardUevsxa-csar.csar to file: /app/ASDC/1/service-BasicOnboardUevsxa-csar.csar
2023-01-06T00:44:53.369Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardUevsxa-csar.csar
2023-01-06T00:44:53.369Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardUevsxa-csar.csar
2023-01-06T00:44:53.369Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardUevsxa-csar.csar
2023-01-06T00:44:53.502Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18135801026726930694/Definitions/service-BasicOnboardUevsxa-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
2023-01-06T00:44:54.668Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-06T00:44:54.668Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-06T00:44:54.668Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardUevsxa-csar.csar
2023-01-06T00:44:54.668Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-06T00:44:54.668Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardUevsxa-csar.csar
2023-01-06T00:44:54.669Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUevsxa-csar.csar
2023-01-06T00:44:54.669Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUevsxa-csar.csar
2023-01-06T00:44:54.669Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUevsxa-csar.csar
2023-01-06T00:44:54.669Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardUevsxa-csar.csar
2023-01-06T00:44:54.669Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_uevsxA 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-BasicOnboardUevsxa-csar.csar
2023-01-06T00:44:54.669Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardUevsxa-csar.csar
2023-01-06T00:44:54.669Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-06T00:44:54.669Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:44:54.670Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_uevsxA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T00:44:54.670Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_uevsxA 0 is matching search criteria
2023-01-06T00:44:54.670Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-06T00:44:54.670Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_uevsxA 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T00:44:54.670Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:44:54.671Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_uevsxA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T00:44:54.671Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_uevsxA 0 is matching search criteria
2023-01-06T00:44:54.671Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-06T00:44:54.671Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_uevsxA 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T00:44:54.671Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:44:54.671Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_uevsxA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T00:44:54.672Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:44:54.672Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_uevsxA 0 is not matching search criteria
2023-01-06T00:44:54.672Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-01-06T00:44:54.672Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-01-06T00:44:54.672Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-01-06T00:44:54.672Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-06T00:44:54.672Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-06T00:44:54.673Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:44:54.673Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_uevsxA is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-06T00:44:54.673Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:44:54.673Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_uevsxA 0 is matching search criteria
2023-01-06T00:44:54.673Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_uevsxA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T00:44:54.673Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:44:54.674Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_uevsxA 0 is matching search criteria
2023-01-06T00:44:54.674Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_uevsxA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T00:44:54.674Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:44:54.674Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_uevsxA 0 is matching search criteria
2023-01-06T00:44:54.674Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_uevsxA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T00:44:54.674Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:44:54.675Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_uevsxA 0 is not matching search criteria
2023-01-06T00:44:54.675Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-06T00:44:54.675Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-06T00:44:54.675Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7b26c6c2-11b4-4c34-9e26-7f4c1e5b73fb
2023-01-06T00:44:54.675Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:44:54.675Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_uevsxA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T00:44:54.675Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:44:54.676Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_uevsxA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T00:44:54.676Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:44:54.676Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_uevsxA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T00:44:54.676Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:44:54.676Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_uevsxA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T00:44:54.676Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_uevsxA
Description:service
Model UUID:31baa384-d54a-4f25-accf-4245884cdfcf
Model Version:NULL
Model InvariantUuid:fb1cbf9b-0f6d-4297-b559-d917e10a61e7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_uevsxA
Model UUID:63404c8b-c47e-4243-a14c-08ebe709d11b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:011ffccf-e425-4798-b0ad-9a0488982ce8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3478a08f-4790-488d-bf3a-b3a63a8b209f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a4ed175f-cd04-45bf-8cbe-e4a34349b928
ModelName:BasicOnboardUevsxa..base_ubuntu18..module-0
ModelUuid:d681e238-094b-4f4c-bb35-6ea9a5e86d46
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7b26c6c2-11b4-4c34-9e26-7f4c1e5b73fb
ModelInvariantUuid:3f3b1c52-c46a-43db-96a5-e87e4c0e8b8d
ModelName:basic_onboard_uevsxA-nodes.ubuntu18Cvfc
ModelUuid:af30aa1c-e5f2-4b55-be45-c83657d232a6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:89fe78c3-32a3-4c31-b593-89182025a369
ModelInvariantUuid:65db63cd-9581-4579-99d3-fe2a89ee3126
ModelName:BasicOnboardUevsxa.compute.nodes.heat.ubuntu18
ModelUuid:e9628e22-3d49-4dbd-bdf6-29b34b7a0111
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=?
2023-01-06T00:44:54.688Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 60162551-ec2e-46a8-bc4a-5c94145e9012
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=?
2023-01-06T00:44:54.691Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||basic_onboard_uevsxA 0
2023-01-06T00:44:54.691Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 60162551-ec2e-46a8-bc4a-5c94145e9012
2023-01-06T00:44:54.691Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 852ac387-2f2c-462b-8072-118c6a0ecd41 from URL: /sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/basic_onboard_uevsxa0_modules.json
2023-01-06T00:44:54.691Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-06T00:44:54.691Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/basic_onboard_uevsxa0_modules.json
2023-01-06T00:44:54.747Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-06T00:44:54.748Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/basic_onboard_uevsxa0_modules.json 852ac387-2f2c-462b-8072-118c6a0ecd41 798
2023-01-06T00:44:54.748Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/basic_onboard_uevsxa0_modules.json ASDC sendASDCNotification
2023-01-06T00:44:54.748Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/basic_onboard_uevsxa0_modules.json
2023-01-06T00:44:54.748Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T00:44:54.749Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T00:44:54.750Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T00:44:54.751Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965894748,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/basic_onboard_uevsxa0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-06T00:44:54.851Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T00:44:54.852Z||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.
2023-01-06T00:44:54.852Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T00:44:54.876Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:44:54.878Z||pool-27-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2023-01-06T00:44:55.751Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardUevsxa..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a4ed175f-cd04-45bf-8cbe-e4a34349b928",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d681e238-094b-4f4c-bb35-6ea9a5e86d46",
    "vfModuleModelCustomizationUUID": "f48a4956-92bb-4f97-82db-8b4aa0a3b4d5",
    "isBase": true,
    "artifacts": [
      "711a2a59-4ef7-4014-9fe6-884268ddacb5",
      "13be031b-1344-468d-8a9f-312df12b0981"
    ],
    "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": ""
    }
  }
]
2023-01-06T00:44:55.756Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUevsxa..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d681e238-094b-4f4c-bb35-6ea9a5e86d46
VfModuleModelInvariantUUID:a4ed175f-cd04-45bf-8cbe-e4a34349b928
VfModuleModelDescription:NULL
Artifacts UUID List:{
711a2a59-4ef7-4014-9fe6-884268ddacb5
,
13be031b-1344-468d-8a9f-312df12b0981

}
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


}

2023-01-06T00:44:55.758Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardUevsxa..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a4ed175f-cd04-45bf-8cbe-e4a34349b928",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d681e238-094b-4f4c-bb35-6ea9a5e86d46",
    "vfModuleModelCustomizationUUID": "f48a4956-92bb-4f97-82db-8b4aa0a3b4d5",
    "isBase": true,
    "artifacts": [
      "711a2a59-4ef7-4014-9fe6-884268ddacb5",
      "13be031b-1344-468d-8a9f-312df12b0981"
    ],
    "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": ""
    }
  }
]
2023-01-06T00:44:55.758Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUevsxa..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d681e238-094b-4f4c-bb35-6ea9a5e86d46
VfModuleModelInvariantUUID:a4ed175f-cd04-45bf-8cbe-e4a34349b928
VfModuleModelDescription:NULL
Artifacts UUID List:{
711a2a59-4ef7-4014-9fe6-884268ddacb5
,
13be031b-1344-468d-8a9f-312df12b0981

}
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


}

2023-01-06T00:44:55.758Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 711a2a59-4ef7-4014-9fe6-884268ddacb5 from URL: /sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.yaml
2023-01-06T00:44:55.759Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-06T00:44:55.759Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.yaml
2023-01-06T00:44:55.838Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-06T00:44:55.839Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.yaml 711a2a59-4ef7-4014-9fe6-884268ddacb5 5033
2023-01-06T00:44:55.839Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-06T00:44:55.839Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.yaml
2023-01-06T00:44:55.840Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T00:44:55.840Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T00:44:55.842Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T00:44:55.842Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965895839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-06T00:44:55.943Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-06T00:44:55.944Z||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.
2023-01-06T00:44:55.944Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T00:44:55.960Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:44:55.961Z||pool-28-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2023-01-06T00:44:56.843Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 13be031b-1344-468d-8a9f-312df12b0981 from URL: /sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.env
2023-01-06T00:44:56.844Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-06T00:44:56.844Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.env
2023-01-06T00:44:56.889Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-06T00:44:56.889Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.env 13be031b-1344-468d-8a9f-312df12b0981 909
2023-01-06T00:44:56.889Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-06T00:44:56.890Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.env
2023-01-06T00:44:56.890Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T00:44:56.890Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T00:44:56.892Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T00:44:56.892Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965896889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T00:44:56.992Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T00:44:56.993Z||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.
2023-01-06T00:44:56.993Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T00:44:57.009Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:44:57.010Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2023-01-06T00:44:57.892Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 31baa384-d54a-4f25-accf-4245884cdfcf
2023-01-06T00:44:57.893Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_uevsxA 0 60162551-ec2e-46a8-bc4a-5c94145e9012 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=?
2023-01-06T00:44:57.911Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@78648b1c, org.onap.sdc.toscaparser.api.parameters.Input@53b7d59e, org.onap.sdc.toscaparser.api.parameters.Input@10dc7b64, org.onap.sdc.toscaparser.api.parameters.Input@766c8289, org.onap.sdc.toscaparser.api.parameters.Input@2a8ccb33]
2023-01-06T00:44:57.912Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:44:57.912Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_uevsxA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T00:44:57.913Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-01-06T00:44:57.913Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 3478a08f-4790-488d-bf3a-b3a63a8b209f
2023-01-06T00:44:57.913Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3478a08f-4790-488d-bf3a-b3a63a8b209f matches Tosca VF Customization UUID: 3478a08f-4790-488d-bf3a-b3a63a8b209f
2023-01-06T00:44:57.913Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 3478a08f-4790-488d-bf3a-b3a63a8b209f  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=?
2023-01-06T00:44:57.916Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:44:57.917Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_uevsxA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T00:44:57.917Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 3478a08f-4790-488d-bf3a-b3a63a8b209f: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-06T00:44:57.917Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@26e400db
2023-01-06T00:44:57.918Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:44:57.918Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_uevsxA is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-06T00:44:57.918Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f48a4956-92bb-4f97-82db-8b4aa0a3b4d5
2023-01-06T00:44:57.918Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f48a4956-92bb-4f97-82db-8b4aa0a3b4d5
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=?
2023-01-06T00:44:57.921Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:44:57.921Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_uevsxA 0 is matching search criteria
2023-01-06T00:44:57.921Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_uevsxA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T00:44:57.922Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:44:57.922Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_uevsxA 0 is matching search criteria
2023-01-06T00:44:57.923Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_uevsxA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T00:44:57.923Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:44:57.923Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_uevsxA 0 is not matching search criteria
2023-01-06T00:44:57.923Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-06T00:44:57.924Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-06T00:44:57.924Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7b26c6c2-11b4-4c34-9e26-7f4c1e5b73fb
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=?
2023-01-06T00:44:57.927Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:44:57.927Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_uevsxA 0 is matching search criteria
2023-01-06T00:44:57.927Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_uevsxA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T00:44:57.927Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:44:57.928Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_uevsxA 0 is matching search criteria
2023-01-06T00:44:57.928Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_uevsxA 0] matching following query criteria: sdcType=VF, customizationUUID=3478a08f-4790-488d-bf3a-b3a63a8b209f
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=?
2023-01-06T00:44:57.931Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:44:57.931Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_uevsxA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T00:44:57.931Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 31baa384-d54a-4f25-accf-4245884cdfcf: basic_onboard_uevsxA
2023-01-06T00:44:57.931Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:44:57.931Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_uevsxA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T00:44:57.932Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:44:57.932Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_uevsxA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T00:44:57.932Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:44:57.932Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_uevsxA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T00:44:57.933Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:44:57.933Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_uevsxA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T00:44:57.933Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T00:44:57.933Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_uevsxA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T00:44:57.934Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_uevsxA 
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 (?, ?, ?, ?, ?)
2023-01-06T00:44:58.069Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_uevsxA 60162551-ec2e-46a8-bc4a-5c94145e9012 1 ASDC deployResourceStructure
2023-01-06T00:44:58.070Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/basic_onboard_uevsxa0_modules.json ASDC sendASDCNotification
2023-01-06T00:44:58.070Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/basic_onboard_uevsxa0_modules.json
2023-01-06T00:44:58.070Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T00:44:58.071Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T00:44:58.073Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T00:44:58.073Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965898070,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/basic_onboard_uevsxa0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-06T00:44:58.173Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T00:44:58.174Z||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.
2023-01-06T00:44:58.174Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T00:44:58.193Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:44:58.193Z||pool-30-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-01-06T00:44:59.073Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-06T00:44:59.074Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.yaml
2023-01-06T00:44:59.074Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T00:44:59.074Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T00:44:59.076Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T00:44:59.076Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965899073,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-01-06T00:44:59.176Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T00:44:59.177Z||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.
2023-01-06T00:44:59.177Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T00:44:59.207Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:44:59.208Z||pool-31-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2023-01-06T00:45:00.077Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-06T00:45:00.077Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.env
2023-01-06T00:45:00.078Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T00:45:00.078Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T00:45:00.080Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T00:45:00.080Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965900077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-01-06T00:45:00.180Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T00:45:00.181Z||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.
2023-01-06T00:45:00.182Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T00:45:00.201Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:45:00.201Z||pool-32-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-01-06T00:45:01.081Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/artifacts/service-BasicOnboardUevsxa-csar.csar ASDC sendASDCNotification
2023-01-06T00:45:01.081Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/artifacts/service-BasicOnboardUevsxa-csar.csar
2023-01-06T00:45:01.082Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T00:45:01.082Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T00:45:01.105Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T00:45:01.108Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965901081,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/artifacts/service-BasicOnboardUevsxa-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T00:45:01.188Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms
2023-01-06T00:45:01.189Z||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.
2023-01-06T00:45:01.189Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T00:45:01.213Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:45:01.213Z||pool-33-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2023-01-06T00:45:02.110Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 901fcf43-94e7-4e5b-b4b0-8e8b88bc42be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T00:45:02.129Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 901fcf43-94e7-4e5b-b4b0-8e8b88bc42be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-06T00:45:02.134Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T00:45:02.134Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-06T00:45:02.134Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-06T00:45:02.134Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-06T00:45:02.134Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T00:45:02.135Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T00:45:02.135Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T00:45:02.135Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T00:45:02.135Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-06T00:45:02.147Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-06T00:45:31.997Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:45:31.998Z||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.
2023-01-06T00:45:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:45:32.147Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 901fcf43-94e7-4e5b-b4b0-8e8b88bc42be 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=?
2023-01-06T00:45:32.165Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 901fcf43-94e7-4e5b-b4b0-8e8b88bc42be and serviceModelVersionId: 31baa384-d54a-4f25-accf-4245884cdfcf
2023-01-06T00:45:32.165Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fb1cbf9b-0f6d-4297-b559-d917e10a61e7
2023-01-06T00:45:32.166Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fb1cbf9b-0f6d-4297-b559-d917e10a61e7/model-vers/model-ver/31baa384-d54a-4f25-accf-4245884cdfcf?depth=0
2023-01-06T00:45:32.170Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-01-06T00:45:32.246Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb1cbf9b-0f6d-4297-b559-d917e10a61e7/model-vers/model-ver/31baa384-d54a-4f25-accf-4245884cdfcf?depth=0|INFO|500||Invoke
2023-01-06T00:45:32.247Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb1cbf9b-0f6d-4297-b559-d917e10a61e7/model-vers/model-ver/31baa384-d54a-4f25-accf-4245884cdfcf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb1cbf9b-0f6d-4297-b559-d917e10a61e7/model-vers/model-ver/31baa384-d54a-4f25-accf-4245884cdfcf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[901fcf43-94e7-4e5b-b4b0-8e8b88bc42be], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f8c2abbf-b1f1-47b9-8625-84c3427de16e], X-ECOMP-RequestID=[901fcf43-94e7-4e5b-b4b0-8e8b88bc42be], X-TransactionId=[], X-ONAP-RequestID=[901fcf43-94e7-4e5b-b4b0-8e8b88bc42be], Content-Type=[application/merge-patch+json]}
2023-01-06T00:45:32.253Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb1cbf9b-0f6d-4297-b559-d917e10a61e7/model-vers/model-ver/31baa384-d54a-4f25-accf-4245884cdfcf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-06T00:45:32.398Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb1cbf9b-0f6d-4297-b559-d917e10a61e7/model-vers/model-ver/31baa384-d54a-4f25-accf-4245884cdfcf?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/fb1cbf9b-0f6d-4297-b559-d917e10a61e7/model-vers/model-ver/31baa384-d54a-4f25-accf-4245884cdfcf?depth=0 has http status code:200 and response headers:{date=[Fri, 06 Jan 2023 00:45:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[192536], x-aai-txid=[0-aai-resources-230106-00:45:31:622-14607], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-06T00:45:32.399Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb1cbf9b-0f6d-4297-b559-d917e10a61e7/model-vers/model-ver/31baa384-d54a-4f25-accf-4245884cdfcf?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-06T00:45:32.399Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb1cbf9b-0f6d-4297-b559-d917e10a61e7/model-vers/model-ver/31baa384-d54a-4f25-accf-4245884cdfcf?depth=0|INFO|500||InvokeReturn
2023-01-06T00:45:32.400Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-06T00:45:32.400Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-06T00:45:32.410Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-06T00:45:32.410Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 901fcf43-94e7-4e5b-b4b0-8e8b88bc42be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-06T00:45:32.411Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-06T00:45:32.411Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-06T00:45:32.415Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T00:45:32.415Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965932410,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T00:45:32.515Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T00:45:32.515Z||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.
2023-01-06T00:45:32.516Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T00:45:32.534Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:45:32.534Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-01-06T00:45:32.553Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:45:32.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:45:32.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965879582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:45:32.555Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:45:32.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:45:32.555Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965879582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/basic_onboard_uevsxa0_modules.json",
  "status": "NOTIFIED"
}
2023-01-06T00:45:32.555Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:45:32.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:45:32.555Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965879582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-01-06T00:45:32.556Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:45:32.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:45:32.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965879582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:45:32.556Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:45:32.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:45:32.557Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965879582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-01-06T00:45:32.557Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:45:32.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:45:32.557Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965879582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/artifacts/service-BasicOnboardUevsxa-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T00:45:32.557Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:45:32.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:45:32.558Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965879582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/artifacts/service-BasicOnboardUevsxa-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T00:45:32.558Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T00:45:32.558Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:45:32.558Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965892362,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/artifacts/service-BasicOnboardUevsxa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T00:45:32.558Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T00:45:32.558Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:45:32.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965894748,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/basic_onboard_uevsxa0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-06T00:45:32.559Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T00:45:32.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:45:32.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965895839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-06T00:45:32.559Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T00:45:32.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:45:32.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965896889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T00:45:32.560Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T00:45:32.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:45:32.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965898070,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/basic_onboard_uevsxa0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-06T00:45:32.560Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T00:45:32.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:45:32.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965899073,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-01-06T00:45:32.561Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T00:45:32.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:45:32.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965900077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/resourceInstances/basic_onboard_uevsxa0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-01-06T00:45:32.561Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T00:45:32.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T00:45:32.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965901081,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUevsxa/1.0/artifacts/service-BasicOnboardUevsxa-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T00:45:32.562Z||pool-2-thread-1|||||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=?
2023-01-06T00:45:33.433Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:45:33.434Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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.
2023-01-06T00:45:33.434Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:45:43.000Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:45:43.001Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:45:43.002Z||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.
2023-01-06T00:45:43.002Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:45:52.566Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:45:52.567Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:45:52.567Z||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.
2023-01-06T00:45:52.568Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:46:02.131Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:46:31.993Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:46:31.994Z||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.
2023-01-06T00:46:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:46:31.997Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:46:31.998Z||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.
2023-01-06T00:46:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:46:32.531Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:46:32.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T00:46:32.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901fcf43-94e7-4e5b-b4b0-8e8b88bc42be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672965932410,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T00:46:32.533Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T00:46:41.569Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:47:31.994Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:47:31.995Z||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.
2023-01-06T00:47:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:47:31.997Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:47:31.997Z||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.
2023-01-06T00:47:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:47:41.561Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:47:41.565Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:48:31.993Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:48:31.994Z||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.
2023-01-06T00:48:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:48:31.997Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:48:31.998Z||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.
2023-01-06T00:48:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:48:41.552Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:48:41.557Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:49:31.993Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:49:31.994Z||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.
2023-01-06T00:49:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:49:31.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:49:31.998Z||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.
2023-01-06T00:49:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:49:41.548Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:49:41.559Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:50:31.993Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:50:31.994Z||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.
2023-01-06T00:50:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:50:31.997Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:50:31.998Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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.
2023-01-06T00:50:31.998Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:50:41.551Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:50:41.554Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:51:31.993Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:51:31.994Z||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.
2023-01-06T00:51:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:51:31.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:51:31.998Z||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.
2023-01-06T00:51:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:51:41.583Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:51:41.585Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:52:31.994Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:52:31.996Z||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.
2023-01-06T00:52:31.997Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:52:31.997Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:52:31.998Z||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.
2023-01-06T00:52:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:52:41.570Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:52:41.581Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:53:31.994Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:53:31.997Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:53:31.999Z||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.
2023-01-06T00:53:31.999Z||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.
2023-01-06T00:53:31.999Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:53:31.999Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:53:41.558Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:53:41.558Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:54:31.993Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:54:31.994Z||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.
2023-01-06T00:54:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:54:31.997Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:54:31.998Z||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.
2023-01-06T00:54:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:54:41.550Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:54:41.550Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:55:31.994Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:55:31.995Z||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.
2023-01-06T00:55:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:55:31.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:55:31.998Z||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.
2023-01-06T00:55:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:55:41.559Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:55:41.561Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:56:31.993Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:56:31.995Z||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.
2023-01-06T00:56:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:56:31.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:56:31.998Z||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.
2023-01-06T00:56:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:56:41.578Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:56:41.591Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:57:31.994Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:57:31.995Z||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.
2023-01-06T00:57:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:57:31.997Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:57:31.997Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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.
2023-01-06T00:57:31.998Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:57:41.548Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:57:41.548Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:58:31.993Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:58:31.994Z||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.
2023-01-06T00:58:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:58:31.997Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:58:31.998Z||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.
2023-01-06T00:58:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:58:41.572Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:58:41.572Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:59:31.993Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:59:31.994Z||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.
2023-01-06T00:59:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:59:31.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T00:59:31.998Z||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.
2023-01-06T00:59:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T00:59:41.555Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T00:59:41.557Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:00:31.993Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:00:31.994Z||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.
2023-01-06T01:00:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:00:31.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:00:31.997Z||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.
2023-01-06T01:00:31.997Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:00:41.565Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:00:41.583Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:01:31.993Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:01:31.994Z||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.
2023-01-06T01:01:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:01:31.997Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:01:31.997Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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.
2023-01-06T01:01:31.998Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:01:41.579Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:01:41.597Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:02:31.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:02:31.995Z||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.
2023-01-06T01:02:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:02:31.997Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:02:31.997Z||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.
2023-01-06T01:02:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:02:41.590Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:02:41.590Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:03:31.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:03:31.996Z||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.
2023-01-06T01:03:31.996Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:03:31.998Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:03:31.998Z||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.
2023-01-06T01:03:31.999Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:03:32.603Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:03:32.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adc6908f-0785-4cdb-8635-7158d2aea989",
  "consumerID": "aai-model-loader",
  "timestamp": 1672966976897,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:03:32.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adc6908f-0785-4cdb-8635-7158d2aea989",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672966933722,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:03:32.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adc6908f-0785-4cdb-8635-7158d2aea989",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672966967466,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:03:32.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adc6908f-0785-4cdb-8635-7158d2aea989",
  "consumerID": "aai-model-loader",
  "timestamp": 1672966976897,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T01:03:32.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adc6908f-0785-4cdb-8635-7158d2aea989",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672966933722,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T01:03:32.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adc6908f-0785-4cdb-8635-7158d2aea989",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672966967466,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T01:03:32.613Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adc6908f-0785-4cdb-8635-7158d2aea989",
  "consumerID": "policy-id",
  "timestamp": 1672966979081,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:03:32.613Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adc6908f-0785-4cdb-8635-7158d2aea989",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672966980437,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:03:32.614Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:03:32.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adc6908f-0785-4cdb-8635-7158d2aea989",
  "consumerID": "aai-model-loader",
  "timestamp": 1672966980455,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:03:32.614Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:03:32.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adc6908f-0785-4cdb-8635-7158d2aea989",
  "consumerID": "policy-id",
  "timestamp": 1672966979081,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T01:03:32.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adc6908f-0785-4cdb-8635-7158d2aea989",
  "consumerID": "policy-id",
  "timestamp": 1672966981842,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:03:32.616Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:03:32.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adc6908f-0785-4cdb-8635-7158d2aea989",
  "consumerID": "policy-id",
  "timestamp": 1672966982850,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T01:03:32.616Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:03:32.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672966979857,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:03:32.617Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672966981448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:03:32.617Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adc6908f-0785-4cdb-8635-7158d2aea989",
  "consumerID": "policy-id",
  "timestamp": 1672966983855,
  "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=?
2023-01-06T01:03:32.629Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:03:32.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"adc6908f-0785-4cdb-8635-7158d2aea989","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"254de920-e03e-483c-ae9a-63cfbf70c81c","serviceDescription":"service","serviceInvariantUUID":"32c6d4ed-482b-4b57-95ed-303b618443c8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"30173ae0-4660-4578-ba42-658f72fb4564","resourceInvariantUUID":"3a20c584-6b32-4427-8a16-a090d21a76e2","resourceCustomizationUUID":"775c3b8d-bd11-4a32-ac52-a612de3db3cb","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":"ODNlODM0OWE3MzZhMGQ5NTRkNGZlYWE2YjNkNWQ1ODU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ca71d963-a69c-4910-b396-b1406bbbd59f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjVlMmE2N2U2YzQyYTljMWYyODU1ZTQ0M2FkZTk1ODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"043ccb94-4554-4653-8e2b-1f0d22eb4e19","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-06T01:03:32.637Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:03:32.638Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-06T01:03:32.643Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:03:32.643Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "adc6908f-0785-4cdb-8635-7158d2aea989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967011994,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-06T01:03:32.655Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of adc6908f-0785-4cdb-8635-7158d2aea989
2023-01-06T01:03:32.656Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId adc6908f-0785-4cdb-8635-7158d2aea989 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 (?, ?, ?, ?, ?)
2023-01-06T01:03:32.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672966979857,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:03:32.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672966981448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:03:32.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adc6908f-0785-4cdb-8635-7158d2aea989",
  "consumerID": "aai-model-loader",
  "timestamp": 1672966984751,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T01:03:32.672Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:03:32.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672966981448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:03:32.672Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672966979857,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:03:32.673Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adc6908f-0785-4cdb-8635-7158d2aea989",
  "consumerID": "aai-model-loader",
  "timestamp": 1672966985753,
  "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=?
2023-01-06T01:03:32.681Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of adc6908f-0785-4cdb-8635-7158d2aea989
2023-01-06T01:03:32.681Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId adc6908f-0785-4cdb-8635-7158d2aea989 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 (?, ?, ?, ?, ?)
2023-01-06T01:03:32.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672966981448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:03:32.692Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672966979857,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:03:32.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672966981448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:03:32.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672966979857,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:03:32.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672966981448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:03:32.694Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672966979857,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:03:32.694Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672966981448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/artifacts/service-DemoPnfMah2f9fqq5ifbx3dbhoe-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:03:32.694Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672966979857,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/artifacts/service-DemoPnfMah2f9fqq5ifbx3dbhoe-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:03:32.694Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672966981448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/artifacts/service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T01:03:32.695Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672966979857,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/artifacts/service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T01:03:32.695Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672966991686,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/artifacts/service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:03:32.695Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:03:32.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adc6908f-0785-4cdb-8635-7158d2aea989",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672966992520,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:03:32.696Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adc6908f-0785-4cdb-8635-7158d2aea989",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672966992520,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T01:03:32.696Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adc6908f-0785-4cdb-8635-7158d2aea989",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672966995245,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:03:32.696Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:03:32.697Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.697Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adc6908f-0785-4cdb-8635-7158d2aea989",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672966996959,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T01:03:32.697Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:03:32.697Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.697Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adc6908f-0785-4cdb-8635-7158d2aea989",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672966997963,
  "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=?
2023-01-06T01:03:32.703Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of adc6908f-0785-4cdb-8635-7158d2aea989
2023-01-06T01:03:32.703Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId adc6908f-0785-4cdb-8635-7158d2aea989 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 (?, ?, ?, ?, ?)
2023-01-06T01:03:32.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672966992520,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:03:32.716Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "policy-id",
  "timestamp": 1672966999081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:03:32.716Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672966992520,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:03:32.717Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "policy-id",
  "timestamp": 1672966999081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:03:32.718Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672966992520,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:03:32.718Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "policy-id",
  "timestamp": 1672966999081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:03:32.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672966992520,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:03:32.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "policy-id",
  "timestamp": 1672966999081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:03:32.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672966992520,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:03:32.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "policy-id",
  "timestamp": 1672966999081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:03:32.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672966992520,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:03:32.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "policy-id",
  "timestamp": 1672966999081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:03:32.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672966992520,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/artifacts/service-DemoPnfMah2f9fqq5ifbx3dbhoe-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:03:32.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "policy-id",
  "timestamp": 1672966999081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/artifacts/service-DemoPnfMah2f9fqq5ifbx3dbhoe-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:03:32.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672966992520,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/artifacts/service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T01:03:32.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "policy-id",
  "timestamp": 1672966999081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/artifacts/service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T01:03:32.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "aai-model-loader",
  "timestamp": 1672967006897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:03:32.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672967007104,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/artifacts/service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:03:32.727Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:03:32.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "aai-model-loader",
  "timestamp": 1672967006897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:03:32.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "policy-id",
  "timestamp": 1672967007833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/artifacts/service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:03:32.728Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:03:32.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "aai-model-loader",
  "timestamp": 1672967006897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:03:32.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "policy-id",
  "timestamp": 1672967008838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/artifacts/service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T01:03:32.729Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:03:32.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672967009137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/artifacts/service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T01:03:32.729Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:03:32.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "aai-model-loader",
  "timestamp": 1672967006897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:03:32.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:32.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "policy-id",
  "timestamp": 1672967009841,
  "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 (?, ?, ?, ?, ?)
2023-01-06T01:03:32.743Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:03:32.744Z||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.
2023-01-06T01:03:32.744Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:03:32.751Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 17c510a2-f163-411c-984e-444544c3a69c
2023-01-06T01:03:32.751Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17c510a2-f163-411c-984e-444544c3a69c 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 (?, ?, ?, ?, ?)
2023-01-06T01:03:32.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672967010141,
  "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=?
2023-01-06T01:03:32.770Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:03:32.770Z||pool-35-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2023-01-06T01:03:32.772Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 17c510a2-f163-411c-984e-444544c3a69c
2023-01-06T01:03:32.772Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17c510a2-f163-411c-984e-444544c3a69c 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 (?, ?, ?, ?, ?)
2023-01-06T01:03:32.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:03:32.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "aai-model-loader",
  "timestamp": 1672967006897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:03:32.792Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:03:33.643Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:03:33.645Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:03:33.647Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:03:33.648Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "adc6908f-0785-4cdb-8635-7158d2aea989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967011994,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T01:03:33.748Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:03:33.749Z||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.
2023-01-06T01:03:33.749Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:03:33.767Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:03:33.768Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:03:34.649Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "adc6908f-0785-4cdb-8635-7158d2aea989",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "254de920-e03e-483c-ae9a-63cfbf70c81c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "32c6d4ed-482b-4b57-95ed-303b618443c8",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "775c3b8d-bd11-4a32-ac52-a612de3db3cb",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "30173ae0-4660-4578-ba42-658f72fb4564",
      "resourceInvariantUUID": "3a20c584-6b32-4427-8a16-a090d21a76e2",
      "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": "NjVlMmE2N2U2YzQyYTljMWYyODU1ZTQ0M2FkZTk1ODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "043ccb94-4554-4653-8e2b-1f0d22eb4e19"
    }
  ],
  "workloadContext": "Production"
}
2023-01-06T01:03:34.649Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-06T01:03:34.649Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 254de920-e03e-483c-ae9a-63cfbf70c81c ASDC
2023-01-06T01:03:34.650Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:adc6908f-0785-4cdb-8635-7158d2aea989
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:254de920-e03e-483c-ae9a-63cfbf70c81c
ServiceInvariantUUID:32c6d4ed-482b-4b57-95ed-303b618443c8
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:043ccb94-4554-4653-8e2b-1f0d22eb4e19
ArtifactChecksum:NjVlMmE2N2U2YzQyYTljMWYyODU1ZTQ0M2FkZTk1ODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:775c3b8d-bd11-4a32-ac52-a612de3db3cb
ResourceInvariantUUID:3a20c584-6b32-4427-8a16-a090d21a76e2
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:30173ae0-4660-4578-ba42-658f72fb4564
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-01-06T01:03:34.650Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 254de920-e03e-483c-ae9a-63cfbf70c81c 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=?
2023-01-06T01:03:34.687Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T01:03:34.688Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-06T01:03:34.688Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-06T01:03:34.689Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 043ccb94-4554-4653-8e2b-1f0d22eb4e19 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-06T01:03:34.689Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-06T01:03:34.689Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-06T01:03:34.768Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-06T01:03:34.770Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 043ccb94-4554-4653-8e2b-1f0d22eb4e19 57790
2023-01-06T01:03:34.770Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-06T01:03:34.771Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-06T01:03:34.771Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T01:03:34.771Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:03:34.774Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:03:34.774Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "adc6908f-0785-4cdb-8635-7158d2aea989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967014770,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:03:34.874Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:03:34.875Z||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.
2023-01-06T01:03:34.875Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:03:34.892Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:03:34.892Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:03:35.775Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T01:03:35.776Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-06T01:03:35.777Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 043ccb94-4554-4653-8e2b-1f0d22eb4e19, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-06T01:03:35.777Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-01-06T01:03:35.777Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-06T01:03:35.778Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-06T01:03:36.003Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8110075521274765077/Definitions/service-BasicNetwork-template.yml
2023-01-06T01:03:36.545Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-06T01:03:36.545Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-06T01:03:36.545Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-06T01:03:36.545Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-01-06T01:03:36.545Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||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
2023-01-06T01:03:36.545Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||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
2023-01-06T01:03:36.546Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||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
2023-01-06T01:03:36.546Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||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
2023-01-06T01:03:36.546Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-06T01:03:36.546Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||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
2023-01-06T01:03:36.546Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||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
2023-01-06T01:03:36.546Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||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
2023-01-06T01:03:36.546Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-06T01:03:36.546Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:03:36.547Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:03:36.547Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-06T01:03:36.547Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-06T01:03:36.547Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T01:03:36.547Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:03:36.547Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:03:36.548Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-06T01:03:36.548Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-06T01:03:36.548Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T01:03:36.548Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:03:36.548Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:03:36.548Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:03:36.548Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:03:36.549Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:03:36.549Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:03:36.549Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:03:36.549Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:03:36.549Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:03:36.550Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:03:36.550Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:254de920-e03e-483c-ae9a-63cfbf70c81c
Model Version:NULL
Model InvariantUuid:32c6d4ed-482b-4b57-95ed-303b618443c8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:3a20c584-6b32-4427-8a16-a090d21a76e2
Model UUID:316758be-a2dd-40ae-8218-866f0e84b6d9
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:775c3b8d-bd11-4a32-ac52-a612de3db3cb
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=?
2023-01-06T01:03:36.560Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 30173ae0-4660-4578-ba42-658f72fb4564
2023-01-06T01:03:36.560Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||No resources found for Service: 254de920-e03e-483c-ae9a-63cfbf70c81c
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=?
2023-01-06T01:03:36.569Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||
2023-01-06T01:03:36.569Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-01-06T01:03:36.571Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 254de920-e03e-483c-ae9a-63cfbf70c81c
2023-01-06T01:03:36.571Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 254de920-e03e-483c-ae9a-63cfbf70c81c
2023-01-06T01:03:36.571Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-01-06T01:03:36.572Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||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=?
2023-01-06T01:03:36.578Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@327d5cfe, org.onap.sdc.toscaparser.api.parameters.Input@2c40958d, org.onap.sdc.toscaparser.api.parameters.Input@4958fcc2, org.onap.sdc.toscaparser.api.parameters.Input@44e051d2, org.onap.sdc.toscaparser.api.parameters.Input@1c226f1c]
2023-01-06T01:03:36.580Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:03:36.581Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:03:36.581Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:03:36.581Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:03:36.582Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 254de920-e03e-483c-ae9a-63cfbf70c81c: Generic NeutronNet
2023-01-06T01:03:36.582Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:03:36.582Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:03:36.582Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:03:36.583Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||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=?
2023-01-06T01:03:36.621Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:03:36.621Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:03:36.622Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:03:36.622Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:03:36.622Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:03:36.622Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:03:36.623Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||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 (?, ?)
2023-01-06T01:03:36.683Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-01-06T01:03:36.683Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-06T01:03:36.683Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-06T01:03:36.683Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T01:03:36.684Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:03:36.686Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:03:36.686Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "adc6908f-0785-4cdb-8635-7158d2aea989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967016683,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T01:03:36.786Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:03:36.787Z||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.
2023-01-06T01:03:36.787Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:03:36.804Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:03:36.805Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:03:37.686Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: adc6908f-0785-4cdb-8635-7158d2aea989
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T01:03:37.703Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: adc6908f-0785-4cdb-8635-7158d2aea989
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-06T01:03:37.707Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T01:03:37.707Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-06T01:03:37.708Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-06T01:03:37.708Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-06T01:03:37.708Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T01:03:37.708Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T01:03:37.708Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T01:03:37.708Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T01:03:37.709Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||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=?
2023-01-06T01:03:37.715Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-06T01:04:07.716Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: adc6908f-0785-4cdb-8635-7158d2aea989 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=?
2023-01-06T01:04:07.733Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: adc6908f-0785-4cdb-8635-7158d2aea989 and serviceModelVersionId: 254de920-e03e-483c-ae9a-63cfbf70c81c
2023-01-06T01:04:07.734Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 32c6d4ed-482b-4b57-95ed-303b618443c8
2023-01-06T01:04:07.736Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/32c6d4ed-482b-4b57-95ed-303b618443c8/model-vers/model-ver/254de920-e03e-483c-ae9a-63cfbf70c81c?depth=0
2023-01-06T01:04:07.742Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-01-06T01:04:07.795Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/32c6d4ed-482b-4b57-95ed-303b618443c8/model-vers/model-ver/254de920-e03e-483c-ae9a-63cfbf70c81c?depth=0|INFO|500||Invoke
2023-01-06T01:04:07.796Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/32c6d4ed-482b-4b57-95ed-303b618443c8/model-vers/model-ver/254de920-e03e-483c-ae9a-63cfbf70c81c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/32c6d4ed-482b-4b57-95ed-303b618443c8/model-vers/model-ver/254de920-e03e-483c-ae9a-63cfbf70c81c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[adc6908f-0785-4cdb-8635-7158d2aea989], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1e3e37bf-af81-4387-8965-e181abeef592], X-ECOMP-RequestID=[adc6908f-0785-4cdb-8635-7158d2aea989], X-TransactionId=[], X-ONAP-RequestID=[adc6908f-0785-4cdb-8635-7158d2aea989], Content-Type=[application/merge-patch+json]}
2023-01-06T01:04:07.802Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/32c6d4ed-482b-4b57-95ed-303b618443c8/model-vers/model-ver/254de920-e03e-483c-ae9a-63cfbf70c81c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-06T01:04:07.942Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/32c6d4ed-482b-4b57-95ed-303b618443c8/model-vers/model-ver/254de920-e03e-483c-ae9a-63cfbf70c81c?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/32c6d4ed-482b-4b57-95ed-303b618443c8/model-vers/model-ver/254de920-e03e-483c-ae9a-63cfbf70c81c?depth=0 has http status code:200 and response headers:{date=[Fri, 06 Jan 2023 01:04:07 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[163928], x-aai-txid=[2-aai-resources-230106-01:04:07:187-18243], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-06T01:04:07.943Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/32c6d4ed-482b-4b57-95ed-303b618443c8/model-vers/model-ver/254de920-e03e-483c-ae9a-63cfbf70c81c?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-06T01:04:07.944Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/32c6d4ed-482b-4b57-95ed-303b618443c8/model-vers/model-ver/254de920-e03e-483c-ae9a-63cfbf70c81c?depth=0|INFO|500||InvokeReturn
2023-01-06T01:04:07.945Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-06T01:04:07.945Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||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=?
2023-01-06T01:04:07.952Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||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)
2023-01-06T01:04:07.953Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID adc6908f-0785-4cdb-8635-7158d2aea989 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-06T01:04:07.953Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-06T01:04:07.953Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:04:07.955Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:04:07.955Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "adc6908f-0785-4cdb-8635-7158d2aea989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967047953,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T01:04:08.055Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:04:08.056Z||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.
2023-01-06T01:04:08.057Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:04:08.074Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:04:08.075Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-06T01:04:08.974Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-06T01:04:08.974Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"17c510a2-f163-411c-984e-444544c3a69c","serviceName":"Demo_pNF_MAh2f9FqQ5iFBx3dBHoE","serviceVersion":"1.0","serviceUUID":"61b78f3f-4e83-4872-af8c-1ade4aaf99d1","serviceDescription":"catalog service description","serviceInvariantUUID":"78dc3c91-5c17-4a54-8145-0cb84e7149cd","resources":[{"resourceInstanceName":"pNF e019709e-0b70 0","resourceName":"pNF e019709e-0b70","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2d66a13a-a576-4412-84c3-71db0175f35a","resourceInvariantUUID":"40dbac2a-fc4f-466b-9edc-86252fa97781","resourceCustomizationUUID":"c6c18054-e125-47a3-bd52-f682640a1f47","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/vf-license-model.xml","artifactChecksum":"NTA1NGQyNGRhNzk2NDRmMWNkYzkwYTkyODc4NjJmZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad17bf59-bd38-4562-8ab0-d5784f2ee85e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/pNF.csar","artifactChecksum":"YzUxNTlmYjdjN2RjZjkwOTUzZGU4ODk1ZDU4YWJiNTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"537c87f3-dff3-414c-99e1-e9ad68b7b69e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7801c7d1-5020-4ac0-988b-77b1c6576df8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/vendor-license-model.xml","artifactChecksum":"Mjg5MTU5MDQ5ZTAyNDNlNThkN2VlZDYxMDBhOTNiYTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5d840cdd-e548-4d7f-9c41-fdb863094007","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bb1a85cb-b2e3-4a5a-9247-934a68ffdfc7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f5beedbb-94ca-46ca-972b-7681607f94eb","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMah2f9fqq5ifbx3dbhoe-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/artifacts/service-DemoPnfMah2f9fqq5ifbx3dbhoe-template.yml","artifactChecksum":"Y2Y4MWY2NDljMDZlNWZhYWRhNmYwZjQ1ZGJlZWY0Yjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8789137b-4463-4c5c-8416-50ce035d436c","artifactVersion":"1"},{"artifactName":"service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/artifacts/service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar","artifactChecksum":"MDAxNjRhYzhjNmJhNjAxYTMwODc4M2EwZDhiZTBhY2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c6126b65-d0e6-4d66-9fee-ff55b738ce02","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-06T01:04:08.975Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:04:08.975Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:04:08.979Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:04:08.979Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967011994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:04:09.078Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2023-01-06T01:04:09.078Z||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.
2023-01-06T01:04:09.079Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:04:09.095Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:04:09.096Z||pool-40-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2023-01-06T01:04:09.980Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:04:09.981Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:04:09.984Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:04:09.984Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967011994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:04:10.084Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:04:10.085Z||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.
2023-01-06T01:04:10.085Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:04:10.101Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:04:10.102Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2023-01-06T01:04:10.985Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:04:10.986Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:04:10.988Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:04:10.988Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967011994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:04:11.089Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-06T01:04:11.090Z||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.
2023-01-06T01:04:11.090Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:04:11.118Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:04:11.119Z||pool-42-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:04:11.989Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:04:11.989Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:04:11.991Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:04:11.991Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967011994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:04:12.092Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:04:12.093Z||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.
2023-01-06T01:04:12.093Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:04:12.110Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:04:12.111Z||pool-43-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:04:12.992Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:04:12.993Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:04:12.995Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:04:12.995Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967011994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:04:13.095Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:04:13.096Z||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.
2023-01-06T01:04:13.096Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:04:13.110Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:04:13.110Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:04:13.995Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:04:13.996Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:04:13.999Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:04:13.999Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967011994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:04:14.099Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:04:14.101Z||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.
2023-01-06T01:04:14.101Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:04:14.115Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:04:14.115Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:04:15.000Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:04:15.001Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:04:15.004Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:04:15.004Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967011994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/artifacts/service-DemoPnfMah2f9fqq5ifbx3dbhoe-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:04:15.105Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T01:04:15.105Z||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.
2023-01-06T01:04:15.106Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:04:15.124Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:04:15.125Z||pool-46-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:04:16.007Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:04:16.008Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:04:16.010Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:04:16.010Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967011994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/artifacts/service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T01:04:16.110Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:04:16.111Z||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.
2023-01-06T01:04:16.111Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:04:16.126Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:04:16.126Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:04:17.012Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "serviceName": "Demo_pNF_MAh2f9FqQ5iFBx3dBHoE",
  "serviceVersion": "1.0",
  "serviceUUID": "61b78f3f-4e83-4872-af8c-1ade4aaf99d1",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "78dc3c91-5c17-4a54-8145-0cb84e7149cd",
  "resources": [
    {
      "resourceInstanceName": "pNF e019709e-0b70 0",
      "resourceCustomizationUUID": "c6c18054-e125-47a3-bd52-f682640a1f47",
      "resourceName": "pNF e019709e-0b70",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2d66a13a-a576-4412-84c3-71db0175f35a",
      "resourceInvariantUUID": "40dbac2a-fc4f-466b-9edc-86252fa97781",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/artifacts/service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar",
      "artifactChecksum": "MDAxNjRhYzhjNmJhNjAxYTMwODc4M2EwZDhiZTBhY2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c6126b65-d0e6-4d66-9fee-ff55b738ce02"
    }
  ],
  "workloadContext": "Production"
}
2023-01-06T01:04:17.012Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-06T01:04:17.013Z|adc6908f-0785-4cdb-8635-7158d2aea989|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 61b78f3f-4e83-4872-af8c-1ade4aaf99d1 ASDC
2023-01-06T01:04:17.013Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:17c510a2-f163-411c-984e-444544c3a69c
ServiceName:Demo_pNF_MAh2f9FqQ5iFBx3dBHoE
ServiceVersion:1.0
ServiceUUID:61b78f3f-4e83-4872-af8c-1ade4aaf99d1
ServiceInvariantUUID:78dc3c91-5c17-4a54-8145-0cb84e7149cd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/artifacts/service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar
ArtifactUUID:c6126b65-d0e6-4d66-9fee-ff55b738ce02
ArtifactChecksum:MDAxNjRhYzhjNmJhNjAxYTMwODc4M2EwZDhiZTBhY2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e019709e-0b70 0
ResourceCustomizationUUID:c6c18054-e125-47a3-bd52-f682640a1f47
ResourceInvariantUUID:40dbac2a-fc4f-466b-9edc-86252fa97781
ResourceName:pNF e019709e-0b70
ResourceType:PNF
ResourceUUID:2d66a13a-a576-4412-84c3-71db0175f35a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-01-06T01:04:17.014Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 61b78f3f-4e83-4872-af8c-1ade4aaf99d1 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=?
2023-01-06T01:04:17.052Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T01:04:17.052Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-06T01:04:17.052Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-06T01:04:17.053Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c6126b65-d0e6-4d66-9fee-ff55b738ce02 from URL: /sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/artifacts/service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar
2023-01-06T01:04:17.053Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-06T01:04:17.053Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/artifacts/service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar
2023-01-06T01:04:17.108Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-06T01:04:17.108Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/artifacts/service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar c6126b65-d0e6-4d66-9fee-ff55b738ce02 88017
2023-01-06T01:04:17.109Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/artifacts/service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar ASDC sendASDCNotification
2023-01-06T01:04:17.109Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/artifacts/service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar
2023-01-06T01:04:17.109Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T01:04:17.109Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:04:17.111Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:04:17.111Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967057109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/artifacts/service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:04:17.212Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T01:04:17.213Z||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.
2023-01-06T01:04:17.213Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:04:17.233Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:04:17.234Z||pool-48-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:04:18.112Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T01:04:18.114Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-06T01:04:18.114Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: c6126b65-d0e6-4d66-9fee-ff55b738ce02, URL: /sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/artifacts/service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar to file: /app/ASDC/1/service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar
2023-01-06T01:04:18.115Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar
2023-01-06T01:04:18.115Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar
2023-01-06T01:04:18.116Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar
2023-01-06T01:04:18.227Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10444443495572151264/Definitions/service-DemoPnfMah2f9fqq5ifbx3dbhoe-template.yml
2023-01-06T01:04:18.970Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-06T01:04:18.971Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-06T01:04:18.971Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar
2023-01-06T01:04:18.971Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-06T01:04:18.971Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e019709e-0b70 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-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar
2023-01-06T01:04:18.971Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar
2023-01-06T01:04:18.972Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar
2023-01-06T01:04:18.972Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar
2023-01-06T01:04:18.972Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar
2023-01-06T01:04:18.972Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar
2023-01-06T01:04:18.972Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar
2023-01-06T01:04:18.973Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-06T01:04:18.973Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:04:18.973Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_MAh2f9FqQ5iFBx3dBHoE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:04:18.974Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Node template pNF e019709e-0b70 0 is matching search criteria
2023-01-06T01:04:18.974Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-06T01:04:18.974Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF e019709e-0b70 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T01:04:18.974Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:04:18.974Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_MAh2f9FqQ5iFBx3dBHoE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:04:18.975Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Node template pNF e019709e-0b70 0 is matching search criteria
2023-01-06T01:04:18.975Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-06T01:04:18.975Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF e019709e-0b70 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T01:04:18.976Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:04:18.976Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_MAh2f9FqQ5iFBx3dBHoE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:04:18.976Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:04:18.976Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_MAh2f9FqQ5iFBx3dBHoE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:04:18.976Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:04:18.977Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_MAh2f9FqQ5iFBx3dBHoE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:04:18.977Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:04:18.977Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_MAh2f9FqQ5iFBx3dBHoE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:04:18.977Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:04:18.977Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_MAh2f9FqQ5iFBx3dBHoE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:04:18.978Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MAh2f9FqQ5iFBx3dBHoE
Description:catalog service description
Model UUID:61b78f3f-4e83-4872-af8c-1ade4aaf99d1
Model Version:NULL
Model InvariantUuid:78dc3c91-5c17-4a54-8145-0cb84e7149cd
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=?
2023-01-06T01:04:18.995Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2d66a13a-a576-4412-84c3-71db0175f35a
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=?
2023-01-06T01:04:18.999Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||pNF e019709e-0b70 0
2023-01-06T01:04:18.999Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2d66a13a-a576-4412-84c3-71db0175f35a
2023-01-06T01:04:18.999Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 61b78f3f-4e83-4872-af8c-1ade4aaf99d1
2023-01-06T01:04:18.999Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 61b78f3f-4e83-4872-af8c-1ade4aaf99d1
2023-01-06T01:04:19.000Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e019709e-0b70 0 2d66a13a-a576-4412-84c3-71db0175f35a 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=?
2023-01-06T01:04:19.006Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6ff9678e, org.onap.sdc.toscaparser.api.parameters.Input@255fe578, org.onap.sdc.toscaparser.api.parameters.Input@63cb7646, org.onap.sdc.toscaparser.api.parameters.Input@147af274, org.onap.sdc.toscaparser.api.parameters.Input@301b3262]
2023-01-06T01:04:19.006Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:04:19.007Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_MAh2f9FqQ5iFBx3dBHoE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:04:19.007Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 61b78f3f-4e83-4872-af8c-1ade4aaf99d1: pNF e019709e-0b70
2023-01-06T01:04:19.007Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||Processing PNF resource: 2d66a13a-a576-4412-84c3-71db0175f35a
2023-01-06T01:04:19.007Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:04:19.008Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_MAh2f9FqQ5iFBx3dBHoE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:04:19.008Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||Resource customization UUID: c6c18054-e125-47a3-bd52-f682640a1f47 is the same as notified resource customizationUUID: c6c18054-e125-47a3-bd52-f682640a1f47
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 (?, ?)
2023-01-06T01:04:19.096Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e019709e-0b70 2d66a13a-a576-4412-84c3-71db0175f35a 0 ASDC deployResourceStructure
2023-01-06T01:04:19.097Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/artifacts/service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar ASDC sendASDCNotification
2023-01-06T01:04:19.097Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/artifacts/service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar
2023-01-06T01:04:19.097Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T01:04:19.097Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:04:19.101Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:04:19.101Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967059097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/artifacts/service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T01:04:19.200Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T01:04:19.202Z||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.
2023-01-06T01:04:19.202Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:04:19.231Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:04:19.232Z||pool-49-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:04:20.101Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17c510a2-f163-411c-984e-444544c3a69c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T01:04:20.128Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17c510a2-f163-411c-984e-444544c3a69c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-06T01:04:20.136Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T01:04:20.136Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-06T01:04:20.136Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-06T01:04:31.998Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:04:31.998Z||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.
2023-01-06T01:04:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:04:32.026Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:04:32.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:04:32.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "aai-model-loader",
  "timestamp": 1672967006897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:04:32.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:04:50.136Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17c510a2-f163-411c-984e-444544c3a69c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T01:04:50.149Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17c510a2-f163-411c-984e-444544c3a69c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-06T01:04:50.152Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T01:04:50.152Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-06T01:04:50.152Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-06T01:05:20.152Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17c510a2-f163-411c-984e-444544c3a69c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T01:05:20.168Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17c510a2-f163-411c-984e-444544c3a69c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-06T01:05:20.171Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T01:05:20.171Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-06T01:05:20.171Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-06T01:05:31.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:05:31.998Z||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.
2023-01-06T01:05:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:05:32.033Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:05:32.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:05:32.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adc6908f-0785-4cdb-8635-7158d2aea989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967011994,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:05:32.035Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:05:50.176Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17c510a2-f163-411c-984e-444544c3a69c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T01:05:50.235Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17c510a2-f163-411c-984e-444544c3a69c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-06T01:05:50.246Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T01:05:50.246Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-06T01:05:50.246Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-06T01:06:20.246Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17c510a2-f163-411c-984e-444544c3a69c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T01:06:20.259Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17c510a2-f163-411c-984e-444544c3a69c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-06T01:06:20.263Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T01:06:20.263Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-06T01:06:20.264Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-06T01:06:31.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:06:31.998Z||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.
2023-01-06T01:06:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:06:32.032Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:06:32.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "aai-model-loader",
  "timestamp": 1672967006897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/artifacts/service-DemoPnfMah2f9fqq5ifbx3dbhoe-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:06:32.034Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:06:32.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adc6908f-0785-4cdb-8635-7158d2aea989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967011994,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T01:06:32.035Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:06:32.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "aai-model-loader",
  "timestamp": 1672967006897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/artifacts/service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T01:06:32.035Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:06:32.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adc6908f-0785-4cdb-8635-7158d2aea989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967014770,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:06:32.036Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:06:32.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "aai-model-loader",
  "timestamp": 1672967015018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/artifacts/service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:06:32.036Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:06:32.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adc6908f-0785-4cdb-8635-7158d2aea989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967016683,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T01:06:32.036Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:06:32.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "aai-model-loader",
  "timestamp": 1672967020525,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/artifacts/service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T01:06:32.037Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:06:32.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "aai-model-loader",
  "timestamp": 1672967021528,
  "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=?
2023-01-06T01:06:32.045Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 17c510a2-f163-411c-984e-444544c3a69c
2023-01-06T01:06:32.045Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17c510a2-f163-411c-984e-444544c3a69c 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 (?, ?, ?, ?, ?)
2023-01-06T01:06:32.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adc6908f-0785-4cdb-8635-7158d2aea989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967047953,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T01:06:32.057Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:06:32.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967011994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:06:32.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:06:32.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967011994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:06:32.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:06:32.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967011994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:06:32.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:06:32.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967011994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:06:32.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:06:32.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967011994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:06:32.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:06:32.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967011994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/resourceInstances/pnfe019709e0b700/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:06:32.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:06:32.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967011994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/artifacts/service-DemoPnfMah2f9fqq5ifbx3dbhoe-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:06:32.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:06:32.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967011994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/artifacts/service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T01:06:32.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:06:32.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967057109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/artifacts/service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:06:32.063Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:06:32.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967059097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMah2f9fqq5ifbx3dbhoe/1.0/artifacts/service-DemoPnfMah2f9fqq5ifbx3dbhoe-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T01:06:32.063Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:06:32.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672967052691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:06:32.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:06:32.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672967051188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:06:32.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:06:32.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "policy-id",
  "timestamp": 1672967059078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:06:32.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:06:32.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672967052691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:06:32.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:06:32.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672967051188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-01-06T01:06:32.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:06:32.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "policy-id",
  "timestamp": 1672967059078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:06:32.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:06:32.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672967052691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:06:32.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:06:32.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672967051188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-01-06T01:06:32.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:06:32.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "policy-id",
  "timestamp": 1672967059078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:06:32.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:06:32.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672967052691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:06:32.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:06:32.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672967051188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-01-06T01:06:32.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:06:32.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "aai-model-loader",
  "timestamp": 1672967066897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:06:32.068Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:06:32.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "policy-id",
  "timestamp": 1672967059078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:06:32.068Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:06:32.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672967052691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:06:32.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:06:32.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672967051188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-01-06T01:06:32.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:06:32.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "aai-model-loader",
  "timestamp": 1672967066897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:06:32.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:06:32.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "policy-id",
  "timestamp": 1672967059078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-01-06T01:06:32.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:06:32.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672967052691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:06:32.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:06:32.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672967051188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:06:32.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:06:32.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "aai-model-loader",
  "timestamp": 1672967066897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:06:32.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:06:32.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "policy-id",
  "timestamp": 1672967059078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:06:32.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:06:32.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672967052691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:06:32.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:06:32.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672967051188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-01-06T01:06:32.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:06:32.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "aai-model-loader",
  "timestamp": 1672967066897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:06:32.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:06:32.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "policy-id",
  "timestamp": 1672967059078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:06:32.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:06:32.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672967052691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:06:32.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:06:32.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672967051188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:06:32.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:06:32.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:06:32.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "aai-model-loader",
  "timestamp": 1672967066897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:06:32.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:06:50.264Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17c510a2-f163-411c-984e-444544c3a69c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T01:06:50.280Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17c510a2-f163-411c-984e-444544c3a69c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-06T01:06:50.283Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T01:06:50.283Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-06T01:06:50.284Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-06T01:06:50.284Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-06T01:06:50.284Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T01:06:50.284Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T01:06:50.284Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T01:06:50.284Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T01:06:50.284Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||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=?
2023-01-06T01:06:50.292Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-06T01:07:20.292Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17c510a2-f163-411c-984e-444544c3a69c 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=?
2023-01-06T01:07:20.301Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17c510a2-f163-411c-984e-444544c3a69c and serviceModelVersionId: 61b78f3f-4e83-4872-af8c-1ade4aaf99d1
2023-01-06T01:07:20.301Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 78dc3c91-5c17-4a54-8145-0cb84e7149cd
2023-01-06T01:07:20.301Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/78dc3c91-5c17-4a54-8145-0cb84e7149cd/model-vers/model-ver/61b78f3f-4e83-4872-af8c-1ade4aaf99d1?depth=0
2023-01-06T01:07:20.305Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-01-06T01:07:20.366Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/78dc3c91-5c17-4a54-8145-0cb84e7149cd/model-vers/model-ver/61b78f3f-4e83-4872-af8c-1ade4aaf99d1?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]}
2023-01-06T01:07:20.373Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/78dc3c91-5c17-4a54-8145-0cb84e7149cd/model-vers/model-ver/61b78f3f-4e83-4872-af8c-1ade4aaf99d1?depth=0|INFO|500||Invoke
2023-01-06T01:07:20.394Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/78dc3c91-5c17-4a54-8145-0cb84e7149cd/model-vers/model-ver/61b78f3f-4e83-4872-af8c-1ade4aaf99d1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-06T01:07:20.570Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/78dc3c91-5c17-4a54-8145-0cb84e7149cd/model-vers/model-ver/61b78f3f-4e83-4872-af8c-1ade4aaf99d1?depth=0|INFO|500||InvokeReturn
2023-01-06T01:07:20.571Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/78dc3c91-5c17-4a54-8145-0cb84e7149cd/model-vers/model-ver/61b78f3f-4e83-4872-af8c-1ade4aaf99d1?depth=0 has http status code:200 and response headers:{date=[Fri, 06 Jan 2023 01:07:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[162], vertex-id=[450616], x-aai-txid=[0-aai-resources-230106-01:07:19:781-26447], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-06T01:07:20.572Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-01-06T01:07:20.573Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-06T01:07:20.573Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||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=?
2023-01-06T01:07:20.578Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||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)
2023-01-06T01:07:20.578Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17c510a2-f163-411c-984e-444544c3a69c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-06T01:07:20.579Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-06T01:07:20.579Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:07:20.581Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:07:20.581Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967240578,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T01:07:20.681Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:07:20.682Z||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.
2023-01-06T01:07:20.682Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:07:20.744Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:07:20.745Z||pool-50-thread-1|||||INFO|500||cambria reply ok (63 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=?
2023-01-06T01:07:21.599Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:07:21.599Z|17c510a2-f163-411c-984e-444544c3a69c|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.
2023-01-06T01:07:21.599Z|17c510a2-f163-411c-984e-444544c3a69c|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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:07:27.309Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:07:27.310Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-06T01:07:27.310Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"fdaa4223-6a22-4cff-860f-68424ad3d6c0","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"d091925e-d02d-483c-a363-2f1e6d011bc9","serviceDescription":"service","serviceInvariantUUID":"883d2dd7-089f-49b7-bf01-5aa44720a369","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c98b7f4c-4fa3-4817-9d97-65829b18299f","resourceInvariantUUID":"b4aeee67-9519-4568-ba7a-d3b11a9cd2d1","resourceCustomizationUUID":"e58e7bd3-954c-4fcc-9737-d6b2966cef11","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":"MGFhNzFjNjhjMzcyYjRmMzIxNDEwOTYyODFjOTc4N2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0fc87400-ded1-48c3-8677-79c466e86a66","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":"79b2df32-8e6e-4941-9394-4de8b2d48ff4","artifactVersion":"2","generatedFromUUID":"cff8661f-c1f0-4772-afe4-4d9960861a19"},{"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":"cff8661f-c1f0-4772-afe4-4d9960861a19","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":"NDE3ZDk1ZGU5YTU2OGE1NjQyNWVkOGQzY2I5OGUzNjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ea5eaf8b-1e37-4871-ac6b-1b5a9cda30b0","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":"147e4876-1d22-4297-856e-7c614dded931","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":"2bb4af19-14f1-49d4-bb03-f7c33c6729d0","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":"91a41596-6e11-457a-9435-61a307805f4d","artifactVersion":"2","generatedFromUUID":"147e4876-1d22-4297-856e-7c614dded931"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NDdhMTA3NzdjOGZjODEzMDk4ZGExOGRjOTM3ODZmM2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"79ab3489-58c6-402b-9379-f34d97e0316e","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ODNiYzZmZDBiOGVlMTVlNjRhM2IzMjJiZTRjM2UzYzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"16e51b2b-170f-452b-bb87-73db7f5adbee","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-06T01:07:27.312Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:07:27.312Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:07:27.314Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:07:27.314Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967241599,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:07:27.414Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:07:27.415Z||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.
2023-01-06T01:07:27.415Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:07:27.432Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:07:27.432Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2023-01-06T01:07:28.314Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:07:28.316Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:07:28.317Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:07:28.317Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967241599,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-01-06T01:07:28.418Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:07:28.419Z||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.
2023-01-06T01:07:28.419Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:07:28.465Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:07:28.465Z||pool-52-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":5,"count":1}
2023-01-06T01:07:29.320Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:07:29.324Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:07:29.330Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:07:29.330Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967241599,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-01-06T01:07:29.427Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2023-01-06T01:07:29.428Z||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.
2023-01-06T01:07:29.428Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:07:29.457Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:07:29.457Z||pool-53-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2023-01-06T01:07:30.331Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:07:30.331Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:07:30.333Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:07:30.334Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967241599,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-01-06T01:07:30.435Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-06T01:07:30.436Z||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.
2023-01-06T01:07:30.436Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:07:30.465Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:07:30.466Z||pool-54-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:07:31.334Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:07:31.335Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:07:31.337Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:07:31.337Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967241599,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-01-06T01:07:31.437Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:07:31.438Z||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.
2023-01-06T01:07:31.438Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:07:31.454Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:07:31.455Z||pool-55-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:07:31.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:07:31.998Z||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.
2023-01-06T01:07:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:07:32.045Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:07:32.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:07:32.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "policy-id",
  "timestamp": 1672967059078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:07:32.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:07:32.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:07:32.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672967052691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T01:07:32.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:07:32.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:07:32.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672967051188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T01:07:32.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:07:32.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:07:32.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "aai-model-loader",
  "timestamp": 1672967066897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:07:32.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:07:32.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:07:32.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "policy-id",
  "timestamp": 1672967059078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T01:07:32.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:07:32.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:07:32.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672967072347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:07:32.049Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:07:32.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:07:32.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672967072791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:07:32.050Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:07:32.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:07:32.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "aai-model-loader",
  "timestamp": 1672967066897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:07:32.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:07:32.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:07:32.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "policy-id",
  "timestamp": 1672967073351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:07:32.051Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:07:32.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:07:32.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672967073414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:07:32.051Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:07:32.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:07:32.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "aai-model-loader",
  "timestamp": 1672967066897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:07:32.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:07:32.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:07:32.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "policy-id",
  "timestamp": 1672967074358,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T01:07:32.052Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:07:32.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:07:32.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "aai-model-loader",
  "timestamp": 1672967066897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T01:07:32.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:07:32.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:07:32.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672967074501,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:07:32.052Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:07:32.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:07:32.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "policy-id",
  "timestamp": 1672967075360,
  "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 (?, ?, ?, ?, ?)
2023-01-06T01:07:32.074Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fdaa4223-6a22-4cff-860f-68424ad3d6c0
2023-01-06T01:07:32.074Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdaa4223-6a22-4cff-860f-68424ad3d6c0 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 (?, ?, ?, ?, ?)
2023-01-06T01:07:32.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:07:32.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672967075572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:07:32.086Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:07:32.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:07:32.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "aai-model-loader",
  "timestamp": 1672967076018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:07:32.086Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:07:32.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:07:32.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672967076637,
  "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=?
2023-01-06T01:07:32.098Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fdaa4223-6a22-4cff-860f-68424ad3d6c0
2023-01-06T01:07:32.098Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdaa4223-6a22-4cff-860f-68424ad3d6c0 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=?
2023-01-06T01:07:32.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:07:32.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672967077641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-06T01:07:32.109Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:07:32.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:07:32.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "aai-model-loader",
  "timestamp": 1672967083001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T01:07:32.110Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:07:32.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:07:32.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672967082520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:07:32.110Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:07:32.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:07:32.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "aai-model-loader",
  "timestamp": 1672967084003,
  "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=?
2023-01-06T01:07:32.117Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fdaa4223-6a22-4cff-860f-68424ad3d6c0
2023-01-06T01:07:32.117Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdaa4223-6a22-4cff-860f-68424ad3d6c0 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 (?, ?, ?, ?, ?)
2023-01-06T01:07:32.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:07:32.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672967082520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:07:32.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:07:32.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:07:32.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672967082520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:07:32.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:07:32.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:07:32.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672967082520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:07:32.130Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:07:32.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:07:32.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672967082520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:07:32.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:07:32.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:07:32.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672967082520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:07:32.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:07:32.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:07:32.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672967082520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:07:32.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:07:32.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:07:32.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672967082520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:07:32.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:07:32.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:07:32.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672967082520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T01:07:32.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:07:32.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:07:32.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672967092259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:07:32.134Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:07:32.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:07:32.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672967094590,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T01:07:32.135Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:07:32.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:07:32.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672967095595,
  "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=?
2023-01-06T01:07:32.145Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fdaa4223-6a22-4cff-860f-68424ad3d6c0
2023-01-06T01:07:32.145Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdaa4223-6a22-4cff-860f-68424ad3d6c0 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 (?, ?, ?, ?, ?)
2023-01-06T01:07:32.338Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:07:32.338Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:07:32.341Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:07:32.341Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967241599,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:07:32.441Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:07:32.442Z||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.
2023-01-06T01:07:32.442Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:07:32.456Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:07:32.457Z||pool-56-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:07:33.341Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:07:33.342Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:07:33.345Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:07:33.345Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967241599,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-01-06T01:07:33.445Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:07:33.447Z||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.
2023-01-06T01:07:33.447Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:07:33.469Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:07:33.470Z||pool-57-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:07:34.346Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:07:34.347Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:07:34.349Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:07:34.349Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967241599,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:07:34.449Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:07:34.450Z||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.
2023-01-06T01:07:34.450Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:07:34.473Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:07:34.474Z||pool-58-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:07:35.349Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:07:35.350Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:07:35.352Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:07:35.352Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967241599,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T01:07:35.453Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-06T01:07:35.454Z||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.
2023-01-06T01:07:35.455Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:07:35.469Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:07:35.470Z||pool-59-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:07:36.355Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "d091925e-d02d-483c-a363-2f1e6d011bc9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "883d2dd7-089f-49b7-bf01-5aa44720a369",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "e58e7bd3-954c-4fcc-9737-d6b2966cef11",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c98b7f4c-4fa3-4817-9d97-65829b18299f",
      "resourceInvariantUUID": "b4aeee67-9519-4568-ba7a-d3b11a9cd2d1",
      "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": "79b2df32-8e6e-4941-9394-4de8b2d48ff4",
          "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": "cff8661f-c1f0-4772-afe4-4d9960861a19",
          "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": "NDE3ZDk1ZGU5YTU2OGE1NjQyNWVkOGQzY2I5OGUzNjI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ea5eaf8b-1e37-4871-ac6b-1b5a9cda30b0",
          "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": "147e4876-1d22-4297-856e-7c614dded931",
          "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": "91a41596-6e11-457a-9435-61a307805f4d",
            "generatedFromUUID": "147e4876-1d22-4297-856e-7c614dded931"
          },
          "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": "91a41596-6e11-457a-9435-61a307805f4d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ODNiYzZmZDBiOGVlMTVlNjRhM2IzMjJiZTRjM2UzYzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "16e51b2b-170f-452b-bb87-73db7f5adbee"
    }
  ],
  "workloadContext": "Production"
}
2023-01-06T01:07:36.356Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-06T01:07:36.356Z|17c510a2-f163-411c-984e-444544c3a69c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d091925e-d02d-483c-a363-2f1e6d011bc9 ASDC
2023-01-06T01:07:36.356Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:fdaa4223-6a22-4cff-860f-68424ad3d6c0
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:d091925e-d02d-483c-a363-2f1e6d011bc9
ServiceInvariantUUID:883d2dd7-089f-49b7-bf01-5aa44720a369
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:16e51b2b-170f-452b-bb87-73db7f5adbee
ArtifactChecksum:ODNiYzZmZDBiOGVlMTVlNjRhM2IzMjJiZTRjM2UzYzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:e58e7bd3-954c-4fcc-9737-d6b2966cef11
ResourceInvariantUUID:b4aeee67-9519-4568-ba7a-d3b11a9cd2d1
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:c98b7f4c-4fa3-4817-9d97-65829b18299f
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:79b2df32-8e6e-4941-9394-4de8b2d48ff4
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:cff8661f-c1f0-4772-afe4-4d9960861a19
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:ea5eaf8b-1e37-4871-ac6b-1b5a9cda30b0
ArtifactChecksum:NDE3ZDk1ZGU5YTU2OGE1NjQyNWVkOGQzY2I5OGUzNjI=
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:147e4876-1d22-4297-856e-7c614dded931
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:91a41596-6e11-457a-9435-61a307805f4d
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:91a41596-6e11-457a-9435-61a307805f4d
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-06T01:07:36.356Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d091925e-d02d-483c-a363-2f1e6d011bc9 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=?
2023-01-06T01:07:36.399Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T01:07:36.400Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-06T01:07:36.400Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-06T01:07:36.400Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 16e51b2b-170f-452b-bb87-73db7f5adbee from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-06T01:07:36.400Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-06T01:07:36.400Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-06T01:07:36.560Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-06T01:07:36.560Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 16e51b2b-170f-452b-bb87-73db7f5adbee 73985
2023-01-06T01:07:36.561Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-01-06T01:07:36.561Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-06T01:07:36.561Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T01:07:36.562Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:07:36.564Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:07:36.565Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967256561,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:07:36.665Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:07:36.666Z||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.
2023-01-06T01:07:36.666Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:07:36.688Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:07:36.689Z||pool-60-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:07:37.566Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T01:07:37.567Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-06T01:07:37.567Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 16e51b2b-170f-452b-bb87-73db7f5adbee, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-06T01:07:37.567Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2023-01-06T01:07:37.568Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-06T01:07:37.568Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-06T01:07:37.687Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13529587737346360439/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
2023-01-06T01:07:38.784Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-06T01:07:38.784Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-06T01:07:38.785Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-06T01:07:38.785Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-01-06T01:07:38.785Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||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
2023-01-06T01:07:38.785Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||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
2023-01-06T01:07:38.785Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||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
2023-01-06T01:07:38.785Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-06T01:07:38.785Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-06T01:07:38.785Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:07:38.786Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:07:38.786Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-06T01:07:38.786Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-06T01:07:38.786Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T01:07:38.786Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:07:38.786Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:07:38.786Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-06T01:07:38.787Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-06T01:07:38.787Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T01:07:38.787Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:07:38.787Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:07:38.787Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:07:38.787Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-06T01:07:38.787Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2023-01-06T01:07:38.788Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria
2023-01-06T01:07:38.788Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-06T01:07:38.788Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:07:38.788Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-06T01:07:38.788Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:07:38.788Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-06T01:07:38.788Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T01:07:38.789Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:07:38.789Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-06T01:07:38.789Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T01:07:38.789Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:07:38.789Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-06T01:07:38.789Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T01:07:38.789Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:07:38.790Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-06T01:07:38.790Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-01-06T01:07:38.790Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9d3f7abe-4b4d-4378-bc99-13c5c9413343
2023-01-06T01:07:38.790Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:07:38.790Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:07:38.790Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:07:38.790Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:07:38.791Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:07:38.791Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:07:38.791Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:07:38.791Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:07:38.791Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:d091925e-d02d-483c-a363-2f1e6d011bc9
Model Version:NULL
Model InvariantUuid:883d2dd7-089f-49b7-bf01-5aa44720a369
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:747480b5-ff36-4061-930b-602bd6c8ee41
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b4aeee67-9519-4568-ba7a-d3b11a9cd2d1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e58e7bd3-954c-4fcc-9737-d6b2966cef11
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d7d819df-8f52-48e3-adf9-5f7cba24dc07
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:e6a043dc-8a86-4007-b1c8-439d88ca534b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9d3f7abe-4b4d-4378-bc99-13c5c9413343
ModelInvariantUuid:b231621e-2846-4c40-8b7e-fa27619ea903
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:ed3564a2-35c0-4799-bc00-921e4f3edace
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:7b3afb1a-7df2-4889-a467-087f579ca578
ModelInvariantUuid:01da67ea-a036-4427-9102-049fde293ee9
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:c2831d5c-7c9a-476c-877d-87e446b6aaf1
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=?
2023-01-06T01:07:38.801Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: c98b7f4c-4fa3-4817-9d97-65829b18299f
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=?
2023-01-06T01:07:38.803Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||basic_cnf 0
2023-01-06T01:07:38.803Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c98b7f4c-4fa3-4817-9d97-65829b18299f
2023-01-06T01:07:38.803Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 79b2df32-8e6e-4941-9394-4de8b2d48ff4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-01-06T01:07:38.803Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-06T01:07:38.804Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||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
2023-01-06T01:07:38.865Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-06T01:07:38.866Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 79b2df32-8e6e-4941-9394-4de8b2d48ff4 12
2023-01-06T01:07:38.866Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||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
2023-01-06T01:07:38.867Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||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
2023-01-06T01:07:38.867Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T01:07:38.867Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:07:38.869Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:07:38.869Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967258866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:07:38.970Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-06T01:07:38.971Z||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.
2023-01-06T01:07:38.971Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:07:38.993Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:07:38.993Z||pool-61-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:07:39.870Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: cff8661f-c1f0-4772-afe4-4d9960861a19 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-01-06T01:07:39.870Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-06T01:07:39.870Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||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
2023-01-06T01:07:39.928Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-06T01:07:39.929Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz cff8661f-c1f0-4772-afe4-4d9960861a19 2688
2023-01-06T01:07:39.929Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||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
2023-01-06T01:07:39.929Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||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
2023-01-06T01:07:39.929Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T01:07:39.929Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:07:39.931Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:07:39.931Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967259929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:07:40.031Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:07:40.032Z||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.
2023-01-06T01:07:40.032Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:07:40.046Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:07:40.046Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:07:40.933Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ea5eaf8b-1e37-4871-ac6b-1b5a9cda30b0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-01-06T01:07:40.933Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-06T01:07:40.933Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||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
2023-01-06T01:07:40.990Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-06T01:07:40.991Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ea5eaf8b-1e37-4871-ac6b-1b5a9cda30b0 828
2023-01-06T01:07:40.991Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||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
2023-01-06T01:07:40.991Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||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
2023-01-06T01:07:40.991Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T01:07:40.992Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:07:40.993Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:07:40.993Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967260991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:07:41.093Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T01:07:41.094Z||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.
2023-01-06T01:07:41.095Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:07:41.117Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:07:41.117Z||pool-63-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:07:41.994Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "d7d819df-8f52-48e3-adf9-5f7cba24dc07",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e6a043dc-8a86-4007-b1c8-439d88ca534b",
    "vfModuleModelCustomizationUUID": "a39a5ba3-9008-46cf-b246-18ff4aee4625",
    "isBase": true,
    "artifacts": [
      "cff8661f-c1f0-4772-afe4-4d9960861a19",
      "147e4876-1d22-4297-856e-7c614dded931",
      "91a41596-6e11-457a-9435-61a307805f4d"
    ],
    "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": ""
    }
  }
]
2023-01-06T01:07:41.999Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e6a043dc-8a86-4007-b1c8-439d88ca534b
VfModuleModelInvariantUUID:d7d819df-8f52-48e3-adf9-5f7cba24dc07
VfModuleModelDescription:NULL
Artifacts UUID List:{
cff8661f-c1f0-4772-afe4-4d9960861a19
,
147e4876-1d22-4297-856e-7c614dded931
,
91a41596-6e11-457a-9435-61a307805f4d

}
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


}

2023-01-06T01:07:42.000Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "d7d819df-8f52-48e3-adf9-5f7cba24dc07",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e6a043dc-8a86-4007-b1c8-439d88ca534b",
    "vfModuleModelCustomizationUUID": "a39a5ba3-9008-46cf-b246-18ff4aee4625",
    "isBase": true,
    "artifacts": [
      "cff8661f-c1f0-4772-afe4-4d9960861a19",
      "147e4876-1d22-4297-856e-7c614dded931",
      "91a41596-6e11-457a-9435-61a307805f4d"
    ],
    "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": ""
    }
  }
]
2023-01-06T01:07:42.001Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e6a043dc-8a86-4007-b1c8-439d88ca534b
VfModuleModelInvariantUUID:d7d819df-8f52-48e3-adf9-5f7cba24dc07
VfModuleModelDescription:NULL
Artifacts UUID List:{
cff8661f-c1f0-4772-afe4-4d9960861a19
,
147e4876-1d22-4297-856e-7c614dded931
,
91a41596-6e11-457a-9435-61a307805f4d

}
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


}

2023-01-06T01:07:42.001Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 147e4876-1d22-4297-856e-7c614dded931 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-01-06T01:07:42.001Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-06T01:07:42.001Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-01-06T01:07:42.054Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-06T01:07:42.055Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 147e4876-1d22-4297-856e-7c614dded931 1164
2023-01-06T01:07:42.055Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||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
2023-01-06T01:07:42.055Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||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
2023-01-06T01:07:42.055Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T01:07:42.056Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:07:42.058Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:07:42.058Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967262055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:07:42.164Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2023-01-06T01:07:42.165Z||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.
2023-01-06T01:07:42.165Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:07:42.347Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:07:42.348Z||pool-64-thread-1|||||INFO|500||cambria reply ok (183 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:07:43.059Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 91a41596-6e11-457a-9435-61a307805f4d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-01-06T01:07:43.059Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-06T01:07:43.060Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-01-06T01:07:43.153Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-06T01:07:43.153Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 91a41596-6e11-457a-9435-61a307805f4d 200
2023-01-06T01:07:43.154Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||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
2023-01-06T01:07:43.155Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||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
2023-01-06T01:07:43.155Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T01:07:43.155Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:07:43.157Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:07:43.157Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967263154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:07:43.264Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2023-01-06T01:07:43.265Z||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.
2023-01-06T01:07:43.265Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:07:43.361Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:07:43.362Z||pool-65-thread-1|||||INFO|500||cambria reply ok (98 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:07:44.158Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: d091925e-d02d-483c-a363-2f1e6d011bc9
2023-01-06T01:07:44.159Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 c98b7f4c-4fa3-4817-9d97-65829b18299f 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=?
2023-01-06T01:07:44.177Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||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 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=?
2023-01-06T01:07:44.184Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2694abcf, org.onap.sdc.toscaparser.api.parameters.Input@8799b99, org.onap.sdc.toscaparser.api.parameters.Input@7c439c0, org.onap.sdc.toscaparser.api.parameters.Input@2dfa58b2, org.onap.sdc.toscaparser.api.parameters.Input@2e334411]
2023-01-06T01:07:44.185Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:07:44.185Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:07:44.185Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2023-01-06T01:07:44.186Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= e58e7bd3-954c-4fcc-9737-d6b2966cef11
2023-01-06T01:07:44.186Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e58e7bd3-954c-4fcc-9737-d6b2966cef11 matches Tosca VF Customization UUID: e58e7bd3-954c-4fcc-9737-d6b2966cef11
2023-01-06T01:07:44.186Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: e58e7bd3-954c-4fcc-9737-d6b2966cef11  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=?
2023-01-06T01:07:44.189Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:07:44.189Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:07:44.189Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id e58e7bd3-954c-4fcc-9737-d6b2966cef11: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-06T01:07:44.190Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@333e674b
2023-01-06T01:07:44.190Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:07:44.190Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-06T01:07:44.190Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a39a5ba3-9008-46cf-b246-18ff4aee4625
2023-01-06T01:07:44.190Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a39a5ba3-9008-46cf-b246-18ff4aee4625
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=?
2023-01-06T01:07:44.194Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:07:44.194Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-06T01:07:44.194Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T01:07:44.194Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:07:44.194Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-06T01:07:44.195Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T01:07:44.195Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:07:44.196Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-06T01:07:44.196Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-01-06T01:07:44.196Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9d3f7abe-4b4d-4378-bc99-13c5c9413343
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=?
2023-01-06T01:07:44.200Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:07:44.200Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-06T01:07:44.200Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T01:07:44.201Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:07:44.201Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-06T01:07:44.201Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=e58e7bd3-954c-4fcc-9737-d6b2966cef11
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=?
2023-01-06T01:07:44.204Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:07:44.204Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:07:44.205Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid d091925e-d02d-483c-a363-2f1e6d011bc9: basic_cnf
2023-01-06T01:07:44.205Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:07:44.205Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:07:44.205Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:07:44.206Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:07:44.206Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:07:44.206Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:07:44.206Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:07:44.206Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:07:44.206Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:07:44.207Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:07:44.207Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||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 (?, ?, ?, ?, ?)
2023-01-06T01:07:44.292Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf c98b7f4c-4fa3-4817-9d97-65829b18299f 1 ASDC deployResourceStructure
2023-01-06T01:07:44.293Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||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
2023-01-06T01:07:44.293Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||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)
2023-01-06T01:07:44.293Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-06T01:07:44.294Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:07:44.295Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:07:44.295Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967264293,
  "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"
}
2023-01-06T01:07:44.395Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:07:44.397Z||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.
2023-01-06T01:07:44.397Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:07:44.415Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:07:44.416Z||pool-66-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:07:45.297Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||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
2023-01-06T01:07:45.297Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||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)
2023-01-06T01:07:45.297Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-06T01:07:45.297Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:07:45.299Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:07:45.299Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967265296,
  "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"
}
2023-01-06T01:07:45.399Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:07:45.400Z||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.
2023-01-06T01:07:45.400Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:07:45.416Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:07:45.417Z||pool-67-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2023-01-06T01:07:46.300Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||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
2023-01-06T01:07:46.301Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||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
2023-01-06T01:07:46.301Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T01:07:46.301Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:07:46.303Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:07:46.303Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967266300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-06T01:07:46.403Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:07:46.404Z||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.
2023-01-06T01:07:46.404Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:07:46.420Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:07:46.420Z||pool-68-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:07:47.303Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||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
2023-01-06T01:07:47.304Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||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
2023-01-06T01:07:47.304Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T01:07:47.304Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:07:47.306Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:07:47.306Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967267303,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2023-01-06T01:07:47.406Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:07:47.407Z||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.
2023-01-06T01:07:47.407Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:07:47.424Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:07:47.424Z||pool-69-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:07:48.306Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||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
2023-01-06T01:07:48.308Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||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
2023-01-06T01:07:48.308Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T01:07:48.308Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:07:48.310Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:07:48.310Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967268306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2023-01-06T01:07:48.410Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:07:48.411Z||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.
2023-01-06T01:07:48.412Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:07:48.436Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:07:48.437Z||pool-70-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2023-01-06T01:07:49.311Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-01-06T01:07:49.311Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-06T01:07:49.311Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T01:07:49.311Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:07:49.313Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:07:49.313Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967269311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T01:07:49.413Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:07:49.414Z||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.
2023-01-06T01:07:49.414Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:07:49.428Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:07:49.429Z||pool-71-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-01-06T01:07:50.314Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fdaa4223-6a22-4cff-860f-68424ad3d6c0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T01:07:50.328Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fdaa4223-6a22-4cff-860f-68424ad3d6c0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-06T01:07:50.330Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T01:07:50.331Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-06T01:07:50.331Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-06T01:07:50.331Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-06T01:07:50.331Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T01:07:50.331Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T01:07:50.331Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T01:07:50.331Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T01:07:50.331Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||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=?
2023-01-06T01:07:50.337Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-06T01:08:20.337Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fdaa4223-6a22-4cff-860f-68424ad3d6c0 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=?
2023-01-06T01:08:20.346Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fdaa4223-6a22-4cff-860f-68424ad3d6c0 and serviceModelVersionId: d091925e-d02d-483c-a363-2f1e6d011bc9
2023-01-06T01:08:20.347Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 883d2dd7-089f-49b7-bf01-5aa44720a369
2023-01-06T01:08:20.347Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/883d2dd7-089f-49b7-bf01-5aa44720a369/model-vers/model-ver/d091925e-d02d-483c-a363-2f1e6d011bc9?depth=0
2023-01-06T01:08:20.353Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-01-06T01:08:20.417Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/883d2dd7-089f-49b7-bf01-5aa44720a369/model-vers/model-ver/d091925e-d02d-483c-a363-2f1e6d011bc9?depth=0|INFO|500||Invoke
2023-01-06T01:08:20.417Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/883d2dd7-089f-49b7-bf01-5aa44720a369/model-vers/model-ver/d091925e-d02d-483c-a363-2f1e6d011bc9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/883d2dd7-089f-49b7-bf01-5aa44720a369/model-vers/model-ver/d091925e-d02d-483c-a363-2f1e6d011bc9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fdaa4223-6a22-4cff-860f-68424ad3d6c0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e1b42728-22d2-45d3-88f3-2cf40329a331], X-ECOMP-RequestID=[fdaa4223-6a22-4cff-860f-68424ad3d6c0], X-TransactionId=[], X-ONAP-RequestID=[fdaa4223-6a22-4cff-860f-68424ad3d6c0], Content-Type=[application/merge-patch+json]}
2023-01-06T01:08:20.422Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/883d2dd7-089f-49b7-bf01-5aa44720a369/model-vers/model-ver/d091925e-d02d-483c-a363-2f1e6d011bc9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-06T01:08:20.568Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/883d2dd7-089f-49b7-bf01-5aa44720a369/model-vers/model-ver/d091925e-d02d-483c-a363-2f1e6d011bc9?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/883d2dd7-089f-49b7-bf01-5aa44720a369/model-vers/model-ver/d091925e-d02d-483c-a363-2f1e6d011bc9?depth=0 has http status code:200 and response headers:{date=[Fri, 06 Jan 2023 01:08:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[188632], x-aai-txid=[2-aai-resources-230106-01:08:19:808-86110], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-06T01:08:20.569Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/883d2dd7-089f-49b7-bf01-5aa44720a369/model-vers/model-ver/d091925e-d02d-483c-a363-2f1e6d011bc9?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-06T01:08:20.569Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/883d2dd7-089f-49b7-bf01-5aa44720a369/model-vers/model-ver/d091925e-d02d-483c-a363-2f1e6d011bc9?depth=0|INFO|500||InvokeReturn
2023-01-06T01:08:20.570Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-06T01:08:20.570Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||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=?
2023-01-06T01:08:20.577Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||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)
2023-01-06T01:08:20.577Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fdaa4223-6a22-4cff-860f-68424ad3d6c0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-06T01:08:20.577Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-06T01:08:20.577Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:08:20.579Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:08:20.579Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967300577,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T01:08:20.679Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:08:20.680Z||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.
2023-01-06T01:08:20.681Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:08:20.707Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:08:20.707Z||pool-72-thread-1|||||INFO|500||cambria reply ok (27 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=?
2023-01-06T01:08:21.595Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-06T01:08:21.596Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"df682e2d-a893-4347-923d-37b946c75b1a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ca4a0866-9bca-40df-b102-b9e60a342970","serviceDescription":"service","serviceInvariantUUID":"8a35a475-8d2e-4529-9eb5-3ade0373a0b1","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"df9ec964-bc49-4b36-952a-57926b73bcb6","resourceInvariantUUID":"c6e1ee6a-1ca6-4ced-8879-72cd1169524d","resourceCustomizationUUID":"8b27016b-2ff0-4f15-9a46-441515d0b236","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":"NTI0ODcwM2JhNmJkYjdlMDUxYWI2NmJmYzU4ZjQ0M2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"36db1338-b7d2-440f-810c-3e3303d52e25","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":"MGYwYzFiYmZjYTQ0YjhjMjE1ZDkwZjQwZDI4ODQyOTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3d05d379-342e-435d-aca9-a42fa5d2507e","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":"cf2cc8ff-af7c-4465-a761-24842976f1f8","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":"7b4bd511-e6c0-4ae0-aa7c-baffd56c9032","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":"39d60d88-7541-4c0a-9a12-da6608bdf29e","artifactVersion":"2","generatedFromUUID":"cf2cc8ff-af7c-4465-a761-24842976f1f8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OWY2N2U0MzFhYzcwZGFjZDA0NGJhMDEyN2JlN2Y0OWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ca072bd0-03e9-49a6-9267-d072c94575f8","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MzU2N2NiNGY2NjZhNDU2Mjk3OTVkODgxZDFjNWM1OWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"223c782c-9222-4208-a251-dcfe01de210e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-06T01:08:21.596Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:08:21.597Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:08:21.599Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:08:21.599Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967241599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:08:21.700Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-06T01:08:21.700Z||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.
2023-01-06T01:08:21.701Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:08:21.724Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:08:21.724Z||pool-73-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:08:22.600Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:08:22.601Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:08:22.603Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:08:22.603Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967241599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-01-06T01:08:22.703Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:08:22.704Z||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.
2023-01-06T01:08:22.704Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:08:22.720Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:08:22.721Z||pool-74-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2023-01-06T01:08:23.604Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:08:23.605Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:08:23.608Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:08:23.608Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967241599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-06T01:08:23.708Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:08:23.709Z||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.
2023-01-06T01:08:23.709Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:08:23.734Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:08:23.734Z||pool-75-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:08:24.609Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:08:24.610Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:08:24.613Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:08:24.613Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967241599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:08:24.713Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T01:08:24.714Z||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.
2023-01-06T01:08:24.715Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:08:24.732Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:08:24.732Z||pool-76-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2023-01-06T01:08:25.614Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:08:25.615Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:08:25.625Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:08:25.625Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967241599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-06T01:08:25.718Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2023-01-06T01:08:25.719Z||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.
2023-01-06T01:08:25.720Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:08:25.754Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:08:25.755Z||pool-77-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:08:26.625Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:08:26.626Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:08:26.628Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:08:26.629Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967241599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:08:26.729Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:08:26.729Z||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.
2023-01-06T01:08:26.730Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:08:26.752Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:08:26.752Z||pool-78-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":2,"count":1}
2023-01-06T01:08:27.629Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:08:27.630Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:08:27.636Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:08:27.637Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967241599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T01:08:27.736Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T01:08:27.737Z||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.
2023-01-06T01:08:27.738Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:08:27.761Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:08:27.761Z||pool-79-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:08:28.638Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "ca4a0866-9bca-40df-b102-b9e60a342970",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a35a475-8d2e-4529-9eb5-3ade0373a0b1",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "8b27016b-2ff0-4f15-9a46-441515d0b236",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "df9ec964-bc49-4b36-952a-57926b73bcb6",
      "resourceInvariantUUID": "c6e1ee6a-1ca6-4ced-8879-72cd1169524d",
      "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": "MGYwYzFiYmZjYTQ0YjhjMjE1ZDkwZjQwZDI4ODQyOTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3d05d379-342e-435d-aca9-a42fa5d2507e",
          "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": "cf2cc8ff-af7c-4465-a761-24842976f1f8",
          "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": "39d60d88-7541-4c0a-9a12-da6608bdf29e",
            "generatedFromUUID": "cf2cc8ff-af7c-4465-a761-24842976f1f8"
          },
          "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": "39d60d88-7541-4c0a-9a12-da6608bdf29e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MzU2N2NiNGY2NjZhNDU2Mjk3OTVkODgxZDFjNWM1OWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "223c782c-9222-4208-a251-dcfe01de210e"
    }
  ],
  "workloadContext": "Production"
}
2023-01-06T01:08:28.638Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-06T01:08:28.638Z|fdaa4223-6a22-4cff-860f-68424ad3d6c0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ca4a0866-9bca-40df-b102-b9e60a342970 ASDC
2023-01-06T01:08:28.639Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:df682e2d-a893-4347-923d-37b946c75b1a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:ca4a0866-9bca-40df-b102-b9e60a342970
ServiceInvariantUUID:8a35a475-8d2e-4529-9eb5-3ade0373a0b1
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:223c782c-9222-4208-a251-dcfe01de210e
ArtifactChecksum:MzU2N2NiNGY2NjZhNDU2Mjk3OTVkODgxZDFjNWM1OWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:8b27016b-2ff0-4f15-9a46-441515d0b236
ResourceInvariantUUID:c6e1ee6a-1ca6-4ced-8879-72cd1169524d
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:df9ec964-bc49-4b36-952a-57926b73bcb6
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:3d05d379-342e-435d-aca9-a42fa5d2507e
ArtifactChecksum:MGYwYzFiYmZjYTQ0YjhjMjE1ZDkwZjQwZDI4ODQyOTc=
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:cf2cc8ff-af7c-4465-a761-24842976f1f8
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:39d60d88-7541-4c0a-9a12-da6608bdf29e
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:39d60d88-7541-4c0a-9a12-da6608bdf29e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-06T01:08:28.639Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ca4a0866-9bca-40df-b102-b9e60a342970 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 (?, ?, ?, ?, ?)
2023-01-06T01:08:28.690Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T01:08:28.691Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-06T01:08:28.691Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-06T01:08:28.691Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 223c782c-9222-4208-a251-dcfe01de210e from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-06T01:08:28.691Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-06T01:08:28.692Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-06T01:08:28.786Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-06T01:08:28.787Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 223c782c-9222-4208-a251-dcfe01de210e 75194
2023-01-06T01:08:28.788Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-01-06T01:08:28.788Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-06T01:08:28.788Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T01:08:28.788Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:08:28.790Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:08:28.790Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967308788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:08:28.890Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T01:08:28.891Z||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.
2023-01-06T01:08:28.891Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:08:28.922Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:08:28.922Z||pool-80-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:08:29.791Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T01:08:29.792Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-06T01:08:29.792Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 223c782c-9222-4208-a251-dcfe01de210e, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-01-06T01:08:29.793Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-01-06T01:08:29.793Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-01-06T01:08:29.793Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-01-06T01:08:29.899Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7299081663272295790/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
2023-01-06T01:08:31.076Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-06T01:08:31.076Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-06T01:08:31.077Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-06T01:08:31.077Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-06T01:08:31.077Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||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
2023-01-06T01:08:31.077Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-06T01:08:31.077Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||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
2023-01-06T01:08:31.077Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||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
2023-01-06T01:08:31.077Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-06T01:08:31.077Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-06T01:08:31.078Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||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
2023-01-06T01:08:31.078Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-06T01:08:31.078Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:08:31.078Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:08:31.078Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-06T01:08:31.078Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-06T01:08:31.078Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T01:08:31.079Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:08:31.079Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:08:31.079Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-06T01:08:31.079Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-06T01:08:31.079Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T01:08:31.079Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:08:31.079Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:08:31.080Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:08:31.080Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-06T01:08:31.080Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-01-06T01:08:31.080Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-01-06T01:08:31.080Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-01-06T01:08:31.080Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-06T01:08:31.081Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-06T01:08:31.081Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:08:31.081Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-06T01:08:31.081Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:08:31.081Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-06T01:08:31.082Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T01:08:31.082Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:08:31.082Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-06T01:08:31.082Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T01:08:31.082Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:08:31.083Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-06T01:08:31.083Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T01:08:31.083Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:08:31.083Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-06T01:08:31.083Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-06T01:08:31.083Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-06T01:08:31.084Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a4513688-8723-4a97-a5a2-125725cb42e2
2023-01-06T01:08:31.084Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:08:31.084Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:08:31.084Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:08:31.084Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:08:31.085Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:08:31.085Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:08:31.085Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:08:31.085Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:08:31.085Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:ca4a0866-9bca-40df-b102-b9e60a342970
Model Version:NULL
Model InvariantUuid:8a35a475-8d2e-4529-9eb5-3ade0373a0b1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:2e343a15-7982-48d1-a3a9-1270734d19fb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c6e1ee6a-1ca6-4ced-8879-72cd1169524d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8b27016b-2ff0-4f15-9a46-441515d0b236
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4d84536f-6fa2-4502-be02-338877e9927d
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:9cfb0e3b-b869-4f95-bd06-14fbfee30dec
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a4513688-8723-4a97-a5a2-125725cb42e2
ModelInvariantUuid:c6bf7699-046c-4769-b2f6-86b92f2cea1d
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:9b255e06-4087-412e-961f-fb8e1b45a0ff
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:b921a7f8-4df2-4e4f-9479-6a2267fa4c39
ModelInvariantUuid:bc6e05fd-b393-48cb-957a-252ad14eead1
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:0f4b8fbb-fb7d-4e83-94d3-98168a14a9b6
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=?
2023-01-06T01:08:31.102Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: df9ec964-bc49-4b36-952a-57926b73bcb6
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=?
2023-01-06T01:08:31.107Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||basic_vm 0
2023-01-06T01:08:31.107Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: df9ec964-bc49-4b36-952a-57926b73bcb6
2023-01-06T01:08:31.108Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3d05d379-342e-435d-aca9-a42fa5d2507e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-01-06T01:08:31.108Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-06T01:08:31.108Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||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
2023-01-06T01:08:31.205Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-06T01:08:31.206Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 3d05d379-342e-435d-aca9-a42fa5d2507e 787
2023-01-06T01:08:31.206Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||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
2023-01-06T01:08:31.207Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||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
2023-01-06T01:08:31.207Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T01:08:31.207Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:08:31.209Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:08:31.209Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967311206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:08:31.309Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:08:31.310Z||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.
2023-01-06T01:08:31.310Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:08:31.341Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:08:31.341Z||pool-81-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:08:31.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:08:31.999Z||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.
2023-01-06T01:08:31.999Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:08:32.074Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:08:32.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672967133796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:08:32.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:08:32.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672967138647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:08:32.077Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:08:32.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "aai-model-loader",
  "timestamp": 1672967156897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:08:32.077Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:08:32.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "policy-id",
  "timestamp": 1672967159078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:08:32.077Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:08:32.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672967133796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:08:32.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:08:32.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672967138647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-01-06T01:08:32.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:08:32.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "aai-model-loader",
  "timestamp": 1672967156897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:08:32.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:08:32.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "policy-id",
  "timestamp": 1672967159078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:08:32.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:08:32.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672967133796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:08:32.079Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:08:32.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672967138647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-06T01:08:32.079Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:08:32.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "aai-model-loader",
  "timestamp": 1672967156897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:08:32.079Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:08:32.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "policy-id",
  "timestamp": 1672967159078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-06T01:08:32.079Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:08:32.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672967133796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:08:32.080Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:08:32.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672967138647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:08:32.080Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:08:32.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "aai-model-loader",
  "timestamp": 1672967156897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:08:32.080Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:08:32.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "policy-id",
  "timestamp": 1672967159078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:08:32.080Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:08:32.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672967133796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:08:32.081Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:08:32.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672967138647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-06T01:08:32.081Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:08:32.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "aai-model-loader",
  "timestamp": 1672967156897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:08:32.081Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:08:32.082Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.082Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "policy-id",
  "timestamp": 1672967159078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:08:32.082Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:08:32.082Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.082Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672967133796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:08:32.082Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:08:32.082Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.082Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672967138647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:08:32.083Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:08:32.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "aai-model-loader",
  "timestamp": 1672967156897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:08:32.083Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:08:32.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "policy-id",
  "timestamp": 1672967159078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:08:32.083Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:08:32.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672967133796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T01:08:32.083Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:08:32.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672967138647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T01:08:32.084Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:08:32.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "aai-model-loader",
  "timestamp": 1672967156897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T01:08:32.084Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:08:32.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "policy-id",
  "timestamp": 1672967159078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T01:08:32.084Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:08:32.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672967169652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:08:32.085Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:08:32.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672967170099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:08:32.085Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:08:32.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "aai-model-loader",
  "timestamp": 1672967170101,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:08:32.085Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:08:32.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "policy-id",
  "timestamp": 1672967170687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:08:32.085Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:08:32.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672967170732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:08:32.086Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:08:32.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "policy-id",
  "timestamp": 1672967171695,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T01:08:32.086Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:08:32.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672967171810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:08:32.086Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:08:32.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "policy-id",
  "timestamp": 1672967172701,
  "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=?
2023-01-06T01:08:32.095Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of df682e2d-a893-4347-923d-37b946c75b1a
2023-01-06T01:08:32.095Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId df682e2d-a893-4347-923d-37b946c75b1a 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 (?, ?, ?, ?, ?)
2023-01-06T01:08:32.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672967172838,
  "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=?
2023-01-06T01:08:32.116Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of df682e2d-a893-4347-923d-37b946c75b1a
2023-01-06T01:08:32.117Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId df682e2d-a893-4347-923d-37b946c75b1a 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=?
2023-01-06T01:08:32.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672967172520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:08:32.125Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:08:32.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672967173839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-06T01:08:32.126Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:08:32.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672967172520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:08:32.126Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:08:32.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672967172520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:08:32.126Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:08:32.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672967172520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:08:32.126Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:08:32.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "aai-model-loader",
  "timestamp": 1672967177122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T01:08:32.127Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:08:32.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672967172520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:08:32.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:08:32.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "aai-model-loader",
  "timestamp": 1672967178124,
  "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=?
2023-01-06T01:08:32.134Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of df682e2d-a893-4347-923d-37b946c75b1a
2023-01-06T01:08:32.134Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId df682e2d-a893-4347-923d-37b946c75b1a 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 (?, ?, ?, ?, ?)
2023-01-06T01:08:32.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672967172520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:08:32.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:08:32.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672967172520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T01:08:32.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:08:32.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672967180282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:08:32.147Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:08:32.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672967182591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T01:08:32.147Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:08:32.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:08:32.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672967183595,
  "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=?
2023-01-06T01:08:32.155Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of df682e2d-a893-4347-923d-37b946c75b1a
2023-01-06T01:08:32.155Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId df682e2d-a893-4347-923d-37b946c75b1a 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 (?, ?, ?, ?, ?)
2023-01-06T01:08:32.210Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "4d84536f-6fa2-4502-be02-338877e9927d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9cfb0e3b-b869-4f95-bd06-14fbfee30dec",
    "vfModuleModelCustomizationUUID": "e19c3255-40e6-40ca-ad40-fa607e9dfb07",
    "isBase": true,
    "artifacts": [
      "cf2cc8ff-af7c-4465-a761-24842976f1f8",
      "39d60d88-7541-4c0a-9a12-da6608bdf29e"
    ],
    "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": ""
    }
  }
]
2023-01-06T01:08:32.213Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9cfb0e3b-b869-4f95-bd06-14fbfee30dec
VfModuleModelInvariantUUID:4d84536f-6fa2-4502-be02-338877e9927d
VfModuleModelDescription:NULL
Artifacts UUID List:{
cf2cc8ff-af7c-4465-a761-24842976f1f8
,
39d60d88-7541-4c0a-9a12-da6608bdf29e

}
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


}

2023-01-06T01:08:32.215Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "4d84536f-6fa2-4502-be02-338877e9927d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9cfb0e3b-b869-4f95-bd06-14fbfee30dec",
    "vfModuleModelCustomizationUUID": "e19c3255-40e6-40ca-ad40-fa607e9dfb07",
    "isBase": true,
    "artifacts": [
      "cf2cc8ff-af7c-4465-a761-24842976f1f8",
      "39d60d88-7541-4c0a-9a12-da6608bdf29e"
    ],
    "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": ""
    }
  }
]
2023-01-06T01:08:32.215Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9cfb0e3b-b869-4f95-bd06-14fbfee30dec
VfModuleModelInvariantUUID:4d84536f-6fa2-4502-be02-338877e9927d
VfModuleModelDescription:NULL
Artifacts UUID List:{
cf2cc8ff-af7c-4465-a761-24842976f1f8
,
39d60d88-7541-4c0a-9a12-da6608bdf29e

}
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


}

2023-01-06T01:08:32.215Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: cf2cc8ff-af7c-4465-a761-24842976f1f8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-01-06T01:08:32.215Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-06T01:08:32.215Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-01-06T01:08:32.273Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-06T01:08:32.274Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml cf2cc8ff-af7c-4465-a761-24842976f1f8 5033
2023-01-06T01:08:32.274Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||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
2023-01-06T01:08:32.274Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||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
2023-01-06T01:08:32.275Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T01:08:32.275Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:08:32.276Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:08:32.277Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967312274,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:08:32.377Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:08:32.378Z||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.
2023-01-06T01:08:32.378Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:08:32.395Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:08:32.396Z||pool-82-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:08:33.278Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 39d60d88-7541-4c0a-9a12-da6608bdf29e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-01-06T01:08:33.278Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-06T01:08:33.279Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-01-06T01:08:33.346Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-06T01:08:33.347Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 39d60d88-7541-4c0a-9a12-da6608bdf29e 903
2023-01-06T01:08:33.347Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||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
2023-01-06T01:08:33.347Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||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
2023-01-06T01:08:33.348Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T01:08:33.348Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:08:33.349Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:08:33.350Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967313347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:08:33.450Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:08:33.451Z||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.
2023-01-06T01:08:33.451Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:08:33.473Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:08:33.473Z||pool-83-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:08:34.353Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: ca4a0866-9bca-40df-b102-b9e60a342970
2023-01-06T01:08:34.367Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 df9ec964-bc49-4b36-952a-57926b73bcb6 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=?
2023-01-06T01:08:34.404Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3556d9d4, org.onap.sdc.toscaparser.api.parameters.Input@740d292b, org.onap.sdc.toscaparser.api.parameters.Input@60b95b34, org.onap.sdc.toscaparser.api.parameters.Input@3ad69d83, org.onap.sdc.toscaparser.api.parameters.Input@39cd6b74]
2023-01-06T01:08:34.410Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:08:34.410Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:08:34.411Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2023-01-06T01:08:34.411Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 8b27016b-2ff0-4f15-9a46-441515d0b236
2023-01-06T01:08:34.411Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8b27016b-2ff0-4f15-9a46-441515d0b236 matches Tosca VF Customization UUID: 8b27016b-2ff0-4f15-9a46-441515d0b236
2023-01-06T01:08:34.411Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 8b27016b-2ff0-4f15-9a46-441515d0b236  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=?
2023-01-06T01:08:34.417Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:08:34.418Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:08:34.419Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 8b27016b-2ff0-4f15-9a46-441515d0b236: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-06T01:08:34.419Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6a6887
2023-01-06T01:08:34.419Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:08:34.420Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-06T01:08:34.420Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e19c3255-40e6-40ca-ad40-fa607e9dfb07
2023-01-06T01:08:34.420Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e19c3255-40e6-40ca-ad40-fa607e9dfb07
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=?
2023-01-06T01:08:34.423Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:08:34.423Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-06T01:08:34.423Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T01:08:34.424Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:08:34.424Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-06T01:08:34.425Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T01:08:34.425Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:08:34.425Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-06T01:08:34.426Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-06T01:08:34.426Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-06T01:08:34.426Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a4513688-8723-4a97-a5a2-125725cb42e2
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=?
2023-01-06T01:08:34.429Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:08:34.429Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-06T01:08:34.429Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T01:08:34.429Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:08:34.430Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-06T01:08:34.430Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=8b27016b-2ff0-4f15-9a46-441515d0b236
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=?
2023-01-06T01:08:34.433Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:08:34.433Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:08:34.433Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid ca4a0866-9bca-40df-b102-b9e60a342970: basic_vm
2023-01-06T01:08:34.434Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:08:34.434Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:08:34.434Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:08:34.434Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:08:34.435Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:08:34.435Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:08:34.435Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:08:34.436Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:08:34.436Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:08:34.436Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:08:34.437Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||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 (?, ?, ?, ?, ?)
2023-01-06T01:08:34.579Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm df9ec964-bc49-4b36-952a-57926b73bcb6 1 ASDC deployResourceStructure
2023-01-06T01:08:34.580Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||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
2023-01-06T01:08:34.580Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||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
2023-01-06T01:08:34.580Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T01:08:34.581Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:08:34.582Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:08:34.583Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967314580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-06T01:08:34.683Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:08:34.684Z||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.
2023-01-06T01:08:34.684Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:08:34.731Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:08:34.732Z||pool-84-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:08:35.588Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||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
2023-01-06T01:08:35.589Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||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
2023-01-06T01:08:35.589Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T01:08:35.589Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:08:35.591Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:08:35.591Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967315588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-01-06T01:08:35.691Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T01:08:35.692Z||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.
2023-01-06T01:08:35.692Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:08:35.793Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:08:35.794Z||pool-85-thread-1|||||INFO|500||cambria reply ok (103 ms):{"serverTimeMs":5,"count":1}
2023-01-06T01:08:36.593Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||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
2023-01-06T01:08:36.594Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||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
2023-01-06T01:08:36.594Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T01:08:36.594Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:08:36.596Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:08:36.596Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967316593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-01-06T01:08:36.696Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:08:36.698Z||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.
2023-01-06T01:08:36.698Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:08:36.716Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:08:36.717Z||pool-86-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2023-01-06T01:08:37.597Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-01-06T01:08:37.598Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-06T01:08:37.598Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T01:08:37.598Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:08:37.599Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:08:37.599Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967317597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T01:08:37.700Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:08:37.701Z||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.
2023-01-06T01:08:37.701Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:08:37.718Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:08:37.719Z||pool-87-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:08:38.600Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df682e2d-a893-4347-923d-37b946c75b1a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T01:08:38.612Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df682e2d-a893-4347-923d-37b946c75b1a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-06T01:08:38.615Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T01:08:38.615Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-06T01:08:38.615Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-06T01:08:38.615Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-06T01:08:38.615Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T01:08:38.615Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T01:08:38.615Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T01:08:38.616Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T01:08:38.616Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||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=?
2023-01-06T01:08:38.621Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-06T01:09:08.622Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: df682e2d-a893-4347-923d-37b946c75b1a 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=?
2023-01-06T01:09:08.628Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: df682e2d-a893-4347-923d-37b946c75b1a and serviceModelVersionId: ca4a0866-9bca-40df-b102-b9e60a342970
2023-01-06T01:09:08.628Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a35a475-8d2e-4529-9eb5-3ade0373a0b1
2023-01-06T01:09:08.628Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a35a475-8d2e-4529-9eb5-3ade0373a0b1/model-vers/model-ver/ca4a0866-9bca-40df-b102-b9e60a342970?depth=0
2023-01-06T01:09:08.632Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-01-06T01:09:08.668Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a35a475-8d2e-4529-9eb5-3ade0373a0b1/model-vers/model-ver/ca4a0866-9bca-40df-b102-b9e60a342970?depth=0|INFO|500||Invoke
2023-01-06T01:09:08.669Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a35a475-8d2e-4529-9eb5-3ade0373a0b1/model-vers/model-ver/ca4a0866-9bca-40df-b102-b9e60a342970?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a35a475-8d2e-4529-9eb5-3ade0373a0b1/model-vers/model-ver/ca4a0866-9bca-40df-b102-b9e60a342970?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[df682e2d-a893-4347-923d-37b946c75b1a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9a56fd4a-2598-4154-8a50-2b4cf78b506a], X-ECOMP-RequestID=[df682e2d-a893-4347-923d-37b946c75b1a], X-TransactionId=[], X-ONAP-RequestID=[df682e2d-a893-4347-923d-37b946c75b1a], Content-Type=[application/merge-patch+json]}
2023-01-06T01:09:08.676Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a35a475-8d2e-4529-9eb5-3ade0373a0b1/model-vers/model-ver/ca4a0866-9bca-40df-b102-b9e60a342970?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-06T01:09:08.802Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a35a475-8d2e-4529-9eb5-3ade0373a0b1/model-vers/model-ver/ca4a0866-9bca-40df-b102-b9e60a342970?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/8a35a475-8d2e-4529-9eb5-3ade0373a0b1/model-vers/model-ver/ca4a0866-9bca-40df-b102-b9e60a342970?depth=0 has http status code:200 and response headers:{date=[Fri, 06 Jan 2023 01:09:08 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[123], vertex-id=[221264], x-aai-txid=[1-aai-resources-230106-01:09:08:063-5584], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-06T01:09:08.802Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a35a475-8d2e-4529-9eb5-3ade0373a0b1/model-vers/model-ver/ca4a0866-9bca-40df-b102-b9e60a342970?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-06T01:09:08.803Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a35a475-8d2e-4529-9eb5-3ade0373a0b1/model-vers/model-ver/ca4a0866-9bca-40df-b102-b9e60a342970?depth=0|INFO|500||InvokeReturn
2023-01-06T01:09:08.803Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-06T01:09:08.803Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||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=?
2023-01-06T01:09:08.812Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||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)
2023-01-06T01:09:08.813Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID df682e2d-a893-4347-923d-37b946c75b1a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-06T01:09:08.813Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-06T01:09:08.813Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:09:08.815Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:09:08.815Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967348813,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T01:09:08.915Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:09:08.916Z||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.
2023-01-06T01:09:08.916Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:09:08.937Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:09:08.937Z||pool-88-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=?
2023-01-06T01:09:09.834Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:09:09.835Z|df682e2d-a893-4347-923d-37b946c75b1a|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.
2023-01-06T01:09:09.835Z|df682e2d-a893-4347-923d-37b946c75b1a|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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:09:19.415Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:09:19.416Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:09:19.416Z|df682e2d-a893-4347-923d-37b946c75b1a|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.
2023-01-06T01:09:19.416Z|df682e2d-a893-4347-923d-37b946c75b1a|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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:09:29.044Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:09:29.044Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:09:29.045Z|df682e2d-a893-4347-923d-37b946c75b1a|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.
2023-01-06T01:09:29.045Z|df682e2d-a893-4347-923d-37b946c75b1a|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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:09:31.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:09:31.998Z||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.
2023-01-06T01:09:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:09:32.035Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:09:32.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:09:32.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17c510a2-f163-411c-984e-444544c3a69c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967240578,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T01:09:32.038Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:09:32.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:09:32.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967241599,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:09:32.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:09:32.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:09:32.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967241599,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-01-06T01:09:32.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:09:32.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:09:32.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967241599,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-01-06T01:09:32.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:09:32.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:09:32.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967241599,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-01-06T01:09:32.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:09:32.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-06T01:09:32.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967241599,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-01-06T01:09:32.042Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:09:38.677Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:09:38.678Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:09:38.679Z||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.
2023-01-06T01:09:38.679Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:09:48.342Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:09:48.342Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:09:48.343Z||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.
2023-01-06T01:09:48.343Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:09:57.947Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:10:31.993Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:10:31.994Z||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.
2023-01-06T01:10:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:10:31.997Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:10:31.997Z||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.
2023-01-06T01:10:31.997Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:10:32.025Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:10:32.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T01:10:32.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967241599,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:10:32.027Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:10:32.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T01:10:32.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967241599,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-01-06T01:10:32.027Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:10:32.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T01:10:32.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967241599,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:10:32.028Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:10:32.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T01:10:32.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967241599,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T01:10:32.028Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:10:32.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T01:10:32.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967256561,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:10:32.029Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:10:32.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T01:10:32.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967258866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:10:32.029Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:10:32.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T01:10:32.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967259929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:10:32.029Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:10:32.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T01:10:32.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967260991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:10:32.030Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:10:32.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T01:10:32.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967262055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:10:32.031Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:10:32.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T01:10:32.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967263154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:10:32.031Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:10:32.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T01:10:32.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967264293,
  "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"
}
2023-01-06T01:10:32.031Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:10:32.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T01:10:32.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967265296,
  "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"
}
2023-01-06T01:10:32.032Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:10:32.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T01:10:32.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967266300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-06T01:10:32.032Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:10:32.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T01:10:32.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967267303,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2023-01-06T01:10:32.033Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:10:32.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T01:10:32.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967268306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2023-01-06T01:10:32.033Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:10:32.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T01:10:32.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967269311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T01:10:32.033Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:10:32.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T01:10:32.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdaa4223-6a22-4cff-860f-68424ad3d6c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967300577,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T01:10:32.034Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:10:32.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T01:10:32.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967241599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:10:32.034Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:10:32.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T01:10:32.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967241599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-01-06T01:10:32.035Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:10:32.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T01:10:32.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967241599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-06T01:10:32.035Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:10:32.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T01:10:32.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967241599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:10:32.035Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:10:32.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T01:10:32.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967241599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-06T01:10:32.036Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:10:32.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T01:10:32.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967241599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:10:32.036Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:10:32.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T01:10:32.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967241599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T01:10:32.037Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:10:32.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T01:10:32.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967308788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:10:32.037Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:10:32.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-06T01:10:32.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967311206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:10:32.038Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:10:41.579Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:11:31.993Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:11:31.994Z||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.
2023-01-06T01:11:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:11:31.997Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:11:31.998Z|df682e2d-a893-4347-923d-37b946c75b1a|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.
2023-01-06T01:11:31.998Z|df682e2d-a893-4347-923d-37b946c75b1a|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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:11:32.532Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:11:32.532Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-06T01:11:32.533Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967312274,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:11:32.534Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:11:32.534Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-06T01:11:32.534Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967313347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:11:32.534Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:11:32.534Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-06T01:11:32.534Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967314580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-06T01:11:32.534Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:11:32.535Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-06T01:11:32.535Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967315588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-01-06T01:11:32.535Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:11:32.535Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-06T01:11:32.535Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967316593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-01-06T01:11:32.535Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:11:32.535Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-06T01:11:32.535Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967317597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T01:11:32.535Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:11:32.535Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-06T01:11:32.535Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df682e2d-a893-4347-923d-37b946c75b1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672967348813,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T01:11:32.536Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:11:41.568Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:12:31.995Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:12:31.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:12:31.999Z||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.
2023-01-06T01:12:31.999Z||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.
2023-01-06T01:12:31.999Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:12:31.999Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:12:41.575Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:12:41.584Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:13:31.994Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:13:31.996Z||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.
2023-01-06T01:13:31.996Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:13:31.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:13:31.998Z||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.
2023-01-06T01:13:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:13:41.564Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:13:41.564Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:14:31.994Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:14:31.994Z||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.
2023-01-06T01:14:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:14:31.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:14:31.997Z||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.
2023-01-06T01:14:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:14:41.552Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:14:41.552Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:15:31.993Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:15:31.994Z||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.
2023-01-06T01:15:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:15:31.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:15:31.998Z||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.
2023-01-06T01:15:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:15:41.559Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:15:41.559Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:16:31.993Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:16:31.994Z||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.
2023-01-06T01:16:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:16:31.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:16:31.998Z||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.
2023-01-06T01:16:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:16:41.555Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:16:41.575Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:17:31.993Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:17:31.994Z||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.
2023-01-06T01:17:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:17:31.997Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:17:31.998Z||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.
2023-01-06T01:17:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:17:41.568Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:17:41.571Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:18:31.994Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:18:31.994Z||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.
2023-01-06T01:18:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:18:31.997Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:18:31.998Z||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.
2023-01-06T01:18:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:18:41.544Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:18:41.580Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:19:31.993Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:19:31.994Z||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.
2023-01-06T01:19:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:19:31.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:19:31.998Z||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.
2023-01-06T01:19:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:19:41.564Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:19:41.575Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:20:31.993Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:20:31.994Z||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.
2023-01-06T01:20:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:20:31.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:20:31.997Z||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.
2023-01-06T01:20:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:20:41.561Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:20:41.590Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:21:31.993Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:21:31.994Z||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.
2023-01-06T01:21:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:21:31.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:21:31.997Z||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.
2023-01-06T01:21:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:21:41.546Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:21:41.549Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:22:31.993Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:22:31.994Z||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.
2023-01-06T01:22:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:22:31.997Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:22:31.997Z|df682e2d-a893-4347-923d-37b946c75b1a|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.
2023-01-06T01:22:31.998Z|df682e2d-a893-4347-923d-37b946c75b1a|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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:22:41.550Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:22:41.558Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:23:31.994Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:23:31.996Z||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.
2023-01-06T01:23:31.996Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:23:31.997Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:23:31.997Z||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.
2023-01-06T01:23:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:23:41.571Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:23:41.572Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:24:31.994Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:24:31.995Z||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.
2023-01-06T01:24:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:24:31.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:24:31.997Z||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.
2023-01-06T01:24:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:24:41.551Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:24:41.561Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:25:31.993Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:25:31.994Z||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.
2023-01-06T01:25:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:25:31.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:25:31.998Z||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.
2023-01-06T01:25:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:25:41.566Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:25:41.571Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:26:31.993Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:26:31.994Z||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.
2023-01-06T01:26:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:26:31.997Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:26:31.997Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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.
2023-01-06T01:26:31.998Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:26:41.565Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:26:41.565Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:27:31.993Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:27:31.994Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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.
2023-01-06T01:27:31.994Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:27:31.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:27:31.997Z||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.
2023-01-06T01:27:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:27:41.549Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:27:41.555Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:28:31.994Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:28:31.995Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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.
2023-01-06T01:28:31.995Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:28:31.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:28:31.997Z||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.
2023-01-06T01:28:31.997Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:28:41.557Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:28:41.567Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:29:31.993Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:29:31.994Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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.
2023-01-06T01:29:31.994Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:29:31.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:29:31.997Z||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.
2023-01-06T01:29:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:29:41.557Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:29:41.571Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:30:31.993Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:30:31.994Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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.
2023-01-06T01:30:31.994Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:30:31.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:30:31.997Z||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.
2023-01-06T01:30:31.997Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:30:41.560Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:30:41.592Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:31:31.993Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:31:31.994Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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.
2023-01-06T01:31:31.994Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:31:31.997Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:31:31.998Z||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.
2023-01-06T01:31:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:31:41.562Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:31:41.563Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:32:31.993Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:32:31.994Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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.
2023-01-06T01:32:31.994Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:32:31.997Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:32:31.997Z|df682e2d-a893-4347-923d-37b946c75b1a|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.
2023-01-06T01:32:31.998Z|df682e2d-a893-4347-923d-37b946c75b1a|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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:32:41.553Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:32:41.557Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:33:31.994Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:33:31.994Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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.
2023-01-06T01:33:31.995Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:33:31.997Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:33:31.997Z|df682e2d-a893-4347-923d-37b946c75b1a|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.
2023-01-06T01:33:31.998Z|df682e2d-a893-4347-923d-37b946c75b1a|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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:33:41.560Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:33:41.586Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:34:31.994Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:34:31.996Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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.
2023-01-06T01:34:31.996Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:34:31.997Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:34:31.997Z|df682e2d-a893-4347-923d-37b946c75b1a|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.
2023-01-06T01:34:31.997Z|df682e2d-a893-4347-923d-37b946c75b1a|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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:34:41.557Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:34:41.561Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:35:31.998Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:35:32.000Z||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.
2023-01-06T01:35:32.000Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:35:31.995Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:35:32.001Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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.
2023-01-06T01:35:32.001Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:35:41.565Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:35:41.567Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:36:31.993Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:36:31.995Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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.
2023-01-06T01:36:31.995Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:36:31.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:36:31.998Z||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.
2023-01-06T01:36:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:36:41.575Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:36:41.579Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:37:31.993Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:37:31.994Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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.
2023-01-06T01:37:31.995Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:37:31.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:37:31.997Z||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.
2023-01-06T01:37:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:37:41.559Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:37:41.562Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:38:31.993Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:38:31.994Z||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.
2023-01-06T01:38:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:38:31.997Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:38:31.997Z||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.
2023-01-06T01:38:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:38:41.590Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:38:41.591Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:39:31.993Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:39:31.994Z||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.
2023-01-06T01:39:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:39:31.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:39:31.998Z||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.
2023-01-06T01:39:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:39:41.543Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:39:41.545Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:40:31.993Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:40:31.994Z||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.
2023-01-06T01:40:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:40:31.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:40:31.998Z||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.
2023-01-06T01:40:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:40:41.549Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:40:41.549Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:41:31.993Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:41:31.994Z||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.
2023-01-06T01:41:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:41:31.997Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:41:31.997Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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.
2023-01-06T01:41:31.998Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:41:41.559Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:41:41.569Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:42:31.994Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:42:31.994Z||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.
2023-01-06T01:42:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:42:31.997Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:42:31.998Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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.
2023-01-06T01:42:31.998Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:42:41.553Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:42:41.565Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:43:31.994Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:43:31.994Z||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.
2023-01-06T01:43:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:43:31.997Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:43:31.998Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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.
2023-01-06T01:43:31.998Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:43:41.548Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:43:41.555Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:44:31.994Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:44:31.994Z||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.
2023-01-06T01:44:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:44:31.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:44:31.998Z||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.
2023-01-06T01:44:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:44:41.552Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:44:41.553Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:45:31.994Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:45:31.994Z||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.
2023-01-06T01:45:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:45:31.997Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:45:31.998Z||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.
2023-01-06T01:45:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:45:41.571Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:45:41.592Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:46:31.994Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:46:31.995Z||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.
2023-01-06T01:46:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:46:31.997Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:46:31.998Z||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.
2023-01-06T01:46:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:46:41.558Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:46:41.575Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:47:31.994Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:47:31.996Z||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.
2023-01-06T01:47:31.996Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:47:31.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:47:31.997Z||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.
2023-01-06T01:47:31.997Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:47:32.403Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:47:32.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672969631180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:47:32.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672969634947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:47:32.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672969632520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:47:32.407Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "policy-id",
  "timestamp": 1672969639078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:47:32.407Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672969631180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:47:32.407Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672969634947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-06T01:47:32.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672969632520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:47:32.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "policy-id",
  "timestamp": 1672969639078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:47:32.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672969631180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:47:32.409Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672969634947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-01-06T01:47:32.410Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672969632520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:47:32.410Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "policy-id",
  "timestamp": 1672969639078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-01-06T01:47:32.410Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672969631180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:47:32.411Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672969634947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:47:32.411Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672969632520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:47:32.411Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.412Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "policy-id",
  "timestamp": 1672969639078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:47:32.412Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.412Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.412Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672969631180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:47:32.412Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.412Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.412Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672969634947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-01-06T01:47:32.412Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.412Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.412Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672969632520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:47:32.413Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.413Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.413Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "policy-id",
  "timestamp": 1672969639078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:47:32.413Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.413Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.413Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672969631180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:47:32.413Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.413Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.413Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672969634947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-01-06T01:47:32.413Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.413Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.414Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "aai-model-loader",
  "timestamp": 1672969646897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:47:32.414Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.414Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.414Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672969632520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:47:32.414Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.414Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.414Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "policy-id",
  "timestamp": 1672969639078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:47:32.414Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.414Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.414Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672969631180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:47:32.414Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.415Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.415Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672969634947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-01-06T01:47:32.415Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.415Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.415Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "aai-model-loader",
  "timestamp": 1672969646897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:47:32.415Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.415Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.416Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672969632520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:47:32.416Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.416Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.416Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "policy-id",
  "timestamp": 1672969639078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:47:32.416Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.416Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.417Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672969631180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:47:32.417Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.417Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.417Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672969634947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:47:32.417Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.417Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.417Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "aai-model-loader",
  "timestamp": 1672969646897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:47:32.418Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.418Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.418Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672969632520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:47:32.418Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.418Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.418Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "policy-id",
  "timestamp": 1672969639078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:47:32.418Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.418Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.418Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672969631180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:47:32.419Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.419Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672969634947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:47:32.419Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.419Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "aai-model-loader",
  "timestamp": 1672969646897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:47:32.420Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672969632520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:47:32.420Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "policy-id",
  "timestamp": 1672969639078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:47:32.421Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.421Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672969631180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T01:47:32.421Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.421Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672969634947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T01:47:32.421Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.421Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "aai-model-loader",
  "timestamp": 1672969646897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:47:32.421Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:47:32.633Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:47:32.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T01:47:32.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"d9b1f02b-982f-483f-aaeb-1a39cfb780bb","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"bcf78e33-692e-4bf9-8a60-c34c139462fd","serviceDescription":"service","serviceInvariantUUID":"7d4e0e20-bb3a-45aa-8b8f-426973d7fa4f","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0ff55e18-fdf4-468a-b1c5-68c4e1b842aa","resourceInvariantUUID":"0e258693-f6ef-4125-8682-ceea9a84a1c9","resourceCustomizationUUID":"a92226de-1dfe-40bf-beae-535104f07878","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":"NjBiNTcyMzNjMzM5MDdkMDhiOTY4ZDhiZDMzMWY4NzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b3c1d171-b4b4-4110-adbf-24152ac55f59","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":"MTFkYzg4ZDIwMWJmNTU0NmUxNWUzY2Y0MzBlMmE5ODg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"85723b8b-914c-4aa0-bed6-6dd3f456b5df","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":"9fad930c-6b66-4a3f-9a1e-cbe8d0892652","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":"1b9e1e91-69fe-45c2-99ca-c88960674e19","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":"db7add0b-3637-458e-8c64-e0aaec7df8e9","artifactVersion":"2","generatedFromUUID":"f79d2724-338f-4224-9101-aeaff39ac85c"},{"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":"51375834-8b78-41aa-b21c-b5ea33ca85ec","artifactVersion":"2","generatedFromUUID":"9fad930c-6b66-4a3f-9a1e-cbe8d0892652"},{"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":"f79d2724-338f-4224-9101-aeaff39ac85c","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":"e1e59482-510c-446d-a0b8-616a5fc409de","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":"Zjg4ZWRjYmYxY2JhNDhmZjM0NmU0MWUyZjA3YzZlMjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d001e7f-2992-4de1-9730-485ac91006f5","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"M2FlZTVkMDg4MGFiNmM3ZGQzMzkyNjJkMjM4ZWM1YmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"52686a18-0a8f-453c-8c10-69a74e067e37","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-06T01:47:32.637Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:47:32.637Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:47:32.642Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:47:32.643Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969651994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:47:32.742Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-01-06T01:47:32.743Z||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.
2023-01-06T01:47:32.743Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:47:32.773Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:47:32.774Z||pool-89-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:47:33.644Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:47:33.645Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:47:33.647Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:47:33.647Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969651994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-06T01:47:33.748Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:47:33.748Z||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.
2023-01-06T01:47:33.748Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:47:33.762Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:47:33.763Z||pool-90-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:47:34.647Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:47:34.648Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:47:34.650Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:47:34.650Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969651994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-01-06T01:47:34.752Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-06T01:47:34.753Z||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.
2023-01-06T01:47:34.753Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:47:34.778Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:47:34.779Z||pool-91-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:47:35.653Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:47:35.655Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:47:35.663Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:47:35.664Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969651994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:47:35.758Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2023-01-06T01:47:35.758Z||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.
2023-01-06T01:47:35.758Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:47:35.774Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:47:35.775Z||pool-92-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:47:36.664Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:47:36.665Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:47:36.667Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:47:36.667Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969651994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-01-06T01:47:36.767Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:47:36.768Z||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.
2023-01-06T01:47:36.769Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:47:36.786Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:47:36.786Z||pool-93-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:47:37.668Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:47:37.668Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:47:37.671Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:47:37.671Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969651994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-01-06T01:47:37.772Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-06T01:47:37.772Z||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.
2023-01-06T01:47:37.773Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:47:37.791Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:47:37.791Z||pool-94-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:47:38.672Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:47:38.673Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:47:38.675Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:47:38.675Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969651994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-01-06T01:47:38.775Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:47:38.776Z||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.
2023-01-06T01:47:38.776Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:47:38.797Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:47:38.797Z||pool-95-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2023-01-06T01:47:39.675Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:47:39.676Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:47:39.678Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:47:39.678Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969651994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:47:39.779Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:47:39.779Z||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.
2023-01-06T01:47:39.779Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:47:39.792Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:47:39.793Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:47:40.679Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:47:40.679Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:47:40.681Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:47:40.681Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969651994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:47:40.782Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:47:40.784Z||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.
2023-01-06T01:47:40.784Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:47:40.826Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:47:40.827Z||pool-97-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:47:41.682Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:47:41.682Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:47:41.685Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:47:41.685Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969651994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T01:47:41.786Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:47:41.787Z||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.
2023-01-06T01:47:41.787Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:47:41.806Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:47:41.806Z||pool-98-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:47:42.687Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "bcf78e33-692e-4bf9-8a60-c34c139462fd",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7d4e0e20-bb3a-45aa-8b8f-426973d7fa4f",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "a92226de-1dfe-40bf-beae-535104f07878",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0ff55e18-fdf4-468a-b1c5-68c4e1b842aa",
      "resourceInvariantUUID": "0e258693-f6ef-4125-8682-ceea9a84a1c9",
      "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": "MTFkYzg4ZDIwMWJmNTU0NmUxNWUzY2Y0MzBlMmE5ODg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "85723b8b-914c-4aa0-bed6-6dd3f456b5df",
          "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": "9fad930c-6b66-4a3f-9a1e-cbe8d0892652",
          "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": "51375834-8b78-41aa-b21c-b5ea33ca85ec",
            "generatedFromUUID": "9fad930c-6b66-4a3f-9a1e-cbe8d0892652"
          },
          "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": "db7add0b-3637-458e-8c64-e0aaec7df8e9",
          "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": "51375834-8b78-41aa-b21c-b5ea33ca85ec",
          "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": "f79d2724-338f-4224-9101-aeaff39ac85c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "M2FlZTVkMDg4MGFiNmM3ZGQzMzkyNjJkMjM4ZWM1YmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "52686a18-0a8f-453c-8c10-69a74e067e37"
    }
  ],
  "workloadContext": "Production"
}
2023-01-06T01:47:42.687Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-06T01:47:42.687Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 bcf78e33-692e-4bf9-8a60-c34c139462fd ASDC
2023-01-06T01:47:42.688Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:d9b1f02b-982f-483f-aaeb-1a39cfb780bb
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:bcf78e33-692e-4bf9-8a60-c34c139462fd
ServiceInvariantUUID:7d4e0e20-bb3a-45aa-8b8f-426973d7fa4f
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:52686a18-0a8f-453c-8c10-69a74e067e37
ArtifactChecksum:M2FlZTVkMDg4MGFiNmM3ZGQzMzkyNjJkMjM4ZWM1YmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:a92226de-1dfe-40bf-beae-535104f07878
ResourceInvariantUUID:0e258693-f6ef-4125-8682-ceea9a84a1c9
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:0ff55e18-fdf4-468a-b1c5-68c4e1b842aa
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:85723b8b-914c-4aa0-bed6-6dd3f456b5df
ArtifactChecksum:MTFkYzg4ZDIwMWJmNTU0NmUxNWUzY2Y0MzBlMmE5ODg=
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:9fad930c-6b66-4a3f-9a1e-cbe8d0892652
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:51375834-8b78-41aa-b21c-b5ea33ca85ec
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:db7add0b-3637-458e-8c64-e0aaec7df8e9
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:51375834-8b78-41aa-b21c-b5ea33ca85ec
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:f79d2724-338f-4224-9101-aeaff39ac85c
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-06T01:47:42.689Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bcf78e33-692e-4bf9-8a60-c34c139462fd 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 (?, ?, ?, ?, ?)
2023-01-06T01:47:42.745Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T01:47:42.747Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-06T01:47:42.747Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-06T01:47:42.748Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 52686a18-0a8f-453c-8c10-69a74e067e37 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-06T01:47:42.748Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-06T01:47:42.748Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-06T01:47:42.817Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-06T01:47:42.820Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 52686a18-0a8f-453c-8c10-69a74e067e37 163289
2023-01-06T01:47:42.820Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-01-06T01:47:42.820Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-06T01:47:42.820Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T01:47:42.821Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:47:42.823Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:47:42.824Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969662820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:47:42.924Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:47:42.925Z||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.
2023-01-06T01:47:42.925Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:47:42.948Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:47:42.949Z||pool-99-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2023-01-06T01:47:43.824Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T01:47:43.825Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-06T01:47:43.826Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 52686a18-0a8f-453c-8c10-69a74e067e37, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-06T01:47:43.826Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-01-06T01:47:43.827Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-06T01:47:43.827Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-06T01:47:44.000Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5210567078576428677/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-01-06T01:47:45.161Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-06T01:47:45.161Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-06T01:47:45.162Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-06T01:47:45.162Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-01-06T01:47:45.162Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-06T01:47:45.162Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||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
2023-01-06T01:47:45.162Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||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
2023-01-06T01:47:45.162Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||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
2023-01-06T01:47:45.162Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-06T01:47:45.163Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:47:45.163Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:47:45.163Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-06T01:47:45.164Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-06T01:47:45.164Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T01:47:45.164Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:47:45.164Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:47:45.165Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-06T01:47:45.165Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-06T01:47:45.165Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T01:47:45.165Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:47:45.165Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:47:45.165Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:47:45.166Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-01-06T01:47:45.166Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-01-06T01:47:45.166Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-01-06T01:47:45.166Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-06T01:47:45.166Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:47:45.167Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-06T01:47:45.167Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:47:45.167Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-06T01:47:45.167Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T01:47:45.168Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:47:45.168Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-06T01:47:45.168Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T01:47:45.168Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:47:45.168Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-06T01:47:45.169Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T01:47:45.169Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:47:45.169Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-06T01:47:45.169Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T01:47:45.169Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:47:45.169Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-01-06T01:47:45.170Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-01-06T01:47:45.170Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=c0c93017-7401-4be6-ad96-963093d61e6f
2023-01-06T01:47:45.170Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:47:45.170Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:47:45.170Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:47:45.171Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:47:45.171Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:47:45.171Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:47:45.171Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:47:45.171Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:47:45.171Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:bcf78e33-692e-4bf9-8a60-c34c139462fd
Model Version:NULL
Model InvariantUuid:7d4e0e20-bb3a-45aa-8b8f-426973d7fa4f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:36cad64c-3188-46b1-821c-13567495f956
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0e258693-f6ef-4125-8682-ceea9a84a1c9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a92226de-1dfe-40bf-beae-535104f07878
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c7300d82-76be-4406-ace5-42a9b4b881f1
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:c0d78d84-132c-4d80-8cd6-39e88162d070
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:910dc503-77f3-41af-9a18-594846f7f55d
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:12a4bbab-ad95-4382-8e09-e3567ede9854
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c0c93017-7401-4be6-ad96-963093d61e6f
ModelInvariantUuid:1e12f7d3-226d-40dc-86e5-09ee89e873d5
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:7f7d681f-174d-40a7-915c-3c241b6db4d5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:ff68112c-ec7a-4ff3-b16d-2abf8af4d80a
ModelInvariantUuid:602add99-045a-44da-936a-c94036b37467
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:06f5b4a7-5a17-4937-8866-a85382f0faec
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=?
2023-01-06T01:47:45.186Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 0ff55e18-fdf4-468a-b1c5-68c4e1b842aa
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=?
2023-01-06T01:47:45.198Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||basic_cnf_macro 0
2023-01-06T01:47:45.199Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0ff55e18-fdf4-468a-b1c5-68c4e1b842aa
2023-01-06T01:47:45.199Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 85723b8b-914c-4aa0-bed6-6dd3f456b5df from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-01-06T01:47:45.199Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-06T01:47:45.199Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||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
2023-01-06T01:47:45.275Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-06T01:47:45.276Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 85723b8b-914c-4aa0-bed6-6dd3f456b5df 1565
2023-01-06T01:47:45.276Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||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
2023-01-06T01:47:45.277Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||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
2023-01-06T01:47:45.277Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T01:47:45.277Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:47:45.279Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:47:45.279Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969665276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:47:45.379Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T01:47:45.380Z||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.
2023-01-06T01:47:45.380Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:47:45.403Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:47:45.404Z||pool-100-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:47:46.280Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "910dc503-77f3-41af-9a18-594846f7f55d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "12a4bbab-ad95-4382-8e09-e3567ede9854",
    "vfModuleModelCustomizationUUID": "421cf3ac-605e-4584-b3f1-598f635e3020",
    "isBase": true,
    "artifacts": [
      "9fad930c-6b66-4a3f-9a1e-cbe8d0892652",
      "51375834-8b78-41aa-b21c-b5ea33ca85ec"
    ],
    "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": "c7300d82-76be-4406-ace5-42a9b4b881f1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c0d78d84-132c-4d80-8cd6-39e88162d070",
    "vfModuleModelCustomizationUUID": "e32a7861-0ea7-4a9e-aeb4-9baf454bd004",
    "isBase": false,
    "artifacts": [
      "f79d2724-338f-4224-9101-aeaff39ac85c"
    ],
    "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": ""
    }
  }
]
2023-01-06T01:47:46.288Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:12a4bbab-ad95-4382-8e09-e3567ede9854
VfModuleModelInvariantUUID:910dc503-77f3-41af-9a18-594846f7f55d
VfModuleModelDescription:NULL
Artifacts UUID List:{
9fad930c-6b66-4a3f-9a1e-cbe8d0892652
,
51375834-8b78-41aa-b21c-b5ea33ca85ec

}
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:c0d78d84-132c-4d80-8cd6-39e88162d070
VfModuleModelInvariantUUID:c7300d82-76be-4406-ace5-42a9b4b881f1
VfModuleModelDescription:NULL
Artifacts UUID List:{
f79d2724-338f-4224-9101-aeaff39ac85c

}
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


}

2023-01-06T01:47:46.290Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "910dc503-77f3-41af-9a18-594846f7f55d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "12a4bbab-ad95-4382-8e09-e3567ede9854",
    "vfModuleModelCustomizationUUID": "421cf3ac-605e-4584-b3f1-598f635e3020",
    "isBase": true,
    "artifacts": [
      "9fad930c-6b66-4a3f-9a1e-cbe8d0892652",
      "51375834-8b78-41aa-b21c-b5ea33ca85ec"
    ],
    "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": "c7300d82-76be-4406-ace5-42a9b4b881f1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c0d78d84-132c-4d80-8cd6-39e88162d070",
    "vfModuleModelCustomizationUUID": "e32a7861-0ea7-4a9e-aeb4-9baf454bd004",
    "isBase": false,
    "artifacts": [
      "f79d2724-338f-4224-9101-aeaff39ac85c"
    ],
    "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": ""
    }
  }
]
2023-01-06T01:47:46.290Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:12a4bbab-ad95-4382-8e09-e3567ede9854
VfModuleModelInvariantUUID:910dc503-77f3-41af-9a18-594846f7f55d
VfModuleModelDescription:NULL
Artifacts UUID List:{
9fad930c-6b66-4a3f-9a1e-cbe8d0892652
,
51375834-8b78-41aa-b21c-b5ea33ca85ec

}
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:c0d78d84-132c-4d80-8cd6-39e88162d070
VfModuleModelInvariantUUID:c7300d82-76be-4406-ace5-42a9b4b881f1
VfModuleModelDescription:NULL
Artifacts UUID List:{
f79d2724-338f-4224-9101-aeaff39ac85c

}
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


}

2023-01-06T01:47:46.290Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9fad930c-6b66-4a3f-9a1e-cbe8d0892652 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-01-06T01:47:46.291Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-06T01:47:46.291Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||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
2023-01-06T01:47:46.364Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-06T01:47:46.365Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 9fad930c-6b66-4a3f-9a1e-cbe8d0892652 914
2023-01-06T01:47:46.365Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||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
2023-01-06T01:47:46.365Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||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
2023-01-06T01:47:46.365Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T01:47:46.365Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:47:46.368Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:47:46.368Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969666365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:47:46.468Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:47:46.469Z||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.
2023-01-06T01:47:46.469Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:47:46.486Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:47:46.486Z||pool-101-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:47:47.369Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: db7add0b-3637-458e-8c64-e0aaec7df8e9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-01-06T01:47:47.369Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-06T01:47:47.370Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||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
2023-01-06T01:47:47.422Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-06T01:47:47.423Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env db7add0b-3637-458e-8c64-e0aaec7df8e9 12
2023-01-06T01:47:47.423Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||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
2023-01-06T01:47:47.423Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||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
2023-01-06T01:47:47.423Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T01:47:47.423Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:47:47.425Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:47:47.425Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969667423,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:47:47.525Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:47:47.526Z||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.
2023-01-06T01:47:47.526Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:47:47.547Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:47:47.547Z||pool-102-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:47:48.426Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 51375834-8b78-41aa-b21c-b5ea33ca85ec from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-01-06T01:47:48.427Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-06T01:47:48.428Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||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
2023-01-06T01:47:48.482Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-06T01:47:48.483Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 51375834-8b78-41aa-b21c-b5ea33ca85ec 96
2023-01-06T01:47:48.483Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||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
2023-01-06T01:47:48.483Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||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
2023-01-06T01:47:48.484Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T01:47:48.484Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:47:48.486Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:47:48.486Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969668483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:47:48.586Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T01:47:48.587Z||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.
2023-01-06T01:47:48.588Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:47:48.600Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:47:48.600Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:47:49.487Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f79d2724-338f-4224-9101-aeaff39ac85c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-01-06T01:47:49.488Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-06T01:47:49.488Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||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
2023-01-06T01:47:49.554Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-06T01:47:49.554Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz f79d2724-338f-4224-9101-aeaff39ac85c 20206
2023-01-06T01:47:49.555Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||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
2023-01-06T01:47:49.555Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||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
2023-01-06T01:47:49.555Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T01:47:49.555Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:47:49.557Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:47:49.557Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969669555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:47:49.657Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:47:49.659Z||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.
2023-01-06T01:47:49.659Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:47:49.675Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:47:49.676Z||pool-104-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:47:50.561Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: bcf78e33-692e-4bf9-8a60-c34c139462fd
2023-01-06T01:47:50.561Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 0ff55e18-fdf4-468a-b1c5-68c4e1b842aa 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=?
2023-01-06T01:47:50.575Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@66197f10, org.onap.sdc.toscaparser.api.parameters.Input@4f609ff5, org.onap.sdc.toscaparser.api.parameters.Input@2edcba5f, org.onap.sdc.toscaparser.api.parameters.Input@3d9a5d79, org.onap.sdc.toscaparser.api.parameters.Input@10d64425]
2023-01-06T01:47:50.576Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:47:50.576Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:47:50.577Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2023-01-06T01:47:50.577Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= a92226de-1dfe-40bf-beae-535104f07878
2023-01-06T01:47:50.577Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a92226de-1dfe-40bf-beae-535104f07878 matches Tosca VF Customization UUID: a92226de-1dfe-40bf-beae-535104f07878
2023-01-06T01:47:50.577Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: a92226de-1dfe-40bf-beae-535104f07878  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=?
2023-01-06T01:47:50.580Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:47:50.580Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:47:50.581Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id a92226de-1dfe-40bf-beae-535104f07878: {\"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\"}
2023-01-06T01:47:50.581Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7fd94f74
2023-01-06T01:47:50.582Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:47:50.582Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-06T01:47:50.582Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e32a7861-0ea7-4a9e-aeb4-9baf454bd004
2023-01-06T01:47:50.583Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e32a7861-0ea7-4a9e-aeb4-9baf454bd004
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=?
2023-01-06T01:47:50.585Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:47:50.586Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-06T01:47:50.586Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T01:47:50.586Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:47:50.587Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-06T01:47:50.587Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T01:47:50.587Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:47:50.587Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-06T01:47:50.588Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=a92226de-1dfe-40bf-beae-535104f07878
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=?
2023-01-06T01:47:50.590Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:47:50.590Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:47:50.590Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid bcf78e33-692e-4bf9-8a60-c34c139462fd: basic_cnf_macro
2023-01-06T01:47:50.591Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:47:50.591Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:47:50.591Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:47:50.591Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:47:50.592Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:47:50.592Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:47:50.592Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:47:50.592Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:47:50.593Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:47:50.593Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:47:50.593Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||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 (?, ?, ?, ?, ?)
2023-01-06T01:47:50.649Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 0ff55e18-fdf4-468a-b1c5-68c4e1b842aa 2 ASDC deployResourceStructure
2023-01-06T01:47:50.649Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||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
2023-01-06T01:47:50.649Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||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
2023-01-06T01:47:50.649Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T01:47:50.650Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:47:50.652Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:47:50.652Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969670649,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-06T01:47:50.752Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:47:50.753Z||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.
2023-01-06T01:47:50.753Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:47:50.778Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:47:50.778Z||pool-105-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:47:51.652Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||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
2023-01-06T01:47:51.653Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||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
2023-01-06T01:47:51.653Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T01:47:51.653Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:47:51.655Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:47:51.655Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969671652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-01-06T01:47:51.756Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:47:51.757Z||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.
2023-01-06T01:47:51.757Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:47:51.774Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:47:51.775Z||pool-106-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2023-01-06T01:47:52.656Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||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
2023-01-06T01:47:52.656Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||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)
2023-01-06T01:47:52.657Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-06T01:47:52.657Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:47:52.658Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:47:52.658Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969672656,
  "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"
}
2023-01-06T01:47:52.759Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-06T01:47:52.760Z||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.
2023-01-06T01:47:52.760Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:47:52.774Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:47:52.774Z||pool-107-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:47:53.659Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||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
2023-01-06T01:47:53.660Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||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
2023-01-06T01:47:53.660Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T01:47:53.660Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:47:53.661Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:47:53.662Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969673659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-01-06T01:47:53.762Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:47:53.762Z||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.
2023-01-06T01:47:53.763Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:47:53.785Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:47:53.785Z||pool-108-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2023-01-06T01:47:54.662Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||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
2023-01-06T01:47:54.665Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||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)
2023-01-06T01:47:54.665Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-06T01:47:54.665Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:47:54.667Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:47:54.667Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969674662,
  "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"
}
2023-01-06T01:47:54.767Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:47:54.768Z||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.
2023-01-06T01:47:54.768Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:47:54.783Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:47:54.783Z||pool-109-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:47:55.668Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-01-06T01:47:55.668Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-06T01:47:55.668Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T01:47:55.669Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:47:55.671Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:47:55.671Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969675668,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T01:47:55.772Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:47:55.772Z||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.
2023-01-06T01:47:55.772Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:47:55.799Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:47:55.800Z||pool-110-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:47:56.672Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9b1f02b-982f-483f-aaeb-1a39cfb780bb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T01:47:56.685Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9b1f02b-982f-483f-aaeb-1a39cfb780bb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-06T01:47:56.688Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T01:47:56.688Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-06T01:47:56.688Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-06T01:48:26.689Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9b1f02b-982f-483f-aaeb-1a39cfb780bb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T01:48:26.700Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9b1f02b-982f-483f-aaeb-1a39cfb780bb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-06T01:48:26.703Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T01:48:26.703Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-06T01:48:26.703Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-06T01:48:31.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:48:31.998Z||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.
2023-01-06T01:48:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:48:32.022Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:48:32.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:48:32.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672969632520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T01:48:32.023Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:48:56.703Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9b1f02b-982f-483f-aaeb-1a39cfb780bb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T01:48:56.721Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9b1f02b-982f-483f-aaeb-1a39cfb780bb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-06T01:48:56.723Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T01:48:56.723Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-06T01:48:56.723Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-06T01:49:26.724Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9b1f02b-982f-483f-aaeb-1a39cfb780bb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T01:49:26.737Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9b1f02b-982f-483f-aaeb-1a39cfb780bb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-06T01:49:26.739Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T01:49:26.739Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-06T01:49:26.740Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-06T01:49:31.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:49:31.998Z||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.
2023-01-06T01:49:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:49:32.026Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:49:32.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-06T01:49:32.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "policy-id",
  "timestamp": 1672969639078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T01:49:32.028Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:49:56.740Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9b1f02b-982f-483f-aaeb-1a39cfb780bb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T01:49:56.759Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9b1f02b-982f-483f-aaeb-1a39cfb780bb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-06T01:49:56.764Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T01:49:56.764Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-06T01:49:56.764Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-06T01:50:26.764Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9b1f02b-982f-483f-aaeb-1a39cfb780bb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T01:50:26.781Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9b1f02b-982f-483f-aaeb-1a39cfb780bb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-06T01:50:26.784Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T01:50:26.784Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-06T01:50:26.784Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-06T01:50:31.998Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:50:31.998Z||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.
2023-01-06T01:50:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:50:32.536Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:50:32.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "aai-model-loader",
  "timestamp": 1672969646897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:50:32.538Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672969651632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:50:32.538Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:50:32.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672969652081,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:50:32.539Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:50:32.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969651994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:50:32.539Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672969652251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:50:32.539Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:50:32.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "policy-id",
  "timestamp": 1672969652736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:50:32.539Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:50:32.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "aai-model-loader",
  "timestamp": 1672969646897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:50:32.540Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969651994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-06T01:50:32.540Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672969652708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:50:32.540Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:50:32.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "policy-id",
  "timestamp": 1672969653748,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T01:50:32.540Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:50:32.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "aai-model-loader",
  "timestamp": 1672969646897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:50:32.541Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969651994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-01-06T01:50:32.541Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672969653777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:50:32.541Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:50:32.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "policy-id",
  "timestamp": 1672969654753,
  "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=?
2023-01-06T01:50:32.560Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d9b1f02b-982f-483f-aaeb-1a39cfb780bb
2023-01-06T01:50:32.560Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9b1f02b-982f-483f-aaeb-1a39cfb780bb 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 (?, ?, ?, ?, ?)
2023-01-06T01:50:32.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "aai-model-loader",
  "timestamp": 1672969646897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:50:32.579Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969651994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:50:32.580Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672969654677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T01:50:32.580Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:50:32.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672969654865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:50:32.580Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:50:32.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "aai-model-loader",
  "timestamp": 1672969646897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T01:50:32.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969651994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-01-06T01:50:32.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672969655681,
  "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=?
2023-01-06T01:50:32.592Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d9b1f02b-982f-483f-aaeb-1a39cfb780bb
2023-01-06T01:50:32.593Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9b1f02b-982f-483f-aaeb-1a39cfb780bb 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 (?, ?, ?, ?, ?)
2023-01-06T01:50:32.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672969655975,
  "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=?
2023-01-06T01:50:32.645Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d9b1f02b-982f-483f-aaeb-1a39cfb780bb
2023-01-06T01:50:32.645Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9b1f02b-982f-483f-aaeb-1a39cfb780bb 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=?
2023-01-06T01:50:32.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672969653086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:50:32.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "aai-model-loader",
  "timestamp": 1672969657021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:50:32.658Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:50:32.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969651994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-01-06T01:50:32.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672969656979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-06T01:50:32.659Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:50:32.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672969653086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:50:32.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969651994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-01-06T01:50:32.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672969657985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:50:32.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672969653086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:50:32.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969651994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:50:32.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672969657985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-06T01:50:32.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672969653086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:50:32.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "policy-id",
  "timestamp": 1672969659078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:50:32.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969651994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:50:32.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672969657985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-06T01:50:32.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672969653086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:50:32.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "policy-id",
  "timestamp": 1672969659078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:50:32.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969651994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T01:50:32.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672969657985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:50:32.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672969653086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:50:32.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "policy-id",
  "timestamp": 1672969659078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-06T01:50:32.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969662820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:50:32.666Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:50:32.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672969657985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-06T01:50:32.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672969653086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:50:32.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "policy-id",
  "timestamp": 1672969659078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:50:32.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672969657985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:50:32.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672969653086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T01:50:32.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "policy-id",
  "timestamp": 1672969659078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:50:32.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672969662520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:50:32.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672969657985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:50:32.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969665276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:50:32.670Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:50:32.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "aai-model-loader",
  "timestamp": 1672969664798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T01:50:32.670Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:50:32.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "policy-id",
  "timestamp": 1672969659078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:50:32.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672969662520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:50:32.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672969664941,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:50:32.671Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:50:32.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672969657985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T01:50:32.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969666365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:50:32.672Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:50:32.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "aai-model-loader",
  "timestamp": 1672969665800,
  "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=?
2023-01-06T01:50:32.683Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d9b1f02b-982f-483f-aaeb-1a39cfb780bb
2023-01-06T01:50:32.683Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9b1f02b-982f-483f-aaeb-1a39cfb780bb 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 (?, ?, ?, ?, ?)
2023-01-06T01:50:32.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672969662520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:50:32.707Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "policy-id",
  "timestamp": 1672969659078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:50:32.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672969666079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:50:32.708Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:50:32.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672969662520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:50:32.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "policy-id",
  "timestamp": 1672969659078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T01:50:32.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969667423,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:50:32.709Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:50:32.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672969667144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:50:32.709Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:50:32.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672969662520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:50:32.709Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "policy-id",
  "timestamp": 1672969667810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:50:32.709Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:50:32.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969668483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:50:32.710Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:50:32.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672969668222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:50:32.710Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:50:32.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672969662520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:50:32.710Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "policy-id",
  "timestamp": 1672969668819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T01:50:32.711Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:50:32.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969669555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:50:32.711Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:50:32.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672969669254,
  "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 (?, ?, ?, ?, ?)
2023-01-06T01:50:32.759Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c
2023-01-06T01:50:32.759Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c 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 (?, ?, ?, ?, ?)
2023-01-06T01:50:32.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672969662520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:50:32.773Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "policy-id",
  "timestamp": 1672969669823,
  "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=?
2023-01-06T01:50:32.782Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c
2023-01-06T01:50:32.783Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c 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=?
2023-01-06T01:50:32.793Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.793Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969670649,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-06T01:50:32.793Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:50:32.793Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.793Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672969670257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-06T01:50:32.794Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:50:32.794Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.794Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672969662520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T01:50:32.794Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.794Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.795Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969671652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-01-06T01:50:32.795Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:50:32.795Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.795Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672969671369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:50:32.795Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:50:32.796Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.796Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969672656,
  "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"
}
2023-01-06T01:50:32.796Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:50:32.796Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.796Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969673659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-01-06T01:50:32.797Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:50:32.797Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.797Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969674662,
  "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"
}
2023-01-06T01:50:32.797Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:50:32.797Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.797Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672969673664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T01:50:32.798Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:50:32.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969675668,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T01:50:32.798Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:50:32.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672969674668,
  "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=?
2023-01-06T01:50:32.806Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c
2023-01-06T01:50:32.806Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c 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 (?, ?, ?, ?, ?)
2023-01-06T01:50:32.819Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.819Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "aai-model-loader",
  "timestamp": 1672969676897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:50:32.819Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.819Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.820Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "aai-model-loader",
  "timestamp": 1672969676897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:50:32.820Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.820Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "aai-model-loader",
  "timestamp": 1672969676897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:50:32.820Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "aai-model-loader",
  "timestamp": 1672969676897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:50:32.821Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "aai-model-loader",
  "timestamp": 1672969676897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:50:32.821Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "aai-model-loader",
  "timestamp": 1672969676897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:50:32.822Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "aai-model-loader",
  "timestamp": 1672969676897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:50:32.822Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "aai-model-loader",
  "timestamp": 1672969676897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T01:50:32.822Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:50:32.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "aai-model-loader",
  "timestamp": 1672969684998,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:50:32.823Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:50:32.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "aai-model-loader",
  "timestamp": 1672969692087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T01:50:32.823Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:50:32.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:50:32.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "aai-model-loader",
  "timestamp": 1672969693091,
  "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=?
2023-01-06T01:50:32.832Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c
2023-01-06T01:50:32.832Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c 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 (?, ?, ?, ?, ?)
2023-01-06T01:50:56.784Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9b1f02b-982f-483f-aaeb-1a39cfb780bb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T01:50:56.802Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9b1f02b-982f-483f-aaeb-1a39cfb780bb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-06T01:50:56.806Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T01:50:56.806Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-06T01:50:56.806Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-06T01:50:56.806Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-06T01:50:56.806Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T01:50:56.806Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T01:50:56.807Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T01:50:56.807Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T01:50:56.807Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||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=?
2023-01-06T01:50:56.817Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-06T01:51:26.818Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d9b1f02b-982f-483f-aaeb-1a39cfb780bb 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=?
2023-01-06T01:51:26.825Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d9b1f02b-982f-483f-aaeb-1a39cfb780bb and serviceModelVersionId: bcf78e33-692e-4bf9-8a60-c34c139462fd
2023-01-06T01:51:26.825Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7d4e0e20-bb3a-45aa-8b8f-426973d7fa4f
2023-01-06T01:51:26.826Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7d4e0e20-bb3a-45aa-8b8f-426973d7fa4f/model-vers/model-ver/bcf78e33-692e-4bf9-8a60-c34c139462fd?depth=0
2023-01-06T01:51:26.831Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-01-06T01:51:26.876Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7d4e0e20-bb3a-45aa-8b8f-426973d7fa4f/model-vers/model-ver/bcf78e33-692e-4bf9-8a60-c34c139462fd?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]}
2023-01-06T01:51:26.878Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7d4e0e20-bb3a-45aa-8b8f-426973d7fa4f/model-vers/model-ver/bcf78e33-692e-4bf9-8a60-c34c139462fd?depth=0|INFO|500||Invoke
2023-01-06T01:51:26.883Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7d4e0e20-bb3a-45aa-8b8f-426973d7fa4f/model-vers/model-ver/bcf78e33-692e-4bf9-8a60-c34c139462fd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-06T01:51:27.038Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7d4e0e20-bb3a-45aa-8b8f-426973d7fa4f/model-vers/model-ver/bcf78e33-692e-4bf9-8a60-c34c139462fd?depth=0|INFO|500||InvokeReturn
2023-01-06T01:51:27.038Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7d4e0e20-bb3a-45aa-8b8f-426973d7fa4f/model-vers/model-ver/bcf78e33-692e-4bf9-8a60-c34c139462fd?depth=0 has http status code:200 and response headers:{date=[Fri, 06 Jan 2023 01:51:26 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[237648], x-aai-txid=[0-aai-resources-230106-01:51:26:306-90940], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-06T01:51:27.039Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-01-06T01:51:27.039Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-06T01:51:27.039Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||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=?
2023-01-06T01:51:27.047Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||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)
2023-01-06T01:51:27.047Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d9b1f02b-982f-483f-aaeb-1a39cfb780bb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-06T01:51:27.047Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-06T01:51:27.047Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:51:27.050Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:51:27.050Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969887047,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T01:51:27.149Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-01-06T01:51:27.150Z||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.
2023-01-06T01:51:27.150Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:51:27.175Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:51:27.175Z||pool-111-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-06T01:51:28.079Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:51:28.080Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|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.
2023-01-06T01:51:28.080Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:51:31.997Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:51:31.998Z||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.
2023-01-06T01:51:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:51:32.702Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:51:32.702Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-06T01:51:32.702Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d9b1f02b-982f-483f-aaeb-1a39cfb780bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969887047,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T01:51:32.703Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:51:33.841Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:51:33.842Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-06T01:51:33.842Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"88c8b849-09fa-438d-b170-cd00861a5301","serviceDescription":"service","serviceInvariantUUID":"a3ca3528-7dfa-4d02-a0ed-2646bcf30f27","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0e76c87f-c51b-4716-8779-a5aa7738a683","resourceInvariantUUID":"33db702b-40e5-49e9-86c0-a1923d128072","resourceCustomizationUUID":"723b1083-9098-403f-ad0c-fce63abb0f2d","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":"YWI1ZDIzNzJkMjk5MTYxNjhlYWM2ZDllZTA0NDQxMzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"07a1ba95-525a-4df0-86c4-8fc8532480c0","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":"MWE2MTQzYzNiM2YyMTNhMjA4N2U1YzZkNTMxODljYzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"204a5304-c189-4d81-94c4-30e6ee1b4e06","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":"5a39f555-d3bb-481d-8552-1d2471552c68","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":"cbc2c743-b3fa-48d5-befd-c2a43e3739b4","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":"56c1e3de-b700-4309-bb17-adbcd36b4051","artifactVersion":"2","generatedFromUUID":"5a39f555-d3bb-481d-8552-1d2471552c68"},{"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":"ZGE3MzEzNjE5YmZlYWY0NTAxZTAyNmRmOWIyYzZjYTA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ea6a4fcd-ec4f-4f36-8718-da0274735b8d","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":"M2NmYzE0MTA4OTcyNDdlNzU2MzZmN2M5NjQ4ZDRkYzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dead1ac7-8d2e-46cf-87da-3dde6b18f589","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MDMxMTgwYmZkOGFhOWM0NTQyMjRmMTg0MjIyYjExNzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3152a126-3ed8-40c0-98de-febd45ac5dfd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-06T01:51:33.844Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:51:33.844Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:51:33.847Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:51:33.847Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969888079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:51:33.947Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:51:33.947Z||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.
2023-01-06T01:51:33.948Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:51:33.969Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:51:33.970Z||pool-112-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:51:34.849Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:51:34.855Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:51:34.857Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:51:34.857Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969888079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-06T01:51:34.957Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:51:34.957Z||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.
2023-01-06T01:51:34.958Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:51:34.979Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:51:34.979Z||pool-113-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:51:35.857Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:51:35.858Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:51:35.860Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:51:35.860Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969888079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-06T01:51:35.960Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:51:35.961Z||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.
2023-01-06T01:51:35.962Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:51:36.002Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:51:36.003Z||pool-114-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":6,"count":1}
2023-01-06T01:51:36.860Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:51:36.861Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:51:36.863Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:51:36.863Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969888079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:51:36.963Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:51:36.964Z||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.
2023-01-06T01:51:36.964Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:51:36.989Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:51:36.989Z||pool-115-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:51:37.864Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:51:37.865Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:51:37.866Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:51:37.867Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969888079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-06T01:51:37.966Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T01:51:37.967Z||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.
2023-01-06T01:51:37.967Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:51:37.994Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:51:37.995Z||pool-116-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2023-01-06T01:51:38.867Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:51:38.867Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:51:38.870Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:51:38.870Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969888079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:51:38.969Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T01:51:38.970Z||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.
2023-01-06T01:51:38.970Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:51:38.996Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:51:38.997Z||pool-117-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:51:39.870Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:51:39.871Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:51:39.873Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:51:39.873Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969888079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:51:39.973Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:51:39.974Z||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.
2023-01-06T01:51:39.974Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:51:39.995Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:51:39.996Z||pool-118-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":2,"count":1}
2023-01-06T01:51:40.874Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-06T01:51:40.874Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:51:40.876Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:51:40.876Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969888079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T01:51:40.976Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:51:40.977Z||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.
2023-01-06T01:51:40.977Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:51:41.000Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:51:41.000Z||pool-119-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:51:41.877Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "88c8b849-09fa-438d-b170-cd00861a5301",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a3ca3528-7dfa-4d02-a0ed-2646bcf30f27",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "723b1083-9098-403f-ad0c-fce63abb0f2d",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0e76c87f-c51b-4716-8779-a5aa7738a683",
      "resourceInvariantUUID": "33db702b-40e5-49e9-86c0-a1923d128072",
      "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": "MWE2MTQzYzNiM2YyMTNhMjA4N2U1YzZkNTMxODljYzQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "204a5304-c189-4d81-94c4-30e6ee1b4e06",
          "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": "5a39f555-d3bb-481d-8552-1d2471552c68",
          "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": "56c1e3de-b700-4309-bb17-adbcd36b4051",
            "generatedFromUUID": "5a39f555-d3bb-481d-8552-1d2471552c68"
          },
          "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": "56c1e3de-b700-4309-bb17-adbcd36b4051",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MDMxMTgwYmZkOGFhOWM0NTQyMjRmMTg0MjIyYjExNzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3152a126-3ed8-40c0-98de-febd45ac5dfd"
    }
  ],
  "workloadContext": "Production"
}
2023-01-06T01:51:41.877Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-06T01:51:41.878Z|d9b1f02b-982f-483f-aaeb-1a39cfb780bb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 88c8b849-09fa-438d-b170-cd00861a5301 ASDC
2023-01-06T01:51:41.878Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:88c8b849-09fa-438d-b170-cd00861a5301
ServiceInvariantUUID:a3ca3528-7dfa-4d02-a0ed-2646bcf30f27
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:3152a126-3ed8-40c0-98de-febd45ac5dfd
ArtifactChecksum:MDMxMTgwYmZkOGFhOWM0NTQyMjRmMTg0MjIyYjExNzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:723b1083-9098-403f-ad0c-fce63abb0f2d
ResourceInvariantUUID:33db702b-40e5-49e9-86c0-a1923d128072
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:0e76c87f-c51b-4716-8779-a5aa7738a683
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:204a5304-c189-4d81-94c4-30e6ee1b4e06
ArtifactChecksum:MWE2MTQzYzNiM2YyMTNhMjA4N2U1YzZkNTMxODljYzQ=
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:5a39f555-d3bb-481d-8552-1d2471552c68
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:56c1e3de-b700-4309-bb17-adbcd36b4051
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:56c1e3de-b700-4309-bb17-adbcd36b4051
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-06T01:51:41.878Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 88c8b849-09fa-438d-b170-cd00861a5301 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=?
2023-01-06T01:51:41.938Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T01:51:41.938Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-06T01:51:41.938Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-06T01:51:41.939Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3152a126-3ed8-40c0-98de-febd45ac5dfd from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-06T01:51:41.939Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-06T01:51:41.939Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-06T01:51:42.121Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-06T01:51:42.122Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 3152a126-3ed8-40c0-98de-febd45ac5dfd 83014
2023-01-06T01:51:42.122Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-01-06T01:51:42.122Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-06T01:51:42.123Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T01:51:42.123Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:51:42.124Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:51:42.125Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969902122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:51:42.224Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T01:51:42.225Z||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.
2023-01-06T01:51:42.225Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:51:42.253Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:51:42.254Z||pool-120-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:51:43.125Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-06T01:51:43.126Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-06T01:51:43.127Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 3152a126-3ed8-40c0-98de-febd45ac5dfd, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-06T01:51:43.127Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-01-06T01:51:43.127Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-06T01:51:43.128Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-06T01:51:43.258Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP157648450019824177/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
2023-01-06T01:51:44.440Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-06T01:51:44.440Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-06T01:51:44.440Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-06T01:51:44.440Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-06T01:51:44.441Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||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
2023-01-06T01:51:44.441Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-06T01:51:44.441Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||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
2023-01-06T01:51:44.441Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-06T01:51:44.441Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-06T01:51:44.442Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-06T01:51:44.442Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||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
2023-01-06T01:51:44.442Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-06T01:51:44.442Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:51:44.443Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:51:44.443Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-06T01:51:44.443Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-06T01:51:44.443Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T01:51:44.444Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:51:44.444Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:51:44.444Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-06T01:51:44.444Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-06T01:51:44.445Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-06T01:51:44.445Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:51:44.445Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:51:44.446Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:51:44.446Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-01-06T01:51:44.446Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-01-06T01:51:44.447Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-01-06T01:51:44.447Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-01-06T01:51:44.447Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-06T01:51:44.448Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-06T01:51:44.448Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:51:44.448Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-06T01:51:44.449Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:51:44.449Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-06T01:51:44.449Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T01:51:44.449Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:51:44.450Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-06T01:51:44.450Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T01:51:44.450Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:51:44.450Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-06T01:51:44.451Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T01:51:44.451Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:51:44.451Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-01-06T01:51:44.452Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-06T01:51:44.452Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-06T01:51:44.452Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=69c993f7-da94-49cd-a28e-e8e44f5ab392
2023-01-06T01:51:44.452Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:51:44.453Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:51:44.453Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:51:44.453Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:51:44.454Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:51:44.454Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:51:44.454Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:51:44.454Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:51:44.455Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:88c8b849-09fa-438d-b170-cd00861a5301
Model Version:NULL
Model InvariantUuid:a3ca3528-7dfa-4d02-a0ed-2646bcf30f27
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:cfd72ae4-0e2e-4dcb-80c2-c3f89a9cb36b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:33db702b-40e5-49e9-86c0-a1923d128072
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:723b1083-9098-403f-ad0c-fce63abb0f2d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:13c0cd69-4882-40e7-a9a9-2b8bbadd4857
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:e80474e6-460d-4537-96e0-d5d8e51daffc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:69c993f7-da94-49cd-a28e-e8e44f5ab392
ModelInvariantUuid:8db502fc-f364-4c1d-9c0c-7813199e27de
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:2db58d2d-eea7-4823-88b7-ebaf62d62b81
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:2160ff1e-5a7d-4f9b-9fbe-126be4962e03
ModelInvariantUuid:ec9b468f-6d32-45b3-bb3a-46384755d6c3
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:9dd63ed4-b391-4590-9c47-e1ab7767c484
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=?
2023-01-06T01:51:44.465Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 0e76c87f-c51b-4716-8779-a5aa7738a683
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=?
2023-01-06T01:51:44.468Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||basic_vm_macro 0
2023-01-06T01:51:44.469Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0e76c87f-c51b-4716-8779-a5aa7738a683
2023-01-06T01:51:44.469Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 204a5304-c189-4d81-94c4-30e6ee1b4e06 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-01-06T01:51:44.469Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-06T01:51:44.469Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||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
2023-01-06T01:51:44.533Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-06T01:51:44.534Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 204a5304-c189-4d81-94c4-30e6ee1b4e06 792
2023-01-06T01:51:44.534Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||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
2023-01-06T01:51:44.534Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||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
2023-01-06T01:51:44.534Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T01:51:44.534Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:51:44.536Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:51:44.536Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969904534,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:51:44.636Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:51:44.637Z||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.
2023-01-06T01:51:44.637Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:51:44.657Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:51:44.657Z||pool-121-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2023-01-06T01:51:45.536Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "13c0cd69-4882-40e7-a9a9-2b8bbadd4857",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e80474e6-460d-4537-96e0-d5d8e51daffc",
    "vfModuleModelCustomizationUUID": "03f42509-7655-4a4d-9c25-7c344b2e86c6",
    "isBase": true,
    "artifacts": [
      "5a39f555-d3bb-481d-8552-1d2471552c68",
      "56c1e3de-b700-4309-bb17-adbcd36b4051"
    ],
    "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": ""
    }
  }
]
2023-01-06T01:51:45.541Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e80474e6-460d-4537-96e0-d5d8e51daffc
VfModuleModelInvariantUUID:13c0cd69-4882-40e7-a9a9-2b8bbadd4857
VfModuleModelDescription:NULL
Artifacts UUID List:{
5a39f555-d3bb-481d-8552-1d2471552c68
,
56c1e3de-b700-4309-bb17-adbcd36b4051

}
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


}

2023-01-06T01:51:45.544Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "13c0cd69-4882-40e7-a9a9-2b8bbadd4857",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e80474e6-460d-4537-96e0-d5d8e51daffc",
    "vfModuleModelCustomizationUUID": "03f42509-7655-4a4d-9c25-7c344b2e86c6",
    "isBase": true,
    "artifacts": [
      "5a39f555-d3bb-481d-8552-1d2471552c68",
      "56c1e3de-b700-4309-bb17-adbcd36b4051"
    ],
    "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": ""
    }
  }
]
2023-01-06T01:51:45.544Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e80474e6-460d-4537-96e0-d5d8e51daffc
VfModuleModelInvariantUUID:13c0cd69-4882-40e7-a9a9-2b8bbadd4857
VfModuleModelDescription:NULL
Artifacts UUID List:{
5a39f555-d3bb-481d-8552-1d2471552c68
,
56c1e3de-b700-4309-bb17-adbcd36b4051

}
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


}

2023-01-06T01:51:45.545Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5a39f555-d3bb-481d-8552-1d2471552c68 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-01-06T01:51:45.545Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-06T01:51:45.545Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||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
2023-01-06T01:51:45.689Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-06T01:51:45.689Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 5a39f555-d3bb-481d-8552-1d2471552c68 5033
2023-01-06T01:51:45.690Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||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
2023-01-06T01:51:45.690Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||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
2023-01-06T01:51:45.690Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T01:51:45.690Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:51:45.692Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:51:45.692Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969905690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:51:45.792Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T01:51:45.792Z||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.
2023-01-06T01:51:45.792Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:51:45.841Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:51:45.842Z||pool-122-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:51:46.692Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 56c1e3de-b700-4309-bb17-adbcd36b4051 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-01-06T01:51:46.693Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-06T01:51:46.693Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||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
2023-01-06T01:51:46.765Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-06T01:51:46.766Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 56c1e3de-b700-4309-bb17-adbcd36b4051 903
2023-01-06T01:51:46.766Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||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
2023-01-06T01:51:46.766Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||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
2023-01-06T01:51:46.766Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-06T01:51:46.767Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:51:46.769Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:51:46.769Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969906766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:51:46.868Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T01:51:46.869Z||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.
2023-01-06T01:51:46.869Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:51:46.891Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:51:46.892Z||pool-123-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:51:47.769Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 88c8b849-09fa-438d-b170-cd00861a5301
2023-01-06T01:51:47.770Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 0e76c87f-c51b-4716-8779-a5aa7738a683 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=?
2023-01-06T01:51:47.783Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7baee4b, org.onap.sdc.toscaparser.api.parameters.Input@125971c4, org.onap.sdc.toscaparser.api.parameters.Input@6de5f62b, org.onap.sdc.toscaparser.api.parameters.Input@18625018, org.onap.sdc.toscaparser.api.parameters.Input@48fa2de9]
2023-01-06T01:51:47.784Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:51:47.784Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:51:47.785Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2023-01-06T01:51:47.785Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 723b1083-9098-403f-ad0c-fce63abb0f2d
2023-01-06T01:51:47.785Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 723b1083-9098-403f-ad0c-fce63abb0f2d matches Tosca VF Customization UUID: 723b1083-9098-403f-ad0c-fce63abb0f2d
2023-01-06T01:51:47.785Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 723b1083-9098-403f-ad0c-fce63abb0f2d  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=?
2023-01-06T01:51:47.795Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:51:47.796Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:51:47.796Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 723b1083-9098-403f-ad0c-fce63abb0f2d: {\"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\"}
2023-01-06T01:51:47.796Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@590a323c
2023-01-06T01:51:47.796Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:51:47.797Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-06T01:51:47.797Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 03f42509-7655-4a4d-9c25-7c344b2e86c6
2023-01-06T01:51:47.797Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 03f42509-7655-4a4d-9c25-7c344b2e86c6
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=?
2023-01-06T01:51:47.799Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:51:47.799Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-06T01:51:47.800Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T01:51:47.800Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:51:47.800Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-06T01:51:47.800Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T01:51:47.801Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:51:47.801Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-01-06T01:51:47.801Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-06T01:51:47.801Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-06T01:51:47.801Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=69c993f7-da94-49cd-a28e-e8e44f5ab392
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=?
2023-01-06T01:51:47.804Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:51:47.804Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-06T01:51:47.805Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-06T01:51:47.805Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:51:47.805Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-06T01:51:47.805Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=723b1083-9098-403f-ad0c-fce63abb0f2d
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=?
2023-01-06T01:51:47.807Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:51:47.807Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:51:47.807Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 88c8b849-09fa-438d-b170-cd00861a5301: basic_vm_macro
2023-01-06T01:51:47.808Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:51:47.808Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:51:47.808Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:51:47.808Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:51:47.808Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:51:47.808Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:51:47.809Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:51:47.809Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:51:47.809Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-06T01:51:47.809Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-06T01:51:47.809Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||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 (?, ?, ?, ?, ?)
2023-01-06T01:51:47.916Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 0e76c87f-c51b-4716-8779-a5aa7738a683 1 ASDC deployResourceStructure
2023-01-06T01:51:47.917Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||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
2023-01-06T01:51:47.917Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||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
2023-01-06T01:51:47.918Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T01:51:47.918Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:51:47.920Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:51:47.920Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969907917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-06T01:51:48.020Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T01:51:48.021Z||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.
2023-01-06T01:51:48.021Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:51:48.040Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:51:48.040Z||pool-124-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2023-01-06T01:51:48.921Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||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
2023-01-06T01:51:48.922Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||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
2023-01-06T01:51:48.922Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T01:51:48.922Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:51:48.924Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:51:48.924Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969908921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-01-06T01:51:49.024Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-06T01:51:49.025Z||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.
2023-01-06T01:51:49.025Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:51:49.044Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:51:49.044Z||pool-125-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-01-06T01:51:49.924Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||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
2023-01-06T01:51:49.924Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||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
2023-01-06T01:51:49.925Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T01:51:49.925Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:51:49.927Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:51:49.927Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969909924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-01-06T01:51:50.026Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T01:51:50.027Z||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.
2023-01-06T01:51:50.027Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:51:50.159Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:51:50.159Z||pool-126-thread-1|||||INFO|500||cambria reply ok (132 ms):{"serverTimeMs":4,"count":1}
2023-01-06T01:51:50.930Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-01-06T01:51:50.930Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-06T01:51:50.930Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-06T01:51:50.931Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:51:50.936Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:51:50.936Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969910929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T01:51:51.033Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2023-01-06T01:51:51.033Z||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.
2023-01-06T01:51:51.033Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:51:51.066Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:51:51.066Z||pool-127-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2023-01-06T01:51:51.937Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-06T01:51:51.954Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-06T01:51:51.957Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-06T01:51:51.958Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-06T01:51:51.958Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-06T01:51:51.958Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-06T01:51:51.958Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T01:51:51.958Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T01:51:51.958Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T01:51:51.958Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-06T01:51:51.958Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||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=?
2023-01-06T01:51:51.966Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-06T01:52:21.966Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c 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=?
2023-01-06T01:52:21.974Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c and serviceModelVersionId: 88c8b849-09fa-438d-b170-cd00861a5301
2023-01-06T01:52:21.974Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a3ca3528-7dfa-4d02-a0ed-2646bcf30f27
2023-01-06T01:52:21.975Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a3ca3528-7dfa-4d02-a0ed-2646bcf30f27/model-vers/model-ver/88c8b849-09fa-438d-b170-cd00861a5301?depth=0
2023-01-06T01:52:21.978Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-01-06T01:52:22.022Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a3ca3528-7dfa-4d02-a0ed-2646bcf30f27/model-vers/model-ver/88c8b849-09fa-438d-b170-cd00861a5301?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]}
2023-01-06T01:52:22.025Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a3ca3528-7dfa-4d02-a0ed-2646bcf30f27/model-vers/model-ver/88c8b849-09fa-438d-b170-cd00861a5301?depth=0|INFO|500||Invoke
2023-01-06T01:52:22.030Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a3ca3528-7dfa-4d02-a0ed-2646bcf30f27/model-vers/model-ver/88c8b849-09fa-438d-b170-cd00861a5301?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-06T01:52:22.166Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a3ca3528-7dfa-4d02-a0ed-2646bcf30f27/model-vers/model-ver/88c8b849-09fa-438d-b170-cd00861a5301?depth=0|INFO|500||InvokeReturn
2023-01-06T01:52:22.167Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a3ca3528-7dfa-4d02-a0ed-2646bcf30f27/model-vers/model-ver/88c8b849-09fa-438d-b170-cd00861a5301?depth=0 has http status code:200 and response headers:{date=[Fri, 06 Jan 2023 01:52:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[536576], x-aai-txid=[0-aai-resources-230106-01:52:21:454-51055], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-06T01:52:22.168Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-01-06T01:52:22.168Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-06T01:52:22.168Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||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=?
2023-01-06T01:52:22.179Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||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)
2023-01-06T01:52:22.180Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-06T01:52:22.181Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-06T01:52:22.181Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-06T01:52:22.183Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-06T01:52:22.183Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969942181,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T01:52:22.282Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-06T01:52:22.283Z||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.
2023-01-06T01:52:22.283Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0HRF2T74ow3sg5jn) ...
2023-01-06T01:52:22.318Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:52:22.319Z||pool-128-thread-1|||||INFO|500||cambria reply ok (36 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=?
2023-01-06T01:52:23.211Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:52:23.211Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|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.
2023-01-06T01:52:23.211Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:52:31.997Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:52:31.998Z||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.
2023-01-06T01:52:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:52:32.644Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:52:32.644Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T01:52:32.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969888079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:52:32.645Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:52:32.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T01:52:32.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969888079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-06T01:52:32.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:52:32.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T01:52:32.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969888079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-06T01:52:32.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:52:32.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T01:52:32.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969888079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:52:32.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:52:32.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T01:52:32.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969888079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-06T01:52:32.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:52:32.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T01:52:32.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969888079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:52:32.648Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:52:32.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T01:52:32.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969888079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-06T01:52:32.648Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:52:32.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T01:52:32.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969888079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-06T01:52:32.648Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-06T01:52:32.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T01:52:32.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969902122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:52:32.649Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:52:32.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T01:52:32.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969904534,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:52:32.650Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:52:32.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T01:52:32.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969905690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:52:32.650Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:52:32.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T01:52:32.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969906766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-06T01:52:32.651Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:52:32.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T01:52:32.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969907917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-06T01:52:32.651Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:52:32.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T01:52:32.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969908921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-01-06T01:52:32.652Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:52:32.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T01:52:32.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969909924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-01-06T01:52:32.652Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:52:32.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T01:52:32.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969910929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-06T01:52:32.653Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:52:32.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-06T01:52:32.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672969942181,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-06T01:52:32.653Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-06T01:52:32.850Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:52:32.850Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:52:32.851Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|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.
2023-01-06T01:52:32.851Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:52:42.423Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:52:42.424Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:52:42.425Z||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.
2023-01-06T01:52:42.425Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:52:52.044Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:52:52.045Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:52:52.046Z||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.
2023-01-06T01:52:52.046Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:53:01.665Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:53:31.993Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:53:31.994Z||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.
2023-01-06T01:53:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:53:31.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:53:31.997Z||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.
2023-01-06T01:53:31.997Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:53:41.571Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:53:41.577Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:54:31.993Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:54:31.994Z||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.
2023-01-06T01:54:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:54:31.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:54:31.997Z||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.
2023-01-06T01:54:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:54:41.568Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:54:41.568Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:55:31.993Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:55:31.994Z||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.
2023-01-06T01:55:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:55:31.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:55:31.997Z||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.
2023-01-06T01:55:31.997Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:55:41.582Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:55:41.583Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:56:31.994Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:56:31.994Z||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.
2023-01-06T01:56:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:56:31.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:56:31.998Z||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.
2023-01-06T01:56:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:56:41.549Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:56:41.558Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:57:31.993Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:57:31.994Z||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.
2023-01-06T01:57:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:57:31.997Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:57:31.997Z||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.
2023-01-06T01:57:31.997Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:57:41.583Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:57:41.596Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:58:31.994Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:58:31.997Z||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.
2023-01-06T01:58:31.997Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:58:31.997Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:58:31.998Z||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.
2023-01-06T01:58:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:58:41.565Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:58:41.565Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:59:31.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:59:31.995Z||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.
2023-01-06T01:59:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:59:31.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T01:59:31.997Z||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.
2023-01-06T01:59:31.997Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T01:59:41.583Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T01:59:41.611Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:00:31.993Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:00:31.994Z||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.
2023-01-06T02:00:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:00:31.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:00:31.998Z||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.
2023-01-06T02:00:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:00:41.583Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:00:41.585Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:01:31.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:01:31.994Z||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.
2023-01-06T02:01:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:01:31.997Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:01:31.998Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|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.
2023-01-06T02:01:31.998Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:01:41.574Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:01:41.590Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:02:31.993Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:02:31.994Z||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.
2023-01-06T02:02:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:02:31.997Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:02:31.997Z||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.
2023-01-06T02:02:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:02:41.581Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:02:41.596Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:03:31.993Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:03:31.994Z||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.
2023-01-06T02:03:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:03:31.997Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:03:31.997Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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.
2023-01-06T02:03:31.998Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:03:41.562Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:03:41.564Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:04:31.993Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:04:31.994Z||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.
2023-01-06T02:04:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:04:31.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:04:31.998Z||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.
2023-01-06T02:04:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:04:41.555Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:04:41.570Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:05:31.993Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:05:31.995Z||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.
2023-01-06T02:05:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:05:31.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:05:31.997Z||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.
2023-01-06T02:05:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:05:41.561Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:05:41.619Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:06:31.993Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:06:31.994Z||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.
2023-01-06T02:06:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:06:31.997Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:06:31.997Z||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.
2023-01-06T02:06:31.997Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:06:41.557Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:06:41.568Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:07:31.993Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:07:31.994Z||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.
2023-01-06T02:07:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:07:31.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:07:31.997Z||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.
2023-01-06T02:07:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:07:41.567Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:07:41.577Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:08:31.993Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:08:31.994Z||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.
2023-01-06T02:08:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:08:31.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:08:31.997Z||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.
2023-01-06T02:08:31.997Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:08:41.564Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:08:41.566Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:09:31.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:09:31.994Z||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.
2023-01-06T02:09:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:09:31.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:09:31.997Z||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.
2023-01-06T02:09:31.997Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:09:41.560Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:09:41.568Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:10:31.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:10:31.996Z||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.
2023-01-06T02:10:31.997Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:10:31.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:10:31.997Z||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.
2023-01-06T02:10:31.997Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:10:41.571Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:10:41.571Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:11:31.993Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:11:31.994Z||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.
2023-01-06T02:11:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:11:31.997Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:11:31.998Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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.
2023-01-06T02:11:31.998Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:11:41.555Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:11:41.557Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:12:31.995Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:12:31.995Z||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.
2023-01-06T02:12:31.996Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:12:31.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:12:31.997Z||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.
2023-01-06T02:12:31.997Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:12:41.545Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:12:41.565Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:13:31.993Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:13:31.994Z||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.
2023-01-06T02:13:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:13:31.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:13:31.998Z||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.
2023-01-06T02:13:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:13:41.650Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:13:41.661Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:14:31.993Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:14:31.994Z||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.
2023-01-06T02:14:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:14:31.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:14:31.997Z||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.
2023-01-06T02:14:31.997Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:14:41.557Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:14:41.563Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:15:31.993Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:15:31.994Z||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.
2023-01-06T02:15:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:15:31.997Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:15:31.997Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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.
2023-01-06T02:15:31.997Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:15:41.562Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:15:41.565Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:16:31.993Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:16:31.994Z||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.
2023-01-06T02:16:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:16:31.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:16:31.998Z||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.
2023-01-06T02:16:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:16:41.556Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:16:41.562Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:17:31.993Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:17:31.995Z||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.
2023-01-06T02:17:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:17:31.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:17:31.998Z||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.
2023-01-06T02:17:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:17:41.568Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:17:41.576Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:18:31.993Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:18:31.994Z||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.
2023-01-06T02:18:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:18:31.997Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:18:31.998Z|df682e2d-a893-4347-923d-37b946c75b1a|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.
2023-01-06T02:18:31.998Z|df682e2d-a893-4347-923d-37b946c75b1a|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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:18:41.571Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:18:41.571Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:19:31.993Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:19:31.994Z||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.
2023-01-06T02:19:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:19:31.997Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:19:31.998Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|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.
2023-01-06T02:19:31.998Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:19:41.570Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:19:41.570Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:20:31.993Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:20:31.994Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|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.
2023-01-06T02:20:31.995Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:20:31.997Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:20:31.998Z||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.
2023-01-06T02:20:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:20:41.588Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:20:41.589Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:21:31.994Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:21:31.995Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|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.
2023-01-06T02:21:31.995Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:21:31.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:21:31.998Z||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.
2023-01-06T02:21:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:21:41.551Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:21:41.562Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:22:31.994Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:22:31.996Z||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.
2023-01-06T02:22:31.996Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:22:31.997Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:22:31.999Z|df682e2d-a893-4347-923d-37b946c75b1a|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.
2023-01-06T02:22:31.999Z|df682e2d-a893-4347-923d-37b946c75b1a|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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:22:41.556Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:22:41.556Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:23:31.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:23:31.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:23:31.998Z||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.
2023-01-06T02:23:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:23:31.998Z||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.
2023-01-06T02:23:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:23:41.558Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:23:41.561Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:24:31.994Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:24:31.994Z||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.
2023-01-06T02:24:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:24:31.997Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:24:31.998Z||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.
2023-01-06T02:24:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:24:41.579Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:24:41.584Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:25:31.993Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:25:31.994Z||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.
2023-01-06T02:25:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:25:31.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:25:31.998Z||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.
2023-01-06T02:25:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:25:41.589Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:25:41.589Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:26:31.993Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:26:31.994Z||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.
2023-01-06T02:26:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:26:31.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:26:31.997Z||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.
2023-01-06T02:26:31.997Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:26:41.554Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:26:41.591Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:27:31.993Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:27:31.994Z||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.
2023-01-06T02:27:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:27:31.997Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:27:31.997Z||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.
2023-01-06T02:27:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:27:41.560Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:27:41.573Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:28:31.994Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:28:31.995Z||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.
2023-01-06T02:28:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:28:31.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:28:31.998Z||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.
2023-01-06T02:28:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:28:41.566Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:28:41.600Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:29:31.994Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:29:31.994Z||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.
2023-01-06T02:29:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:29:31.997Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:29:31.998Z|df682e2d-a893-4347-923d-37b946c75b1a|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.
2023-01-06T02:29:31.998Z|df682e2d-a893-4347-923d-37b946c75b1a|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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:29:41.575Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:29:41.589Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:30:31.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:30:31.996Z||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.
2023-01-06T02:30:31.996Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:30:31.997Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:30:31.997Z|df682e2d-a893-4347-923d-37b946c75b1a|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.
2023-01-06T02:30:31.997Z|df682e2d-a893-4347-923d-37b946c75b1a|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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:30:41.564Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:30:41.573Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:31:31.993Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:31:31.994Z||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.
2023-01-06T02:31:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:31:31.997Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:31:31.998Z||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.
2023-01-06T02:31:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:31:41.603Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:31:41.629Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:32:31.994Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:32:31.996Z||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.
2023-01-06T02:32:31.996Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:32:31.997Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:32:31.997Z||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.
2023-01-06T02:32:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:32:41.570Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:32:41.570Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:33:31.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:33:31.997Z||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.
2023-01-06T02:33:31.997Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:33:31.997Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:33:31.997Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|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.
2023-01-06T02:33:31.998Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:33:41.582Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:33:41.590Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:34:31.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:34:31.994Z||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.
2023-01-06T02:34:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:34:31.997Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:34:31.998Z|df682e2d-a893-4347-923d-37b946c75b1a|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.
2023-01-06T02:34:31.998Z|df682e2d-a893-4347-923d-37b946c75b1a|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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:34:41.561Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:34:41.576Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:35:31.993Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:35:31.994Z||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.
2023-01-06T02:35:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:35:31.997Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:35:31.997Z|df682e2d-a893-4347-923d-37b946c75b1a|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.
2023-01-06T02:35:31.997Z|df682e2d-a893-4347-923d-37b946c75b1a|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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:35:41.620Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:35:41.665Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:36:31.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:36:31.995Z||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.
2023-01-06T02:36:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:36:31.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:36:31.998Z||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.
2023-01-06T02:36:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:36:41.561Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:36:41.561Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:37:31.993Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:37:31.994Z||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.
2023-01-06T02:37:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:37:31.997Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:37:31.998Z||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.
2023-01-06T02:37:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:37:41.552Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:37:41.553Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:38:31.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:38:31.996Z||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.
2023-01-06T02:38:31.996Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:38:31.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:38:31.997Z||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.
2023-01-06T02:38:31.997Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:38:41.561Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:38:41.569Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:39:31.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:39:31.994Z||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.
2023-01-06T02:39:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:39:31.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:39:31.998Z||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.
2023-01-06T02:39:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:39:41.605Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:39:41.605Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:40:31.994Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:40:31.994Z||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.
2023-01-06T02:40:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:40:31.997Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:40:31.998Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|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.
2023-01-06T02:40:31.998Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:40:41.564Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:40:41.569Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:41:31.993Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:41:31.994Z||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.
2023-01-06T02:41:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:41:31.997Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:41:31.997Z||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.
2023-01-06T02:41:31.997Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:41:41.554Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:41:41.586Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:42:31.993Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:42:31.994Z||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.
2023-01-06T02:42:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:42:31.997Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:42:31.997Z||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.
2023-01-06T02:42:31.997Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:42:41.600Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:42:41.601Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:43:31.994Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:43:31.994Z||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.
2023-01-06T02:43:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:43:31.997Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:43:31.998Z||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.
2023-01-06T02:43:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:43:41.569Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:43:41.572Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:44:31.994Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:44:31.996Z||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.
2023-01-06T02:44:31.996Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:44:31.997Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:44:31.998Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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.
2023-01-06T02:44:31.998Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:44:41.578Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:44:41.581Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:45:31.993Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:45:31.994Z||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.
2023-01-06T02:45:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:45:31.997Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:45:31.999Z|df682e2d-a893-4347-923d-37b946c75b1a|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.
2023-01-06T02:45:31.999Z|df682e2d-a893-4347-923d-37b946c75b1a|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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:45:41.591Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:45:41.616Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:46:31.993Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:46:31.994Z||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.
2023-01-06T02:46:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:46:31.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:46:31.997Z||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.
2023-01-06T02:46:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:46:41.562Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:46:41.581Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:47:31.993Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:47:31.994Z||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.
2023-01-06T02:47:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:47:31.999Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:47:31.999Z||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.
2023-01-06T02:47:31.999Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:47:41.567Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:47:41.580Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:48:31.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:48:31.996Z||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.
2023-01-06T02:48:31.996Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:48:31.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:48:31.997Z||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.
2023-01-06T02:48:31.997Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:48:41.567Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:48:41.568Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:49:31.993Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:49:31.994Z||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.
2023-01-06T02:49:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:49:31.997Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:49:31.997Z|df682e2d-a893-4347-923d-37b946c75b1a|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.
2023-01-06T02:49:31.998Z|df682e2d-a893-4347-923d-37b946c75b1a|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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:49:41.572Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:49:41.577Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:50:31.993Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:50:31.994Z||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.
2023-01-06T02:50:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:50:31.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:50:31.997Z||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.
2023-01-06T02:50:31.997Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:50:41.606Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:50:41.607Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:51:31.993Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:51:31.994Z||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.
2023-01-06T02:51:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:51:31.997Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:51:31.997Z||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.
2023-01-06T02:51:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:51:41.590Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:51:41.602Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:52:31.993Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:52:31.994Z||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.
2023-01-06T02:52:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:52:31.997Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:52:31.997Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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.
2023-01-06T02:52:31.997Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:52:41.563Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:52:41.566Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:53:31.993Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:53:31.994Z||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.
2023-01-06T02:53:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:53:31.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:53:31.998Z||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.
2023-01-06T02:53:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:53:41.577Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:53:41.589Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:54:31.994Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:54:31.994Z||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.
2023-01-06T02:54:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:54:31.997Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:54:31.998Z|df682e2d-a893-4347-923d-37b946c75b1a|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.
2023-01-06T02:54:31.998Z|df682e2d-a893-4347-923d-37b946c75b1a|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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:54:41.574Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:54:41.608Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:55:31.994Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:55:31.996Z||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.
2023-01-06T02:55:31.996Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:55:31.997Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:55:31.997Z|df682e2d-a893-4347-923d-37b946c75b1a|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.
2023-01-06T02:55:31.997Z|df682e2d-a893-4347-923d-37b946c75b1a|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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:55:41.560Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:55:41.560Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:56:31.993Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:56:31.994Z||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.
2023-01-06T02:56:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:56:31.997Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:56:31.997Z||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.
2023-01-06T02:56:31.997Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:56:41.564Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:56:41.578Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:57:31.993Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:57:31.994Z||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.
2023-01-06T02:57:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:57:31.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:57:31.998Z||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.
2023-01-06T02:57:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:57:41.593Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:57:41.596Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:58:31.993Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:58:31.994Z||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.
2023-01-06T02:58:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:58:31.998Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:58:31.998Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|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.
2023-01-06T02:58:31.998Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:58:41.576Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:58:41.594Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:59:31.993Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:59:31.994Z||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.
2023-01-06T02:59:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:59:31.997Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T02:59:31.997Z||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.
2023-01-06T02:59:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T02:59:41.588Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T02:59:41.593Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:00:31.994Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:00:31.994Z||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.
2023-01-06T03:00:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:00:31.997Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:00:31.997Z||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.
2023-01-06T03:00:31.997Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:00:41.580Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:00:41.586Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:01:31.993Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:01:31.994Z||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.
2023-01-06T03:01:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:01:31.997Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:01:31.998Z||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.
2023-01-06T03:01:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:01:41.578Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:01:41.596Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:02:31.994Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:02:31.995Z||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.
2023-01-06T03:02:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:02:31.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:02:31.998Z||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.
2023-01-06T03:02:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:02:41.583Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:02:41.604Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:03:31.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:03:31.997Z||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.
2023-01-06T03:03:31.997Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:03:31.997Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:03:31.997Z||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.
2023-01-06T03:03:31.997Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:03:41.559Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:03:41.562Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:04:31.993Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:04:31.994Z||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.
2023-01-06T03:04:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:04:31.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:04:31.997Z||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.
2023-01-06T03:04:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:04:41.584Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:04:41.584Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:05:31.994Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:05:31.994Z||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.
2023-01-06T03:05:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:05:31.997Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:05:31.998Z||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.
2023-01-06T03:05:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:05:41.572Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:05:41.631Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:06:31.994Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:06:31.997Z||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.
2023-01-06T03:06:31.997Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:06:31.997Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:06:31.998Z||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.
2023-01-06T03:06:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:06:41.569Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:06:41.569Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:07:31.993Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:07:31.994Z||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.
2023-01-06T03:07:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:07:31.997Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:07:31.998Z||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.
2023-01-06T03:07:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:07:41.580Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:07:41.581Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:08:31.994Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:08:31.995Z||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.
2023-01-06T03:08:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:08:31.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:08:31.997Z||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.
2023-01-06T03:08:31.997Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:08:41.568Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:08:41.579Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:09:31.993Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:09:31.994Z||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.
2023-01-06T03:09:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:09:31.997Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:09:31.998Z|df682e2d-a893-4347-923d-37b946c75b1a|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.
2023-01-06T03:09:31.998Z|df682e2d-a893-4347-923d-37b946c75b1a|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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:09:41.558Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:09:41.571Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:10:31.993Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:10:31.994Z||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.
2023-01-06T03:10:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:10:31.997Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:10:31.997Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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.
2023-01-06T03:10:31.998Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:10:41.562Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:10:41.563Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:11:31.993Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:11:31.994Z||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.
2023-01-06T03:11:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:11:31.997Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:11:31.997Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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.
2023-01-06T03:11:31.997Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:11:41.567Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:11:41.571Z|901fcf43-94e7-4e5b-b4b0-8e8b88bc42be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:12:31.994Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:12:31.995Z||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.
2023-01-06T03:12:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:12:31.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:12:31.997Z||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.
2023-01-06T03:12:31.997Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:12:41.564Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:12:41.565Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:13:31.993Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:13:31.994Z||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.
2023-01-06T03:13:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:13:31.997Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:13:31.997Z|df682e2d-a893-4347-923d-37b946c75b1a|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.
2023-01-06T03:13:31.998Z|df682e2d-a893-4347-923d-37b946c75b1a|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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:13:41.549Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:13:41.585Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:14:31.993Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:14:31.994Z||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.
2023-01-06T03:14:31.994Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:14:31.997Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:14:31.998Z||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.
2023-01-06T03:14:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:14:41.551Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:14:41.551Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:15:31.993Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:15:31.995Z||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.
2023-01-06T03:15:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:15:31.998Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:15:31.999Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|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.
2023-01-06T03:15:31.999Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:15:41.559Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:15:41.566Z|ad84a1a5-8885-44fd-8ec2-3b9ee8b50e9c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:16:31.993Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:16:31.994Z||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.
2023-01-06T03:16:31.995Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:16:31.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:16:31.997Z||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.
2023-01-06T03:16:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:16:41.552Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:16:41.557Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:17:31.994Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:17:31.996Z||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.
2023-01-06T03:17:31.997Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:17:31.997Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:17:31.997Z||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.
2023-01-06T03:17:31.997Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:17:41.564Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:17:41.564Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:18:31.994Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:18:31.995Z|df682e2d-a893-4347-923d-37b946c75b1a|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.
2023-01-06T03:18:31.995Z|df682e2d-a893-4347-923d-37b946c75b1a|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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:18:31.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:18:31.997Z||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.
2023-01-06T03:18:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:18:41.558Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:18:41.584Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:19:31.993Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:19:31.994Z|df682e2d-a893-4347-923d-37b946c75b1a|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.
2023-01-06T03:19:31.994Z|df682e2d-a893-4347-923d-37b946c75b1a|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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:19:31.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:19:31.997Z||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.
2023-01-06T03:19:31.997Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:19:41.555Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:19:41.567Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:20:31.993Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:20:31.994Z|df682e2d-a893-4347-923d-37b946c75b1a|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.
2023-01-06T03:20:31.994Z|df682e2d-a893-4347-923d-37b946c75b1a|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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:20:31.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:20:31.997Z||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.
2023-01-06T03:20:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:20:41.604Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:20:41.606Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:21:31.993Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:21:31.994Z|df682e2d-a893-4347-923d-37b946c75b1a|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.
2023-01-06T03:21:31.994Z|df682e2d-a893-4347-923d-37b946c75b1a|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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:21:31.997Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-06T03:21:31.997Z||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.
2023-01-06T03:21:31.998Z||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 0HRF2T74ow3sg5jn) ...
2023-01-06T03:21:41.566Z|df682e2d-a893-4347-923d-37b946c75b1a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-06T03:21:41.572Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK