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