By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-11-24T23:23:45.362Z||main|||||INFO|500||The following profiles are active: basic
2022-11-24T23:23:59.655Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-24T23:23:59.656Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-24T23:23:59.791Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-24T23:24:04.762Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-24T23:24:05.193Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-24T23:24:05.796Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-24T23:24:05.815Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-24T23:24:05.951Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-24T23:24:06.235Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-24T23:24:07.489Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-24T23:24:09.849Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-24T23:24:13.979Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-24T23:24:14.077Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-24T23:24:14.885Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-24T23:24:15.247Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-11-24T23:24:16.996Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-24T23:24:18.270Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
Hibernate: select activitysp0_.ID as id1_0_, activitysp0_.CREATION_TIMESTAMP as creation2_0_, activitysp0_.DESCRIPTION as descript3_0_, activitysp0_.NAME as name4_0_, activitysp0_.VERSION as version5_0_ from activity_spec activitysp0_
2022-11-24T23:24:19.250Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2022-11-24T23:24:19.251Z||main|||||ERROR|500||(conn=1265) Table 'catalogdb.activity_spec' doesn't exist
2022-11-24T23:24:19.280Z||main|||||WARN|500||Exception on deploying activitySpecs: could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet
2022-11-24T23:24:23.251Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-11-24T23:24:26.385Z||main|||||WARN|500||---
2022-11-24T23:24:26.386Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-24T23:24:26.386Z||main|||||WARN|500||---
2022-11-24T23:24:27.317Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-24T23:24:33.928Z||main|||||INFO|500||Started Application in 52.517 seconds (JVM running for 54.951)
2022-11-24T23:24:33.945Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-24T23:24:33.950Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-24T23:24:33.969Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-24T23:24:34.017Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-24T23:24:34.118Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7d2137d3-8710-4a43-9c54-6677c22d41ec url= /sdc/v1/artifactTypes
2022-11-24T23:24:34.118Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-24T23:24:34.400Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-24T23:24:34.429Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-11-24T23:24:34.460Z||scheduling-1|||||DEBUG|500||create keys
2022-11-24T23:24:34.469Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-24T23:24:34.608Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:24:34.641Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d701debd-fab5-41d5-b9fe-c1844bf3ce5f url= /sdc/v1/registerForDistribution
2022-11-24T23:24:34.831Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= d701debd-fab5-41d5-b9fe-c1844bf3ce5f url= /sdc/v1/registerForDistribution
2022-11-24T23:24:34.831Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-24T23:24:34.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:24:34.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:24:34.867Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:24:34.867Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:24:34.867Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:24:34.868Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:24:34.868Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-24T23:24:45.403Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:24:45.464Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:25:34.841Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:25:34.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:25:34.845Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:25:34.845Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:25:34.847Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:25:34.847Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:25:44.570Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:25:44.584Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:26:34.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:26:34.841Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:26:34.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:26:34.842Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:26:34.843Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:26:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:26:44.417Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:26:44.430Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:27:34.840Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:27:34.842Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:27:34.842Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:27:34.842Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:27:34.843Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:27:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:27:44.476Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:27:44.476Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:28:34.839Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:28:34.841Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:28:34.841Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:28:34.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:28:34.843Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:28:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:28:44.438Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:28:44.439Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:29:34.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:29:34.840Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:29:34.841Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:29:34.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:29:34.843Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:29:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:29:44.395Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:29:44.400Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:30:34.841Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:30:34.842Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:30:34.845Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:30:34.845Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:30:34.845Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:30:34.845Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:30:44.412Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:30:44.412Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:31:34.840Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:31:34.841Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:31:34.841Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:31:34.842Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:31:34.843Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:31:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:31:44.411Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:31:44.411Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:32:34.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:32:34.842Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:32:34.842Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:32:34.842Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:32:34.843Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:32:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:32:44.411Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:32:44.412Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:33:34.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:33:34.840Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:33:34.841Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:33:34.842Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:33:34.842Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:33:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:33:44.399Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:33:44.399Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:33:45.114Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-24T23:34:34.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:34:34.840Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:34:34.841Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:34:34.842Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:34:34.842Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:34:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:34:44.402Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:34:44.425Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:35:34.840Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:35:34.842Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:35:34.843Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:35:34.843Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:35:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:35:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:35:44.411Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:35:44.411Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:36:34.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:36:34.841Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:36:34.841Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:36:34.842Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:36:34.842Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:36:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:36:44.404Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:36:44.404Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:37:34.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:37:34.840Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:37:34.841Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:37:34.842Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:37:34.843Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:37:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:37:44.396Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:37:44.397Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:38:34.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:38:34.841Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:38:34.841Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:38:34.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:38:34.843Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:38:34.844Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:38:44.396Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:38:44.399Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:39:34.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:39:34.841Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:39:34.841Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:39:34.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:39:34.843Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:39:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:39:44.407Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:39:44.408Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:40:34.842Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:40:34.840Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:40:34.845Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:40:34.845Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:40:34.845Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:40:34.845Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:40:44.408Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:40:44.408Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:41:34.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:41:34.845Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:41:34.846Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:41:34.846Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:41:34.846Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:41:34.846Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:41:44.399Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:41:44.405Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:42:34.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:42:34.841Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:42:34.841Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:42:34.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:42:34.843Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:42:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:42:44.392Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:42:44.393Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:43:34.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:43:34.840Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:43:34.841Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:43:34.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:43:34.843Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:43:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:43:44.406Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:43:44.409Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:44:34.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:44:34.840Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:44:34.840Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:44:34.842Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:44:34.843Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:44:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:44:44.398Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:44:44.398Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:45:34.841Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:45:34.842Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:45:34.844Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:45:34.844Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:45:34.844Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:45:34.845Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:45:44.409Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:45:44.409Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:46:34.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:46:34.841Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:46:34.841Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:46:34.842Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:46:34.843Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:46:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:46:44.407Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:46:44.407Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:47:34.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:47:34.840Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:47:34.840Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:47:34.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:47:34.843Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:47:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:47:44.424Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:47:44.424Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:48:34.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:48:34.841Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:48:34.841Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:48:34.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:48:34.843Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:48:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:48:44.402Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:48:44.402Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:49:34.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:49:34.840Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:49:34.841Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:49:34.842Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:49:34.842Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:49:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:49:44.397Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:49:44.399Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:50:34.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:50:34.841Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:50:34.841Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:50:34.842Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:50:34.842Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:50:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:50:44.403Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:50:44.403Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:51:34.840Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:51:34.842Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:51:34.843Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:51:34.843Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:51:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:51:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:51:44.395Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:51:44.428Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:52:34.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:52:34.841Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:52:34.841Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:52:34.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:52:34.842Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:52:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:52:44.403Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:52:44.405Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:53:34.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:53:34.841Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:53:34.841Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:53:34.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:53:34.843Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:53:34.844Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:53:44.412Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:53:44.413Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:54:34.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:54:34.840Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:54:34.841Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:54:34.842Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:54:34.842Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:54:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:54:44.400Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:54:44.414Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:55:34.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:55:34.840Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:55:34.841Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:55:34.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:55:34.843Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:55:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:55:44.403Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:55:44.407Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:56:34.840Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:56:34.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:56:34.844Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:56:34.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:56:34.844Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:56:34.844Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:56:44.400Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:56:44.406Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:57:34.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:57:34.841Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:57:34.842Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:57:34.842Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:57:34.844Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:57:34.844Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:57:44.418Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:57:44.437Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:58:34.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:58:34.841Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:58:34.841Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:58:34.842Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:58:34.843Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:58:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:58:44.397Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:58:44.410Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:59:34.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:59:34.840Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:59:34.841Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:59:34.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-24T23:59:34.843Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-24T23:59:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-24T23:59:44.418Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-24T23:59:44.418Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:00:34.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:00:34.840Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:00:34.841Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:00:34.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:00:34.842Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:00:34.842Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:00:44.417Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:00:44.421Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:01:34.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:01:34.841Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:01:34.841Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:01:34.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:01:34.843Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:01:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:01:44.410Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:01:44.410Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:02:34.840Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:02:34.842Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:02:34.843Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:02:34.843Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:02:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:02:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:02:44.412Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:02:44.412Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:03:34.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:03:34.841Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:03:34.841Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:03:34.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:03:34.843Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:03:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:03:44.403Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:03:44.403Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:04:34.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:04:34.841Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:04:34.841Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:04:34.842Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:04:34.843Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:04:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:04:44.390Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:04:44.390Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:05:34.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:05:34.842Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:05:34.842Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:05:34.842Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:05:34.843Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:05:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:05:44.408Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:05:44.408Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:06:34.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:06:34.841Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:06:34.841Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:06:34.842Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:06:34.843Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:06:34.844Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:06:44.413Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:06:44.413Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:07:34.840Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:07:34.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:07:34.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:07:34.844Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:07:34.844Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:07:34.844Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:07:44.409Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:07:44.427Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:08:34.839Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:08:34.840Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:08:34.841Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:08:34.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:08:34.842Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:08:34.842Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:08:44.398Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:08:44.404Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:09:34.840Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:09:34.842Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:09:34.842Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:09:34.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:09:34.843Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:09:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:09:44.421Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:09:44.424Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:10:34.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:10:34.840Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:10:34.840Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:10:34.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:10:34.843Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:10:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:10:44.396Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:10:44.399Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:11:34.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:11:34.840Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:11:34.840Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:11:34.842Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:11:34.842Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:11:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:11:44.398Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:11:44.401Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:12:34.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:12:34.841Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:12:34.841Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:12:34.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:12:34.842Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:12:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:12:44.398Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:12:44.400Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:13:34.840Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:13:34.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:13:34.845Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:13:34.845Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:13:34.844Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:13:34.845Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:13:44.436Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:13:44.437Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:14:34.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:14:34.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:14:34.842Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:14:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:14:34.843Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:14:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:14:35.491Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:14:35.493Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T00:14:35.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"24d4534a-e4bb-47b0-bde5-752d3c1b3708","serviceName":"vFW 2022-11-25 00-13-11","serviceVersion":"1.0","serviceUUID":"aa2192ea-7bf8-4327-9858-eee8c5306aae","serviceDescription":"catalog service description","serviceInvariantUUID":"902b5eb0-5854-43ee-9600-606d5edc75ea","resources":[{"resourceInstanceName":"vFW 21f9f9fc-abce 0","resourceName":"vFW 21f9f9fc-abce","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cf66f4e0-1bf5-462c-9006-404fa74decc5","resourceInvariantUUID":"710cdb5e-4f67-4d12-bc9a-12beea5e89d3","resourceCustomizationUUID":"6b8101d6-bcfe-42d9-9d68-c9d575eb3f5d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/vf-license-model.xml","artifactChecksum":"ODhmMzAyZTIxMzg3MjRjNTk2ZTAwMDU1YWQ0ZDY4YjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"35af93d9-f830-44ea-aad7-5dda23fedd3a","artifactVersion":"1"},{"artifactName":"vfw21f9f9fcabce0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/vfw21f9f9fcabce0_modules.json","artifactChecksum":"NWI4MTA5YTlhZGRhY2IyNTU1NzQxNThkNTRjOTE5ZjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0f8809da-a8cb-4658-b4b5-9eb182621344","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7a14a120-fd5f-44e9-b725-214e89245b5f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/vendor-license-model.xml","artifactChecksum":"OGViYzc3MjlmYWE4ZWI0OWY4OTQwMGMyMWI0ZjQxMGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"90963d96-ff28-4347-a29c-bf5272b03f7e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2b686e34-00fb-4f27-802a-0fbf5f87f5bf","artifactVersion":"2","generatedFromUUID":"7a14a120-fd5f-44e9-b725-214e89245b5f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221125001311-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221125001311/1.0/artifacts/service-Vfw20221125001311-template.yml","artifactChecksum":"YTNmYWMxYzEzNjMxNDYwOGExYzQxZTQ2MWJiYTE4OWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a9c96a85-6090-4a0e-890d-fa99e28f9461","artifactVersion":"1"},{"artifactName":"service-Vfw20221125001311-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221125001311/1.0/artifacts/service-Vfw20221125001311-csar.csar","artifactChecksum":"OGJmZDMzYWEwOGI2OWFhZGMyMDExNTQzZDU2M2Q4YjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f941dbf1-62e5-4e56-b4d7-196684198ff2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-25T00:14:35.506Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:14:35.510Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T00:14:35.511Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T00:14:35.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "policy-id",
"timestamp": 1669335260761,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:14:35.525Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:14:35.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-25T00:14:35.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T00:14:35.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669335262187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:14:35.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-25T00:14:35.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T00:14:35.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "cds",
"timestamp": 1669335262619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:14:35.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-25T00:14:35.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T00:14:35.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "aai-ml",
"timestamp": 1669335260760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:14:35.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-25T00:14:35.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T00:14:35.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "policy-id",
"timestamp": 1669335260761,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/vfw21f9f9fcabce0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:14:35.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-25T00:14:35.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T00:14:35.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669335262187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/vfw21f9f9fcabce0_modules.json",
"status": "NOTIFIED"
}
2022-11-25T00:14:35.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-25T00:14:35.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T00:14:35.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "cds",
"timestamp": 1669335262619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/vfw21f9f9fcabce0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:14:35.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-25T00:14:35.541Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:14:35.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T00:14:35.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "aai-ml",
"timestamp": 1669335260760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/vfw21f9f9fcabce0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:14:35.542Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335274839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:14:35.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-25T00:14:35.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T00:14:35.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "policy-id",
"timestamp": 1669335260761,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-25T00:14:35.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-25T00:14:35.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T00:14:35.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669335262187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-25T00:14:35.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-25T00:14:35.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T00:14:35.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "cds",
"timestamp": 1669335262619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:14:35.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-25T00:14:35.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T00:14:35.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "aai-ml",
"timestamp": 1669335260760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:14:35.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-25T00:14:35.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T00:14:35.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "policy-id",
"timestamp": 1669335260761,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:14:35.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-25T00:14:35.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T00:14:35.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669335262187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:14:35.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-25T00:14:35.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T00:14:35.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "cds",
"timestamp": 1669335262619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:14:35.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-25T00:14:35.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T00:14:35.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "aai-ml",
"timestamp": 1669335260760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:14:35.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-25T00:14:35.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T00:14:35.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "policy-id",
"timestamp": 1669335260761,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:14:35.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-25T00:14:35.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T00:14:35.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669335262187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-25T00:14:35.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-25T00:14:35.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T00:14:35.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "cds",
"timestamp": 1669335262619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:14:35.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-25T00:14:35.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T00:14:35.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "aai-ml",
"timestamp": 1669335260760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:14:35.550Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-25T00:14:35.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T00:14:35.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "policy-id",
"timestamp": 1669335260761,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/artifacts/service-Vfw20221125001311-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:14:35.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-25T00:14:35.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T00:14:35.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669335262187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/artifacts/service-Vfw20221125001311-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:14:35.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-25T00:14:35.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T00:14:35.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "cds",
"timestamp": 1669335262619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/artifacts/service-Vfw20221125001311-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:14:35.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-25T00:14:35.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T00:14:35.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "aai-ml",
"timestamp": 1669335260760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/artifacts/service-Vfw20221125001311-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:14:35.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-25T00:14:35.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T00:14:35.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "policy-id",
"timestamp": 1669335260761,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/artifacts/service-Vfw20221125001311-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T00:14:35.553Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-25T00:14:35.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T00:14:35.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669335262187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/artifacts/service-Vfw20221125001311-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T00:14:35.553Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-25T00:14:35.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T00:14:35.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "cds",
"timestamp": 1669335262619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/artifacts/service-Vfw20221125001311-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T00:14:35.553Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-25T00:14:35.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-25T00:14:35.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "aai-ml",
"timestamp": 1669335260760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/artifacts/service-Vfw20221125001311-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T00:14:35.554Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-25T00:14:35.641Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-11-25T00:14:35.647Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:14:35.647Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:14:35.678Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:14:35.680Z||pool-3-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-11-25T00:14:36.558Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T00:14:36.559Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:14:36.562Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:14:36.562Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335274839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/vfw21f9f9fcabce0_modules.json",
"status": "NOTIFIED"
}
2022-11-25T00:14:36.662Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T00:14:36.664Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:14:36.664Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:14:36.684Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:14:36.685Z||pool-4-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-25T00:14:37.563Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T00:14:37.564Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:14:37.566Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:14:37.566Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335274839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-25T00:14:37.666Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T00:14:37.667Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:14:37.668Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:14:37.686Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:14:37.687Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-25T00:14:38.567Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T00:14:38.568Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:14:38.570Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:14:38.570Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335274839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:14:38.671Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T00:14:38.672Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:14:38.672Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:14:38.685Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:14:38.686Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-25T00:14:39.573Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T00:14:39.573Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:14:39.577Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:14:39.577Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335274839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-25T00:14:39.677Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T00:14:39.679Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:14:39.680Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:14:39.696Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:14:39.697Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-25T00:14:40.578Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T00:14:40.580Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:14:40.583Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:14:40.583Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335274839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/artifacts/service-Vfw20221125001311-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:14:40.683Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 19 ms
2022-11-25T00:14:40.685Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:14:40.685Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:14:40.730Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:14:40.731Z||pool-8-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-11-25T00:14:41.664Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T00:14:41.666Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:14:41.668Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:14:41.668Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335274839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/artifacts/service-Vfw20221125001311-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T00:14:41.768Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T00:14:41.769Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:14:41.769Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:14:41.782Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:14:41.783Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-25T00:14:42.670Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"serviceName": "vFW 2022-11-25 00-13-11",
"serviceVersion": "1.0",
"serviceUUID": "aa2192ea-7bf8-4327-9858-eee8c5306aae",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "902b5eb0-5854-43ee-9600-606d5edc75ea",
"resources": [
{
"resourceInstanceName": "vFW 21f9f9fc-abce 0",
"resourceCustomizationUUID": "6b8101d6-bcfe-42d9-9d68-c9d575eb3f5d",
"resourceName": "vFW 21f9f9fc-abce",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "cf66f4e0-1bf5-462c-9006-404fa74decc5",
"resourceInvariantUUID": "710cdb5e-4f67-4d12-bc9a-12beea5e89d3",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw21f9f9fcabce0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/vfw21f9f9fcabce0_modules.json",
"artifactChecksum": "NWI4MTA5YTlhZGRhY2IyNTU1NzQxNThkNTRjOTE5ZjU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0f8809da-a8cb-4658-b4b5-9eb182621344",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7a14a120-fd5f-44e9-b725-214e89245b5f",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2b686e34-00fb-4f27-802a-0fbf5f87f5bf",
"generatedFromUUID": "7a14a120-fd5f-44e9-b725-214e89245b5f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2b686e34-00fb-4f27-802a-0fbf5f87f5bf",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221125001311-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/artifacts/service-Vfw20221125001311-csar.csar",
"artifactChecksum": "OGJmZDMzYWEwOGI2OWFhZGMyMDExNTQzZDU2M2Q4YjQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f941dbf1-62e5-4e56-b4d7-196684198ff2"
}
],
"workloadContext": "Production"
}
2022-11-25T00:14:42.672Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-25T00:14:42.673Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 aa2192ea-7bf8-4327-9858-eee8c5306aae ASDC
2022-11-25T00:14:42.816Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:24d4534a-e4bb-47b0-bde5-752d3c1b3708
ServiceName:vFW 2022-11-25 00-13-11
ServiceVersion:1.0
ServiceUUID:aa2192ea-7bf8-4327-9858-eee8c5306aae
ServiceInvariantUUID:902b5eb0-5854-43ee-9600-606d5edc75ea
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221125001311-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221125001311/1.0/artifacts/service-Vfw20221125001311-csar.csar
ArtifactUUID:f941dbf1-62e5-4e56-b4d7-196684198ff2
ArtifactChecksum:OGJmZDMzYWEwOGI2OWFhZGMyMDExNTQzZDU2M2Q4YjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 21f9f9fc-abce 0
ResourceCustomizationUUID:6b8101d6-bcfe-42d9-9d68-c9d575eb3f5d
ResourceInvariantUUID:710cdb5e-4f67-4d12-bc9a-12beea5e89d3
ResourceName:vFW 21f9f9fc-abce
ResourceType:VF
ResourceUUID:cf66f4e0-1bf5-462c-9006-404fa74decc5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw21f9f9fcabce0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/vfw21f9f9fcabce0_modules.json
ArtifactUUID:0f8809da-a8cb-4658-b4b5-9eb182621344
ArtifactChecksum:NWI4MTA5YTlhZGRhY2IyNTU1NzQxNThkNTRjOTE5ZjU=
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/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.yaml
ArtifactUUID:7a14a120-fd5f-44e9-b725-214e89245b5f
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/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.env
ArtifactUUID:2b686e34-00fb-4f27-802a-0fbf5f87f5bf
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/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.env
ArtifactUUID:2b686e34-00fb-4f27-802a-0fbf5f87f5bf
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-25T00:14:42.818Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aa2192ea-7bf8-4327-9858-eee8c5306aae ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T00:14:43.024Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-25T00:14:43.025Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-25T00:14:43.027Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-25T00:14:43.028Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f941dbf1-62e5-4e56-b4d7-196684198ff2 from URL: /sdc/v1/catalog/services/Vfw20221125001311/1.0/artifacts/service-Vfw20221125001311-csar.csar
2022-11-25T00:14:43.028Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-25T00:14:43.030Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221125001311/1.0/artifacts/service-Vfw20221125001311-csar.csar
2022-11-25T00:14:43.125Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-25T00:14:43.132Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221125001311/1.0/artifacts/service-Vfw20221125001311-csar.csar f941dbf1-62e5-4e56-b4d7-196684198ff2 101475
2022-11-25T00:14:43.135Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221125001311/1.0/artifacts/service-Vfw20221125001311-csar.csar ASDC sendASDCNotification
2022-11-25T00:14:43.135Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221125001311/1.0/artifacts/service-Vfw20221125001311-csar.csar
2022-11-25T00:14:43.136Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T00:14:43.137Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:14:43.139Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:14:43.139Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335283133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/artifacts/service-Vfw20221125001311-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:14:43.239Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T00:14:43.241Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:14:43.241Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:14:43.257Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:14:43.258Z||pool-10-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-25T00:14:44.140Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-25T00:14:44.148Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-25T00:14:44.148Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f941dbf1-62e5-4e56-b4d7-196684198ff2, URL: /sdc/v1/catalog/services/Vfw20221125001311/1.0/artifacts/service-Vfw20221125001311-csar.csar to file: /app/ASDC/1/service-Vfw20221125001311-csar.csar
2022-11-25T00:14:44.150Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221125001311-csar.csar
2022-11-25T00:14:44.262Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221125001311-csar.csar
2022-11-25T00:14:44.262Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221125001311-csar.csar
2022-11-25T00:14:44.943Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14074706783818964287/Definitions/service-Vfw20221125001311-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_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_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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-11-25T00:14:48.324Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-25T00:14:48.330Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-25T00:14:48.330Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221125001311-csar.csar
2022-11-25T00:14:48.331Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-25T00:14:48.331Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221125001311-csar.csar
2022-11-25T00:14:48.331Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221125001311-csar.csar
2022-11-25T00:14:48.331Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221125001311-csar.csar
2022-11-25T00:14:48.331Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221125001311-csar.csar
2022-11-25T00:14:48.332Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221125001311-csar.csar
2022-11-25T00:14:48.332Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221125001311-csar.csar
2022-11-25T00:14:48.332Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221125001311-csar.csar
2022-11-25T00:14:48.332Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221125001311-csar.csar
2022-11-25T00:14:48.332Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 21f9f9fc-abce 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-Vfw20221125001311-csar.csar
2022-11-25T00:14:48.333Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221125001311-csar.csar
2022-11-25T00:14:48.333Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221125001311-csar.csar
2022-11-25T00:14:48.333Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-25T00:14:48.340Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:14:48.341Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-25 00-13-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:14:48.346Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vFW 21f9f9fc-abce 0 is matching search criteria
2022-11-25T00:14:48.346Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-25T00:14:48.348Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 21f9f9fc-abce 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-25T00:14:48.350Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:14:48.350Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-25 00-13-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:14:48.351Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vFW 21f9f9fc-abce 0 is matching search criteria
2022-11-25T00:14:48.351Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-25T00:14:48.351Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 21f9f9fc-abce 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-25T00:14:48.352Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:14:48.352Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-25 00-13-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:14:48.356Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:14:48.357Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vFW 21f9f9fc-abce 0 is not matching search criteria
2022-11-25T00:14:48.357Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-25T00:14:48.357Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-25T00:14:48.358Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-25T00:14:48.358Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-25T00:14:48.358Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-25T00:14:48.359Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-25T00:14:48.359Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-25T00:14:48.359Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-25T00:14:48.359Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-25T00:14:48.360Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-25T00:14:48.360Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-25T00:14:48.360Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-25T00:14:48.361Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-25T00:14:48.361Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-25T00:14:48.361Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-25T00:14:48.362Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-25T00:14:48.362Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:14:48.362Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-25 00-13-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-25T00:14:48.364Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:14:48.364Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vFW 21f9f9fc-abce 0 is matching search criteria
2022-11-25T00:14:48.365Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 21f9f9fc-abce 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T00:14:48.365Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:14:48.366Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vFW 21f9f9fc-abce 0 is matching search criteria
2022-11-25T00:14:48.366Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 21f9f9fc-abce 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T00:14:48.366Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:14:48.367Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vFW 21f9f9fc-abce 0 is matching search criteria
2022-11-25T00:14:48.367Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 21f9f9fc-abce 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T00:14:48.367Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:14:48.368Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vFW 21f9f9fc-abce 0 is not matching search criteria
2022-11-25T00:14:48.368Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-25T00:14:48.368Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-25T00:14:48.369Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-25T00:14:48.369Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-25T00:14:48.369Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-25T00:14:48.370Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-25T00:14:48.370Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-25T00:14:48.370Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-25T00:14:48.371Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-25T00:14:48.371Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-25T00:14:48.371Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-25T00:14:48.372Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b5d3d291-03a8-47bf-8520-1065ebf68677
2022-11-25T00:14:48.372Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:14:48.373Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vFW 21f9f9fc-abce 0 is not matching search criteria
2022-11-25T00:14:48.373Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-25T00:14:48.373Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-25T00:14:48.374Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-25T00:14:48.374Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-25T00:14:48.374Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-25T00:14:48.375Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-25T00:14:48.375Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-25T00:14:48.376Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-25T00:14:48.376Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-25T00:14:48.376Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-25T00:14:48.377Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-25T00:14:48.377Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-25T00:14:48.377Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=97eee7da-54e1-43ea-9a1d-76170a9fe917
2022-11-25T00:14:48.378Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:14:48.378Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vFW 21f9f9fc-abce 0 is not matching search criteria
2022-11-25T00:14:48.378Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-25T00:14:48.379Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-25T00:14:48.379Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-25T00:14:48.379Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-25T00:14:48.379Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-25T00:14:48.380Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-25T00:14:48.380Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-25T00:14:48.381Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-25T00:14:48.381Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-25T00:14:48.381Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-25T00:14:48.382Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-25T00:14:48.382Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-25T00:14:48.382Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0b048ac4-6f70-4250-88ee-4007b01bc41c
2022-11-25T00:14:48.383Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:14:48.383Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-25 00-13-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:14:48.384Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:14:48.384Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-25 00-13-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:14:48.384Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:14:48.385Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-25 00-13-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:14:48.385Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:14:48.385Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-25 00-13-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:14:48.386Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-25 00-13-11
Description:catalog service description
Model UUID:aa2192ea-7bf8-4327-9858-eee8c5306aae
Model Version:NULL
Model InvariantUuid:902b5eb0-5854-43ee-9600-606d5edc75ea
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 21f9f9fc-abce
Model UUID:0b8298e3-f2da-43f0-be3c-fabe6efc1e56
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:710cdb5e-4f67-4d12-bc9a-12beea5e89d3
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:6b8101d6-bcfe-42d9-9d68-c9d575eb3f5d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:59a5a076-57c2-4d9b-801b-f3b3604aa260
ModelName:Vfw21f9f9fcAbce..base_vfw..module-0
ModelUuid:7679e06a-6dfa-4022-8ccb-de8256afefc6
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b5d3d291-03a8-47bf-8520-1065ebf68677
ModelInvariantUuid:b6de0c62-d0e0-4cce-8e30-57cce4a41271
ModelName:vFW 21f9f9fc-abce-nodes.vfwCvfc
ModelUuid:e1839f4c-4aee-4371-b60f-1fd04d93ca99
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:2e20f661-f043-4a82-81c5-efe03e8a9649
ModelInvariantUuid:f162d028-262a-47e5-a95e-f27863b6fb67
ModelName:Vfw21f9f9fcAbce.compute.nodes.heat.vfw
ModelUuid:c9bdb27b-fa89-40aa-90c7-ed0d88a8cada
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:97eee7da-54e1-43ea-9a1d-76170a9fe917
ModelInvariantUuid:64d08e95-a96d-4757-a8a3-b6d11a59fd85
ModelName:vFW 21f9f9fc-abce-nodes.vsnCvfc
ModelUuid:d45ec315-8d48-4afd-a29c-389fc73f7500
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:73b8ad13-51dc-4447-9fae-8b5dc24f9a21
ModelInvariantUuid:2304e5a0-69cd-4d03-a2ab-80d5018e1722
ModelName:Vfw21f9f9fcAbce.compute.nodes.heat.vsn
ModelUuid:c4ac1b40-16cf-4d81-b4bc-9cac77d28d94
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0b048ac4-6f70-4250-88ee-4007b01bc41c
ModelInvariantUuid:3eeef58e-7407-4705-8625-1de89640331a
ModelName:vFW 21f9f9fc-abce-nodes.vpgCvfc
ModelUuid:17fa95b9-02d0-45f1-9e66-2d17ef00b883
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:68ec3a10-8e55-4d13-ac48-effeaa27867a
ModelInvariantUuid:c30b5bb5-2f31-4ccf-8ffd-df92b3bd1576
ModelName:Vfw21f9f9fcAbce.compute.nodes.heat.vpg
ModelUuid:3ea0982e-5df0-4642-b45e-38cf6095ca15
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-25T00:14:48.410Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: cf66f4e0-1bf5-462c-9006-404fa74decc5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-25T00:14:48.473Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||vFW 21f9f9fc-abce 0
2022-11-25T00:14:48.481Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cf66f4e0-1bf5-462c-9006-404fa74decc5
2022-11-25T00:14:48.482Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0f8809da-a8cb-4658-b4b5-9eb182621344 from URL: /sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/vfw21f9f9fcabce0_modules.json
2022-11-25T00:14:48.482Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-25T00:14:48.482Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/vfw21f9f9fcabce0_modules.json
2022-11-25T00:14:48.595Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-25T00:14:48.595Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/vfw21f9f9fcabce0_modules.json 0f8809da-a8cb-4658-b4b5-9eb182621344 785
2022-11-25T00:14:48.596Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/vfw21f9f9fcabce0_modules.json ASDC sendASDCNotification
2022-11-25T00:14:48.596Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/vfw21f9f9fcabce0_modules.json
2022-11-25T00:14:48.596Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T00:14:48.597Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:14:48.617Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:14:48.618Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335288596,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/vfw21f9f9fcabce0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:14:48.702Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms
2022-11-25T00:14:48.703Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:14:48.703Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:14:48.725Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:14:48.726Z||pool-11-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-11-25T00:14:49.620Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw21f9f9fcAbce..base_vfw..module-0",
"vfModuleModelInvariantUUID": "59a5a076-57c2-4d9b-801b-f3b3604aa260",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7679e06a-6dfa-4022-8ccb-de8256afefc6",
"vfModuleModelCustomizationUUID": "27958fff-cc6e-4e3d-b5d0-74cbf64509d6",
"isBase": true,
"artifacts": [
"7a14a120-fd5f-44e9-b725-214e89245b5f",
"2b686e34-00fb-4f27-802a-0fbf5f87f5bf"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-25T00:14:49.636Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw21f9f9fcAbce..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7679e06a-6dfa-4022-8ccb-de8256afefc6
VfModuleModelInvariantUUID:59a5a076-57c2-4d9b-801b-f3b3604aa260
VfModuleModelDescription:NULL
Artifacts UUID List:{
7a14a120-fd5f-44e9-b725-214e89245b5f
,
2b686e34-00fb-4f27-802a-0fbf5f87f5bf
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-25T00:14:49.639Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw21f9f9fcAbce..base_vfw..module-0",
"vfModuleModelInvariantUUID": "59a5a076-57c2-4d9b-801b-f3b3604aa260",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7679e06a-6dfa-4022-8ccb-de8256afefc6",
"vfModuleModelCustomizationUUID": "27958fff-cc6e-4e3d-b5d0-74cbf64509d6",
"isBase": true,
"artifacts": [
"7a14a120-fd5f-44e9-b725-214e89245b5f",
"2b686e34-00fb-4f27-802a-0fbf5f87f5bf"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-25T00:14:49.640Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw21f9f9fcAbce..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7679e06a-6dfa-4022-8ccb-de8256afefc6
VfModuleModelInvariantUUID:59a5a076-57c2-4d9b-801b-f3b3604aa260
VfModuleModelDescription:NULL
Artifacts UUID List:{
7a14a120-fd5f-44e9-b725-214e89245b5f
,
2b686e34-00fb-4f27-802a-0fbf5f87f5bf
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-25T00:14:49.640Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7a14a120-fd5f-44e9-b725-214e89245b5f from URL: /sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.yaml
2022-11-25T00:14:49.641Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-25T00:14:49.641Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.yaml
2022-11-25T00:14:49.775Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-25T00:14:49.776Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.yaml 7a14a120-fd5f-44e9-b725-214e89245b5f 20368
2022-11-25T00:14:49.777Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-25T00:14:49.777Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.yaml
2022-11-25T00:14:49.777Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T00:14:49.778Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:14:49.781Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:14:49.781Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335289777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:14:49.881Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T00:14:49.882Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:14:49.883Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:14:49.898Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:14:49.899Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-25T00:14:50.783Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2b686e34-00fb-4f27-802a-0fbf5f87f5bf from URL: /sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.env
2022-11-25T00:14:50.783Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-25T00:14:50.784Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.env
2022-11-25T00:14:50.991Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-25T00:14:50.992Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.env 2b686e34-00fb-4f27-802a-0fbf5f87f5bf 2098
2022-11-25T00:14:50.992Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-25T00:14:50.993Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.env
2022-11-25T00:14:50.993Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T00:14:50.993Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:14:50.996Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:14:50.996Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335290992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:14:51.096Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T00:14:51.098Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:14:51.099Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:14:51.116Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:14:51.117Z||pool-13-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-25T00:14:51.997Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: aa2192ea-7bf8-4327-9858-eee8c5306aae
2022-11-25T00:14:51.998Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 21f9f9fc-abce 0 cf66f4e0-1bf5-462c-9006-404fa74decc5 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-25T00:14:52.058Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2909b125, org.onap.sdc.toscaparser.api.parameters.Input@f180ba1, org.onap.sdc.toscaparser.api.parameters.Input@748f62c2, org.onap.sdc.toscaparser.api.parameters.Input@2e88df53, org.onap.sdc.toscaparser.api.parameters.Input@4aecd33e]
2022-11-25T00:14:52.063Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:14:52.064Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-25 00-13-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:14:52.064Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-11-25T00:14:52.064Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 6b8101d6-bcfe-42d9-9d68-c9d575eb3f5d
2022-11-25T00:14:52.065Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6b8101d6-bcfe-42d9-9d68-c9d575eb3f5d matches Tosca VF Customization UUID: 6b8101d6-bcfe-42d9-9d68-c9d575eb3f5d
2022-11-25T00:14:52.065Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 6b8101d6-bcfe-42d9-9d68-c9d575eb3f5d matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-25T00:14:52.075Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:14:52.075Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-25 00-13-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:14:52.078Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 6b8101d6-bcfe-42d9-9d68-c9d575eb3f5d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-25T00:14:52.079Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@249a1605
2022-11-25T00:14:52.079Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:14:52.079Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-25 00-13-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-25T00:14:52.080Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 27958fff-cc6e-4e3d-b5d0-74cbf64509d6
2022-11-25T00:14:52.081Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 27958fff-cc6e-4e3d-b5d0-74cbf64509d6
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-25T00:14:52.093Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:14:52.094Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vFW 21f9f9fc-abce 0 is matching search criteria
2022-11-25T00:14:52.094Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 21f9f9fc-abce 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T00:14:52.095Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:14:52.096Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vFW 21f9f9fc-abce 0 is matching search criteria
2022-11-25T00:14:52.096Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 21f9f9fc-abce 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T00:14:52.097Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:14:52.097Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vFW 21f9f9fc-abce 0 is not matching search criteria
2022-11-25T00:14:52.097Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-25T00:14:52.097Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-25T00:14:52.098Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-25T00:14:52.098Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-25T00:14:52.098Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-25T00:14:52.098Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-25T00:14:52.099Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-25T00:14:52.099Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-25T00:14:52.099Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-25T00:14:52.099Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-25T00:14:52.099Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-25T00:14:52.100Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b5d3d291-03a8-47bf-8520-1065ebf68677
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-25T00:14:52.109Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:14:52.109Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vFW 21f9f9fc-abce 0 is matching search criteria
2022-11-25T00:14:52.110Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 21f9f9fc-abce 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T00:14:52.110Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:14:52.110Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vFW 21f9f9fc-abce 0 is not matching search criteria
2022-11-25T00:14:52.111Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-25T00:14:52.111Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-25T00:14:52.111Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-25T00:14:52.111Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-25T00:14:52.111Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-25T00:14:52.111Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-25T00:14:52.112Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-25T00:14:52.112Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-25T00:14:52.112Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-25T00:14:52.112Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-25T00:14:52.113Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-25T00:14:52.113Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-25T00:14:52.113Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=97eee7da-54e1-43ea-9a1d-76170a9fe917
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-25T00:14:52.117Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:14:52.117Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vFW 21f9f9fc-abce 0 is matching search criteria
2022-11-25T00:14:52.117Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 21f9f9fc-abce 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T00:14:52.120Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:14:52.120Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vFW 21f9f9fc-abce 0 is not matching search criteria
2022-11-25T00:14:52.121Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-25T00:14:52.121Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-25T00:14:52.121Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-25T00:14:52.121Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-25T00:14:52.122Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-25T00:14:52.122Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-25T00:14:52.122Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-25T00:14:52.122Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-25T00:14:52.122Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-25T00:14:52.123Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-25T00:14:52.123Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-25T00:14:52.123Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-25T00:14:52.123Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0b048ac4-6f70-4250-88ee-4007b01bc41c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-25T00:14:52.128Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:14:52.128Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vFW 21f9f9fc-abce 0 is matching search criteria
2022-11-25T00:14:52.129Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 21f9f9fc-abce 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T00:14:52.129Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:14:52.129Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Node template vFW 21f9f9fc-abce 0 is matching search criteria
2022-11-25T00:14:52.130Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 21f9f9fc-abce 0] matching following query criteria: sdcType=VF, customizationUUID=6b8101d6-bcfe-42d9-9d68-c9d575eb3f5d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-25T00:14:52.134Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:14:52.135Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-25 00-13-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:14:52.136Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid aa2192ea-7bf8-4327-9858-eee8c5306aae: vFW 21f9f9fc-abce
2022-11-25T00:14:52.136Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:14:52.136Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-25 00-13-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:14:52.136Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:14:52.137Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-25 00-13-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:14:52.137Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:14:52.137Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-25 00-13-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:14:52.138Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:14:52.138Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-25 00-13-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:14:52.138Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:14:52.138Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-25 00-13-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:14:52.139Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-11-25 00-13-11
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T00:14:52.523Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 21f9f9fc-abce cf66f4e0-1bf5-462c-9006-404fa74decc5 1 ASDC deployResourceStructure
2022-11-25T00:14:52.525Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/vfw21f9f9fcabce0_modules.json ASDC sendASDCNotification
2022-11-25T00:14:52.525Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/vfw21f9f9fcabce0_modules.json
2022-11-25T00:14:52.525Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T00:14:52.526Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:14:52.529Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:14:52.529Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335292525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/vfw21f9f9fcabce0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-25T00:14:52.629Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T00:14:52.631Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:14:52.631Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:14:52.651Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:14:52.652Z||pool-14-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-25T00:14:53.531Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-25T00:14:53.531Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.yaml
2022-11-25T00:14:53.531Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T00:14:53.532Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:14:53.534Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:14:53.534Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335293531,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-25T00:14:53.634Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T00:14:53.636Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:14:53.636Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:14:53.654Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:14:53.660Z||pool-15-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-25T00:14:54.536Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-25T00:14:54.536Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.env
2022-11-25T00:14:54.536Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T00:14:54.537Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:14:54.539Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:14:54.539Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335294535,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-25T00:14:54.639Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T00:14:54.641Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:14:54.641Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:14:54.657Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:14:54.657Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-25T00:14:55.540Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221125001311/1.0/artifacts/service-Vfw20221125001311-csar.csar ASDC sendASDCNotification
2022-11-25T00:14:55.541Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221125001311/1.0/artifacts/service-Vfw20221125001311-csar.csar
2022-11-25T00:14:55.541Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T00:14:55.541Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:14:55.544Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:14:55.544Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335295540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/artifacts/service-Vfw20221125001311-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-25T00:14:55.644Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T00:14:55.645Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:14:55.646Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:14:55.682Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:14:55.682Z||pool-17-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-11-25T00:14:56.545Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 24d4534a-e4bb-47b0-bde5-752d3c1b3708
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-25T00:14:56.601Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 24d4534a-e4bb-47b0-bde5-752d3c1b3708
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-25T00:14:56.605Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T00:14:56.605Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-25T00:14:56.605Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-25T00:15:26.619Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 24d4534a-e4bb-47b0-bde5-752d3c1b3708
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-25T00:15:26.643Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 24d4534a-e4bb-47b0-bde5-752d3c1b3708
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-25T00:15:26.645Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T00:15:26.646Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-25T00:15:26.646Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-25T00:15:34.842Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:15:34.844Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:15:34.844Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:15:34.972Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:15:34.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T00:15:34.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335274839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:15:34.976Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-25T00:15:56.646Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 24d4534a-e4bb-47b0-bde5-752d3c1b3708
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-25T00:15:56.662Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 24d4534a-e4bb-47b0-bde5-752d3c1b3708
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-25T00:15:56.666Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T00:15:56.666Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-25T00:15:56.667Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-25T00:16:26.667Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 24d4534a-e4bb-47b0-bde5-752d3c1b3708
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-25T00:16:26.692Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 24d4534a-e4bb-47b0-bde5-752d3c1b3708
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-25T00:16:26.695Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T00:16:26.695Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-25T00:16:26.696Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-25T00:16:34.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:16:34.845Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:16:34.845Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:16:34.894Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:16:34.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:34.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "policy-id",
"timestamp": 1669335275830,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/artifacts/service-Vfw20221125001311-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:16:34.902Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:16:34.902Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:34.902Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669335275828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/vfw21f9f9fcabce0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:16:34.903Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:16:34.903Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:34.903Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "cds",
"timestamp": 1669335276320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/artifacts/service-Vfw20221125001311-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:16:34.904Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:16:34.904Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:34.904Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "aai-ml",
"timestamp": 1669335275317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/artifacts/service-Vfw20221125001311-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:16:34.904Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:16:34.905Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:34.905Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669335275824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:16:34.905Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:34.905Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:34.906Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335274839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/vfw21f9f9fcabce0_modules.json",
"status": "NOTIFIED"
}
2022-11-25T00:16:34.906Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:34.906Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:34.907Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "policy-id",
"timestamp": 1669335276845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/artifacts/service-Vfw20221125001311-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-25T00:16:34.907Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:16:34.907Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:34.907Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669335276962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:16:34.908Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:16:34.908Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:34.908Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669335275824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/vfw21f9f9fcabce0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:16:34.909Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:34.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:34.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335274839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-25T00:16:34.910Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:34.910Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:34.910Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "policy-id",
"timestamp": 1669335277858,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-25T00:16:34.921Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 24d4534a-e4bb-47b0-bde5-752d3c1b3708
2022-11-25T00:16:34.921Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24d4534a-e4bb-47b0-bde5-752d3c1b3708 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T00:16:34.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:34.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669335275824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:16:34.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:34.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:34.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669335278093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:16:34.946Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:16:34.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:34.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335274839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:16:34.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:34.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:34.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669335275824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:16:34.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:34.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:34.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669335279238,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-25T00:16:34.965Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 24d4534a-e4bb-47b0-bde5-752d3c1b3708
2022-11-25T00:16:34.965Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24d4534a-e4bb-47b0-bde5-752d3c1b3708 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-11-25T00:16:34.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:34.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335274839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-25T00:16:34.983Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:34.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:34.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669335275824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:16:34.984Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:34.985Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:34.985Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669335280242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/vfw21f9f9fcabce0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-25T00:16:34.985Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:16:34.985Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:34.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335274839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/artifacts/service-Vfw20221125001311-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:16:34.986Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:34.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:34.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669335275824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/artifacts/service-Vfw20221125001311-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:16:34.987Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:34.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:34.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335274839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/artifacts/service-Vfw20221125001311-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T00:16:34.988Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:34.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:34.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669335275824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/artifacts/service-Vfw20221125001311-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T00:16:34.989Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:34.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:34.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669335283723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/artifacts/service-Vfw20221125001311-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:16:34.990Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:16:34.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:34.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335283133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/artifacts/service-Vfw20221125001311-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:16:34.991Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:16:34.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:34.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "aai-ml",
"timestamp": 1669335286405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/artifacts/service-Vfw20221125001311-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-25T00:16:34.992Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:16:34.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:34.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "aai-ml",
"timestamp": 1669335287413,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-25T00:16:35.003Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 24d4534a-e4bb-47b0-bde5-752d3c1b3708
2022-11-25T00:16:35.003Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24d4534a-e4bb-47b0-bde5-752d3c1b3708 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T00:16:35.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335288596,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/vfw21f9f9fcabce0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:16:35.020Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:16:35.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335289777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:16:35.021Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:16:35.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335290992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:16:35.022Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:16:35.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669335292068,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/artifacts/service-Vfw20221125001311-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-25T00:16:35.023Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:16:35.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669335293076,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-25T00:16:35.036Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 24d4534a-e4bb-47b0-bde5-752d3c1b3708
2022-11-25T00:16:35.037Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24d4534a-e4bb-47b0-bde5-752d3c1b3708 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T00:16:35.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.054Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335292525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/vfw21f9f9fcabce0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-25T00:16:35.054Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:16:35.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335293531,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-25T00:16:35.058Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:16:35.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.059Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335294535,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/resourceInstances/vfw21f9f9fcabce0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-25T00:16:35.059Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:16:35.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.060Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335295540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221125001311/1.0/artifacts/service-Vfw20221125001311-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-25T00:16:35.060Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:16:35.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "policy-id",
"timestamp": 1669335300761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:16:35.061Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:35.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.062Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669335302186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:16:35.062Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:35.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.062Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669335305824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:16:35.062Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:35.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.063Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "policy-id",
"timestamp": 1669335300761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/basic_onboard_hzsmiz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:16:35.063Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:35.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.063Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669335302186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/basic_onboard_hzsmiz0_modules.json",
"status": "NOTIFIED"
}
2022-11-25T00:16:35.063Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:35.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.067Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669335305824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/basic_onboard_hzsmiz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:16:35.068Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:35.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "policy-id",
"timestamp": 1669335300761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-25T00:16:35.068Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:35.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669335302186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-25T00:16:35.069Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:35.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "cds",
"timestamp": 1669335307621,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:16:35.069Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:35.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669335305824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:16:35.070Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:35.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "policy-id",
"timestamp": 1669335300761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:16:35.071Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:35.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669335302186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:16:35.071Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:35.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "cds",
"timestamp": 1669335307621,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/basic_onboard_hzsmiz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:16:35.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:35.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669335305824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:16:35.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:35.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "policy-id",
"timestamp": 1669335300761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:16:35.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:35.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669335302186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-25T00:16:35.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:35.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "cds",
"timestamp": 1669335307621,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:16:35.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:35.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669335305824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:16:35.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:35.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "policy-id",
"timestamp": 1669335300761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/artifacts/service-BasicOnboardHzsmiz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:16:35.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:35.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669335302186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/artifacts/service-BasicOnboardHzsmiz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:16:35.077Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:35.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "cds",
"timestamp": 1669335307621,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:16:35.077Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:35.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669335305824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/artifacts/service-BasicOnboardHzsmiz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:16:35.079Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:35.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669335302186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/artifacts/service-BasicOnboardHzsmiz-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T00:16:35.079Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:35.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "policy-id",
"timestamp": 1669335300761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/artifacts/service-BasicOnboardHzsmiz-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T00:16:35.080Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:35.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "cds",
"timestamp": 1669335307621,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:16:35.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:35.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669335305824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/artifacts/service-BasicOnboardHzsmiz-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T00:16:35.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:35.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "policy-id",
"timestamp": 1669335312582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/artifacts/service-BasicOnboardHzsmiz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:16:35.082Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:16:35.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669335312588,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/basic_onboard_hzsmiz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:16:35.082Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:16:35.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "cds",
"timestamp": 1669335307621,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/artifacts/service-BasicOnboardHzsmiz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:16:35.083Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:35.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669335313649,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/artifacts/service-BasicOnboardHzsmiz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:16:35.085Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:16:35.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "policy-id",
"timestamp": 1669335313587,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/artifacts/service-BasicOnboardHzsmiz-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-25T00:16:35.086Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:16:35.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669335313699,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:16:35.087Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:16:35.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "cds",
"timestamp": 1669335307621,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/artifacts/service-BasicOnboardHzsmiz-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T00:16:35.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:35.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "policy-id",
"timestamp": 1669335314590,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T00:16:35.128Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9
2022-11-25T00:16:35.129Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T00:16:35.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669335314830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:16:35.146Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:16:35.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "cds",
"timestamp": 1669335315435,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/artifacts/service-BasicOnboardHzsmiz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:16:35.147Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:16:35.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669335315859,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-25T00:16:35.161Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9
2022-11-25T00:16:35.162Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-11-25T00:16:35.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669335316658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/artifacts/service-BasicOnboardHzsmiz-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-25T00:16:35.176Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:16:35.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669335316862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/basic_onboard_hzsmiz0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-25T00:16:35.177Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:16:35.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669335317665,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-25T00:16:35.189Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9
2022-11-25T00:16:35.190Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T00:16:35.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "aai-ml",
"timestamp": 1669335320760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:16:35.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:35.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "aai-ml",
"timestamp": 1669335320760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/basic_onboard_hzsmiz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:16:35.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:35.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "aai-ml",
"timestamp": 1669335320760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:16:35.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:35.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "aai-ml",
"timestamp": 1669335320760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:16:35.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:35.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "aai-ml",
"timestamp": 1669335320760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:16:35.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:35.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "aai-ml",
"timestamp": 1669335320760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/artifacts/service-BasicOnboardHzsmiz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:16:35.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:35.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "aai-ml",
"timestamp": 1669335320760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/artifacts/service-BasicOnboardHzsmiz-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T00:16:35.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:16:35.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "aai-ml",
"timestamp": 1669335328531,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/artifacts/service-BasicOnboardHzsmiz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:16:35.225Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:16:35.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:16:35.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "aai-ml",
"timestamp": 1669335333925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/artifacts/service-BasicOnboardHzsmiz-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-25T00:16:35.226Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:16:56.696Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 24d4534a-e4bb-47b0-bde5-752d3c1b3708
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-25T00:16:56.714Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 24d4534a-e4bb-47b0-bde5-752d3c1b3708
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-25T00:16:56.718Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T00:16:56.718Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-25T00:16:56.718Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-25T00:16:56.718Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-25T00:16:56.718Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-25T00:16:56.719Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-25T00:16:56.719Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-25T00:16:56.719Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-25T00:16:56.719Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-25T00:16:56.727Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-25T00:17:26.728Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 24d4534a-e4bb-47b0-bde5-752d3c1b3708 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-25T00:17:26.743Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 24d4534a-e4bb-47b0-bde5-752d3c1b3708 and serviceModelVersionId: aa2192ea-7bf8-4327-9858-eee8c5306aae
2022-11-25T00:17:26.744Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 902b5eb0-5854-43ee-9600-606d5edc75ea
2022-11-25T00:17:34.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:17:34.844Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:17:34.844Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:17:35.377Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:17:35.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:17:35.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "aai-ml",
"timestamp": 1669335334932,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-25T00:17:35.394Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9
2022-11-25T00:17:35.395Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T00:17:43.543Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/902b5eb0-5854-43ee-9600-606d5edc75ea/model-vers/model-ver/aa2192ea-7bf8-4327-9858-eee8c5306aae?depth=0
2022-11-25T00:17:43.665Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-11-25T00:17:44.246Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/902b5eb0-5854-43ee-9600-606d5edc75ea/model-vers/model-ver/aa2192ea-7bf8-4327-9858-eee8c5306aae?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-25T00:17:44.255Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/902b5eb0-5854-43ee-9600-606d5edc75ea/model-vers/model-ver/aa2192ea-7bf8-4327-9858-eee8c5306aae?depth=0|INFO|500||Invoke
2022-11-25T00:17:44.284Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/902b5eb0-5854-43ee-9600-606d5edc75ea/model-vers/model-ver/aa2192ea-7bf8-4327-9858-eee8c5306aae?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-25T00:17:44.601Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/902b5eb0-5854-43ee-9600-606d5edc75ea/model-vers/model-ver/aa2192ea-7bf8-4327-9858-eee8c5306aae?depth=0|INFO|500||InvokeReturn
2022-11-25T00:17:44.602Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/902b5eb0-5854-43ee-9600-606d5edc75ea/model-vers/model-ver/aa2192ea-7bf8-4327-9858-eee8c5306aae?depth=0 has http status code:200 and response headers:{date=[Fri, 25 Nov 2022 00:17:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[269], vertex-id=[315456], x-aai-txid=[0-aai-resources-221125-00:17:43:989-97850], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-25T00:17:44.602Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-11-25T00:17:44.610Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-25T00:17:44.611Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-25T00:17:44.623Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-25T00:17:44.626Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 24d4534a-e4bb-47b0-bde5-752d3c1b3708 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-25T00:17:44.627Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-25T00:17:44.627Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:17:44.630Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:17:44.630Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335464626,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-25T00:17:44.731Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T00:17:44.732Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:17:44.732Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:17:44.754Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:17:44.756Z||pool-18-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-25T00:17:45.660Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:17:45.661Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:17:45.661Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:17:51.297Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:17:51.299Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-25T00:17:51.300Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9","serviceName":"basic_onboard_HZSmiZ","serviceVersion":"1.0","serviceUUID":"4baa0a46-16c3-4188-90db-4c489667d375","serviceDescription":"service","serviceInvariantUUID":"36659770-5f0c-4f56-bd9d-cb3eba1c847b","resources":[{"resourceInstanceName":"basic_onboard_HZSmiZ 0","resourceName":"basic_onboard_HZSmiZ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e03a8949-f4ca-41a4-a0d4-7a1b69853a1f","resourceInvariantUUID":"4e584060-4fba-43b7-8c42-8186482bc440","resourceCustomizationUUID":"74270c58-709b-4bbf-8269-6ac445dbfeaa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/vf-license-model.xml","artifactChecksum":"NjlhYzlhMWQ3NWU5MDk2OWQzYTE1YjEwZmU4ZDE5ZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dc5ff7fa-c057-48eb-8602-fad90ae70daa","artifactVersion":"1"},{"artifactName":"basic_onboard_hzsmiz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/basic_onboard_hzsmiz0_modules.json","artifactChecksum":"OWIyODRkZDQ3YWM1MjFkYjVhYTg4NDNlM2QzZWJkMGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"570146cf-c4b4-4d33-ac38-20ae7ca7cc77","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"336b507e-5aec-4bc4-b298-7dae6baf4415","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"09451299-6d9f-450c-921b-2fcea04c8155","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"654b73af-265c-4300-b0c7-14de7fffead4","artifactVersion":"2","generatedFromUUID":"336b507e-5aec-4bc4-b298-7dae6baf4415"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardHzsmiz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/artifacts/service-BasicOnboardHzsmiz-template.yml","artifactChecksum":"NWUxMjdmMzIxMGRjMjY0NDQ3NGU0NDIwN2Y5MGQ4MDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a1e6cb0d-f871-4981-bbca-364e10bf7d2d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardHzsmiz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/artifacts/service-BasicOnboardHzsmiz-csar.csar","artifactChecksum":"OTE1MDEwNWNlMmQ1ODZlZjE0YWY5ODQ2NWM0NmRhNDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"052417e9-ec00-46bf-ae7e-8f042ec3da74","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-25T00:17:51.306Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T00:17:51.307Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:17:51.311Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:17:51.312Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335465660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:17:51.411Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T00:17:51.413Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:17:51.416Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:17:51.432Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:17:51.433Z||pool-19-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-25T00:17:52.312Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T00:17:52.313Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:17:52.315Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:17:52.316Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335465660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/basic_onboard_hzsmiz0_modules.json",
"status": "NOTIFIED"
}
2022-11-25T00:17:52.416Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T00:17:52.417Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:17:52.417Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:17:52.451Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:17:52.452Z||pool-20-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-11-25T00:17:53.316Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T00:17:53.318Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:17:53.320Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:17:53.320Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335465660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-25T00:17:53.420Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T00:17:53.422Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:17:53.422Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:17:53.437Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:17:53.438Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-25T00:17:54.321Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T00:17:54.322Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:17:54.325Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:17:54.325Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335465660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:17:54.426Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T00:17:54.428Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:17:54.428Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:17:54.451Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:17:54.452Z||pool-22-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-11-25T00:17:55.334Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T00:17:55.335Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:17:55.338Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:17:55.338Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335465660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-25T00:17:55.438Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T00:17:55.440Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:17:55.440Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:17:55.462Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:17:55.463Z||pool-23-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-11-25T00:17:56.338Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T00:17:56.340Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:17:56.343Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:17:56.343Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335465660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/artifacts/service-BasicOnboardHzsmiz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:17:56.443Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T00:17:56.445Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:17:56.445Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:17:56.465Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:17:56.466Z||pool-24-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-25T00:17:57.343Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T00:17:57.345Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:17:57.347Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:17:57.348Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335465660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/artifacts/service-BasicOnboardHzsmiz-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T00:17:57.448Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T00:17:57.453Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:17:57.453Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:17:57.483Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:17:57.483Z||pool-25-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-11-25T00:17:58.354Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"serviceName": "basic_onboard_HZSmiZ",
"serviceVersion": "1.0",
"serviceUUID": "4baa0a46-16c3-4188-90db-4c489667d375",
"serviceDescription": "service",
"serviceInvariantUUID": "36659770-5f0c-4f56-bd9d-cb3eba1c847b",
"resources": [
{
"resourceInstanceName": "basic_onboard_HZSmiZ 0",
"resourceCustomizationUUID": "74270c58-709b-4bbf-8269-6ac445dbfeaa",
"resourceName": "basic_onboard_HZSmiZ",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e03a8949-f4ca-41a4-a0d4-7a1b69853a1f",
"resourceInvariantUUID": "4e584060-4fba-43b7-8c42-8186482bc440",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_hzsmiz0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/basic_onboard_hzsmiz0_modules.json",
"artifactChecksum": "OWIyODRkZDQ3YWM1MjFkYjVhYTg4NDNlM2QzZWJkMGI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "570146cf-c4b4-4d33-ac38-20ae7ca7cc77",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "336b507e-5aec-4bc4-b298-7dae6baf4415",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "654b73af-265c-4300-b0c7-14de7fffead4",
"generatedFromUUID": "336b507e-5aec-4bc4-b298-7dae6baf4415"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "654b73af-265c-4300-b0c7-14de7fffead4",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardHzsmiz-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/artifacts/service-BasicOnboardHzsmiz-csar.csar",
"artifactChecksum": "OTE1MDEwNWNlMmQ1ODZlZjE0YWY5ODQ2NWM0NmRhNDA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "052417e9-ec00-46bf-ae7e-8f042ec3da74"
}
],
"workloadContext": "Production"
}
2022-11-25T00:17:58.354Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-25T00:17:58.354Z|24d4534a-e4bb-47b0-bde5-752d3c1b3708|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4baa0a46-16c3-4188-90db-4c489667d375 ASDC
2022-11-25T00:17:58.355Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9
ServiceName:basic_onboard_HZSmiZ
ServiceVersion:1.0
ServiceUUID:4baa0a46-16c3-4188-90db-4c489667d375
ServiceInvariantUUID:36659770-5f0c-4f56-bd9d-cb3eba1c847b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardHzsmiz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/artifacts/service-BasicOnboardHzsmiz-csar.csar
ArtifactUUID:052417e9-ec00-46bf-ae7e-8f042ec3da74
ArtifactChecksum:OTE1MDEwNWNlMmQ1ODZlZjE0YWY5ODQ2NWM0NmRhNDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_HZSmiZ 0
ResourceCustomizationUUID:74270c58-709b-4bbf-8269-6ac445dbfeaa
ResourceInvariantUUID:4e584060-4fba-43b7-8c42-8186482bc440
ResourceName:basic_onboard_HZSmiZ
ResourceType:VF
ResourceUUID:e03a8949-f4ca-41a4-a0d4-7a1b69853a1f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_hzsmiz0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/basic_onboard_hzsmiz0_modules.json
ArtifactUUID:570146cf-c4b4-4d33-ac38-20ae7ca7cc77
ArtifactChecksum:OWIyODRkZDQ3YWM1MjFkYjVhYTg4NDNlM2QzZWJkMGI=
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/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.yaml
ArtifactUUID:336b507e-5aec-4bc4-b298-7dae6baf4415
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/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.env
ArtifactUUID:654b73af-265c-4300-b0c7-14de7fffead4
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/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.env
ArtifactUUID:654b73af-265c-4300-b0c7-14de7fffead4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-25T00:17:58.355Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4baa0a46-16c3-4188-90db-4c489667d375 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-25T00:17:58.416Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-25T00:17:58.417Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-25T00:17:58.417Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-25T00:17:58.418Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 052417e9-ec00-46bf-ae7e-8f042ec3da74 from URL: /sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/artifacts/service-BasicOnboardHzsmiz-csar.csar
2022-11-25T00:17:58.418Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-25T00:17:58.418Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/artifacts/service-BasicOnboardHzsmiz-csar.csar
2022-11-25T00:17:58.498Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-25T00:17:58.500Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/artifacts/service-BasicOnboardHzsmiz-csar.csar 052417e9-ec00-46bf-ae7e-8f042ec3da74 75685
2022-11-25T00:17:58.500Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/artifacts/service-BasicOnboardHzsmiz-csar.csar ASDC sendASDCNotification
2022-11-25T00:17:58.500Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/artifacts/service-BasicOnboardHzsmiz-csar.csar
2022-11-25T00:17:58.501Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T00:17:58.501Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:17:58.506Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:17:58.507Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335478500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/artifacts/service-BasicOnboardHzsmiz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:17:58.604Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-11-25T00:17:58.605Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:17:58.605Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:17:58.621Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:17:58.622Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-25T00:17:59.507Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-25T00:17:59.508Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-25T00:17:59.509Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 052417e9-ec00-46bf-ae7e-8f042ec3da74, URL: /sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/artifacts/service-BasicOnboardHzsmiz-csar.csar to file: /app/ASDC/1/service-BasicOnboardHzsmiz-csar.csar
2022-11-25T00:17:59.509Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardHzsmiz-csar.csar
2022-11-25T00:17:59.510Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardHzsmiz-csar.csar
2022-11-25T00:17:59.511Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardHzsmiz-csar.csar
2022-11-25T00:17:59.846Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12762508358475190556/Definitions/service-BasicOnboardHzsmiz-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-11-25T00:18:01.460Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-25T00:18:01.461Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-25T00:18:01.461Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardHzsmiz-csar.csar
2022-11-25T00:18:01.461Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-25T00:18:01.461Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardHzsmiz-csar.csar
2022-11-25T00:18:01.461Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_HZSmiZ 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-BasicOnboardHzsmiz-csar.csar
2022-11-25T00:18:01.462Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHzsmiz-csar.csar
2022-11-25T00:18:01.462Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHzsmiz-csar.csar
2022-11-25T00:18:01.462Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHzsmiz-csar.csar
2022-11-25T00:18:01.462Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardHzsmiz-csar.csar
2022-11-25T00:18:01.462Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardHzsmiz-csar.csar
2022-11-25T00:18:01.463Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-25T00:18:01.463Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:18:01.463Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_HZSmiZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:18:01.463Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_HZSmiZ 0 is matching search criteria
2022-11-25T00:18:01.464Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-25T00:18:01.464Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_HZSmiZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-25T00:18:01.464Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:18:01.465Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_HZSmiZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:18:01.465Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_HZSmiZ 0 is matching search criteria
2022-11-25T00:18:01.465Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-25T00:18:01.465Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_HZSmiZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-25T00:18:01.465Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:18:01.466Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_HZSmiZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:18:01.466Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:18:01.466Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_HZSmiZ 0 is not matching search criteria
2022-11-25T00:18:01.467Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-25T00:18:01.467Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-25T00:18:01.467Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-25T00:18:01.467Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-25T00:18:01.467Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-25T00:18:01.468Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:18:01.468Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_HZSmiZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-25T00:18:01.468Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:18:01.468Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_HZSmiZ 0 is matching search criteria
2022-11-25T00:18:01.469Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_HZSmiZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T00:18:01.469Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:18:01.469Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_HZSmiZ 0 is matching search criteria
2022-11-25T00:18:01.470Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_HZSmiZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T00:18:01.470Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:18:01.470Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_HZSmiZ 0 is matching search criteria
2022-11-25T00:18:01.470Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_HZSmiZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T00:18:01.471Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:18:01.471Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_HZSmiZ 0 is not matching search criteria
2022-11-25T00:18:01.471Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-25T00:18:01.471Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-25T00:18:01.471Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d4c1854b-7c0a-4d8a-adbf-4e30b48dd54c
2022-11-25T00:18:01.472Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:18:01.472Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_HZSmiZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:18:01.472Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:18:01.472Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_HZSmiZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:18:01.473Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:18:01.473Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_HZSmiZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:18:01.473Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:18:01.473Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_HZSmiZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:18:01.474Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_HZSmiZ
Description:service
Model UUID:4baa0a46-16c3-4188-90db-4c489667d375
Model Version:NULL
Model InvariantUuid:36659770-5f0c-4f56-bd9d-cb3eba1c847b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_HZSmiZ
Model UUID:236866db-b562-4b4d-a3df-0d37e299487b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4e584060-4fba-43b7-8c42-8186482bc440
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:74270c58-709b-4bbf-8269-6ac445dbfeaa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:80daa326-3089-409c-8c99-b50738444f24
ModelName:BasicOnboardHzsmiz..base_ubuntu18..module-0
ModelUuid:86d2facd-f651-43ec-a419-9699eff276fd
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d4c1854b-7c0a-4d8a-adbf-4e30b48dd54c
ModelInvariantUuid:c66664d7-a1b1-4fc8-9b5e-5e62081d61a3
ModelName:basic_onboard_HZSmiZ-nodes.ubuntu18Cvfc
ModelUuid:12d41cd0-541a-4e25-8f49-f978486774b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:87580421-3a6b-4272-bbb3-f624fe6368b6
ModelInvariantUuid:7472deab-d5a6-4d3d-ae81-c21d2286eba4
ModelName:BasicOnboardHzsmiz.compute.nodes.heat.ubuntu18
ModelUuid:ef70dd61-0897-4c5a-9fd7-95e8c864454e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-25T00:18:01.490Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: e03a8949-f4ca-41a4-a0d4-7a1b69853a1f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-25T00:18:01.494Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||basic_onboard_HZSmiZ 0
2022-11-25T00:18:01.495Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e03a8949-f4ca-41a4-a0d4-7a1b69853a1f
2022-11-25T00:18:01.495Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 570146cf-c4b4-4d33-ac38-20ae7ca7cc77 from URL: /sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/basic_onboard_hzsmiz0_modules.json
2022-11-25T00:18:01.495Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-25T00:18:01.495Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/basic_onboard_hzsmiz0_modules.json
2022-11-25T00:18:01.563Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-25T00:18:01.564Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/basic_onboard_hzsmiz0_modules.json 570146cf-c4b4-4d33-ac38-20ae7ca7cc77 798
2022-11-25T00:18:01.564Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/basic_onboard_hzsmiz0_modules.json ASDC sendASDCNotification
2022-11-25T00:18:01.564Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/basic_onboard_hzsmiz0_modules.json
2022-11-25T00:18:01.565Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T00:18:01.565Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:18:01.567Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:18:01.567Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335481564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/basic_onboard_hzsmiz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:18:01.673Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-11-25T00:18:01.674Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:18:01.674Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:18:01.689Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:18:01.690Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-25T00:18:02.569Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardHzsmiz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "80daa326-3089-409c-8c99-b50738444f24",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "86d2facd-f651-43ec-a419-9699eff276fd",
"vfModuleModelCustomizationUUID": "97b54098-fafd-4263-becb-5a7b143d36d2",
"isBase": true,
"artifacts": [
"336b507e-5aec-4bc4-b298-7dae6baf4415",
"654b73af-265c-4300-b0c7-14de7fffead4"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-25T00:18:02.575Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHzsmiz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:86d2facd-f651-43ec-a419-9699eff276fd
VfModuleModelInvariantUUID:80daa326-3089-409c-8c99-b50738444f24
VfModuleModelDescription:NULL
Artifacts UUID List:{
336b507e-5aec-4bc4-b298-7dae6baf4415
,
654b73af-265c-4300-b0c7-14de7fffead4
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-25T00:18:02.577Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardHzsmiz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "80daa326-3089-409c-8c99-b50738444f24",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "86d2facd-f651-43ec-a419-9699eff276fd",
"vfModuleModelCustomizationUUID": "97b54098-fafd-4263-becb-5a7b143d36d2",
"isBase": true,
"artifacts": [
"336b507e-5aec-4bc4-b298-7dae6baf4415",
"654b73af-265c-4300-b0c7-14de7fffead4"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-25T00:18:02.577Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHzsmiz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:86d2facd-f651-43ec-a419-9699eff276fd
VfModuleModelInvariantUUID:80daa326-3089-409c-8c99-b50738444f24
VfModuleModelDescription:NULL
Artifacts UUID List:{
336b507e-5aec-4bc4-b298-7dae6baf4415
,
654b73af-265c-4300-b0c7-14de7fffead4
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-25T00:18:02.577Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 336b507e-5aec-4bc4-b298-7dae6baf4415 from URL: /sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.yaml
2022-11-25T00:18:02.578Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-25T00:18:02.578Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.yaml
2022-11-25T00:18:02.657Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-25T00:18:02.658Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.yaml 336b507e-5aec-4bc4-b298-7dae6baf4415 5033
2022-11-25T00:18:02.658Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-25T00:18:02.658Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.yaml
2022-11-25T00:18:02.658Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T00:18:02.659Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:18:02.661Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:18:02.661Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335482658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:18:02.761Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T00:18:02.762Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:18:02.762Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:18:02.778Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:18:02.779Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-25T00:18:03.662Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 654b73af-265c-4300-b0c7-14de7fffead4 from URL: /sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.env
2022-11-25T00:18:03.662Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-25T00:18:03.662Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.env
2022-11-25T00:18:03.754Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-25T00:18:03.755Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.env 654b73af-265c-4300-b0c7-14de7fffead4 909
2022-11-25T00:18:03.755Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-25T00:18:03.755Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.env
2022-11-25T00:18:03.755Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T00:18:03.756Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:18:03.758Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:18:03.759Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335483755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:18:03.859Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T00:18:03.860Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:18:03.860Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:18:03.874Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:18:03.875Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-25T00:18:04.760Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 4baa0a46-16c3-4188-90db-4c489667d375
2022-11-25T00:18:04.760Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_HZSmiZ 0 e03a8949-f4ca-41a4-a0d4-7a1b69853a1f ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-25T00:18:04.782Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@75b9d5d4, org.onap.sdc.toscaparser.api.parameters.Input@48df5b1e, org.onap.sdc.toscaparser.api.parameters.Input@38bd2a5d, org.onap.sdc.toscaparser.api.parameters.Input@70389ffb, org.onap.sdc.toscaparser.api.parameters.Input@4b14f35d]
2022-11-25T00:18:04.784Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:18:04.784Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_HZSmiZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:18:04.785Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-11-25T00:18:04.785Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 74270c58-709b-4bbf-8269-6ac445dbfeaa
2022-11-25T00:18:04.785Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 74270c58-709b-4bbf-8269-6ac445dbfeaa matches Tosca VF Customization UUID: 74270c58-709b-4bbf-8269-6ac445dbfeaa
2022-11-25T00:18:04.785Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 74270c58-709b-4bbf-8269-6ac445dbfeaa matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-25T00:18:04.787Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:18:04.788Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_HZSmiZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:18:04.788Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 74270c58-709b-4bbf-8269-6ac445dbfeaa: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-25T00:18:04.789Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1cecf19e
2022-11-25T00:18:04.789Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:18:04.798Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_HZSmiZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-25T00:18:04.799Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 97b54098-fafd-4263-becb-5a7b143d36d2
2022-11-25T00:18:04.799Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 97b54098-fafd-4263-becb-5a7b143d36d2
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-25T00:18:04.804Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:18:04.805Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_HZSmiZ 0 is matching search criteria
2022-11-25T00:18:04.805Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_HZSmiZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T00:18:04.805Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:18:04.805Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_HZSmiZ 0 is matching search criteria
2022-11-25T00:18:04.806Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_HZSmiZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T00:18:04.806Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:18:04.806Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_HZSmiZ 0 is not matching search criteria
2022-11-25T00:18:04.806Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-25T00:18:04.806Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-25T00:18:04.806Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d4c1854b-7c0a-4d8a-adbf-4e30b48dd54c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-25T00:18:04.812Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:18:04.813Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_HZSmiZ 0 is matching search criteria
2022-11-25T00:18:04.813Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_HZSmiZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-25T00:18:04.813Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:18:04.813Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_HZSmiZ 0 is matching search criteria
2022-11-25T00:18:04.813Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_HZSmiZ 0] matching following query criteria: sdcType=VF, customizationUUID=74270c58-709b-4bbf-8269-6ac445dbfeaa
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-25T00:18:04.821Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:18:04.821Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_HZSmiZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:18:04.821Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 4baa0a46-16c3-4188-90db-4c489667d375: basic_onboard_HZSmiZ
2022-11-25T00:18:04.822Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:18:04.822Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_HZSmiZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:18:04.822Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:18:04.822Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_HZSmiZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:18:04.823Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:18:04.823Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_HZSmiZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:18:04.823Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:18:04.824Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_HZSmiZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:18:04.824Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:18:04.824Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_HZSmiZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:18:04.825Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_HZSmiZ
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T00:18:04.977Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_HZSmiZ e03a8949-f4ca-41a4-a0d4-7a1b69853a1f 1 ASDC deployResourceStructure
2022-11-25T00:18:04.978Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/basic_onboard_hzsmiz0_modules.json ASDC sendASDCNotification
2022-11-25T00:18:04.978Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/basic_onboard_hzsmiz0_modules.json
2022-11-25T00:18:04.978Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T00:18:04.979Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:18:04.982Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:18:04.983Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335484978,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/basic_onboard_hzsmiz0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-25T00:18:05.082Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T00:18:05.083Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:18:05.084Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:18:05.099Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:18:05.101Z||pool-30-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-25T00:18:05.984Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-25T00:18:05.985Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.yaml
2022-11-25T00:18:05.985Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T00:18:05.985Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:18:05.988Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:18:05.988Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335485984,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-25T00:18:06.088Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T00:18:06.089Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:18:06.089Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:18:06.106Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:18:06.106Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-25T00:18:06.989Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-25T00:18:06.989Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.env
2022-11-25T00:18:06.990Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T00:18:06.990Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:18:06.992Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:18:06.992Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335486989,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-25T00:18:07.092Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T00:18:07.093Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:18:07.093Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:18:07.108Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:18:07.109Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-25T00:18:07.993Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/artifacts/service-BasicOnboardHzsmiz-csar.csar ASDC sendASDCNotification
2022-11-25T00:18:07.993Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/artifacts/service-BasicOnboardHzsmiz-csar.csar
2022-11-25T00:18:07.993Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T00:18:07.994Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:18:07.996Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:18:07.996Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335487993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/artifacts/service-BasicOnboardHzsmiz-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-25T00:18:08.096Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T00:18:08.097Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:18:08.097Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:18:08.110Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:18:08.111Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-25T00:18:08.997Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-25T00:18:09.014Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-25T00:18:09.020Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T00:18:09.020Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-25T00:18:09.020Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-25T00:18:09.020Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-25T00:18:09.021Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-25T00:18:09.021Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-25T00:18:09.021Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-25T00:18:09.021Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-25T00:18:09.022Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-25T00:18:09.031Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-25T00:18:34.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:18:34.844Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:18:34.845Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:18:35.483Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:18:35.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:18:35.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "24d4534a-e4bb-47b0-bde5-752d3c1b3708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335464626,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-25T00:18:35.485Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:18:35.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:18:35.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335465660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:18:35.486Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:18:35.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:18:35.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335465660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/basic_onboard_hzsmiz0_modules.json",
"status": "NOTIFIED"
}
2022-11-25T00:18:35.486Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:18:35.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:18:35.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335465660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-25T00:18:35.486Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:18:35.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:18:35.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335465660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:18:35.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:18:35.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:18:35.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335465660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-25T00:18:35.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:18:35.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:18:35.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335465660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/artifacts/service-BasicOnboardHzsmiz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:18:35.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:18:35.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:18:35.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335465660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/artifacts/service-BasicOnboardHzsmiz-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T00:18:35.488Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-25T00:18:35.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:18:35.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335478500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/artifacts/service-BasicOnboardHzsmiz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:18:35.488Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:18:35.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:18:35.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335481564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/basic_onboard_hzsmiz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:18:35.488Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:18:35.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:18:35.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335482658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:18:35.489Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:18:35.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:18:35.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335483755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:18:35.489Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:18:35.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:18:35.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335484978,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/basic_onboard_hzsmiz0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-25T00:18:35.489Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:18:35.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:18:35.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335485984,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-25T00:18:35.490Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:18:35.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:18:35.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335486989,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/resourceInstances/basic_onboard_hzsmiz0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-25T00:18:35.490Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:18:35.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-25T00:18:35.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335487993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzsmiz/1.0/artifacts/service-BasicOnboardHzsmiz-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-25T00:18:35.491Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:18:39.031Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-25T00:18:39.043Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9 and serviceModelVersionId: 4baa0a46-16c3-4188-90db-4c489667d375
2022-11-25T00:18:39.043Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 36659770-5f0c-4f56-bd9d-cb3eba1c847b
2022-11-25T00:18:39.044Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/36659770-5f0c-4f56-bd9d-cb3eba1c847b/model-vers/model-ver/4baa0a46-16c3-4188-90db-4c489667d375?depth=0
2022-11-25T00:18:39.050Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-11-25T00:18:39.111Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36659770-5f0c-4f56-bd9d-cb3eba1c847b/model-vers/model-ver/4baa0a46-16c3-4188-90db-4c489667d375?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-25T00:18:39.113Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36659770-5f0c-4f56-bd9d-cb3eba1c847b/model-vers/model-ver/4baa0a46-16c3-4188-90db-4c489667d375?depth=0|INFO|500||Invoke
2022-11-25T00:18:39.119Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36659770-5f0c-4f56-bd9d-cb3eba1c847b/model-vers/model-ver/4baa0a46-16c3-4188-90db-4c489667d375?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-25T00:18:39.241Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36659770-5f0c-4f56-bd9d-cb3eba1c847b/model-vers/model-ver/4baa0a46-16c3-4188-90db-4c489667d375?depth=0|INFO|500||InvokeReturn
2022-11-25T00:18:39.241Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36659770-5f0c-4f56-bd9d-cb3eba1c847b/model-vers/model-ver/4baa0a46-16c3-4188-90db-4c489667d375?depth=0 has http status code:200 and response headers:{date=[Fri, 25 Nov 2022 00:18:38 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[116], vertex-id=[155688], x-aai-txid=[1-aai-resources-221125-00:18:38:820-5259], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-25T00:18:39.243Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-11-25T00:18:39.243Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-25T00:18:39.243Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-25T00:18:39.252Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-25T00:18:39.253Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-25T00:18:39.253Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-25T00:18:39.253Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:18:39.256Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:18:39.256Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335519253,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-25T00:18:39.355Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T00:18:39.357Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:18:39.357Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:18:39.376Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:18:39.377Z||pool-34-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-25T00:18:40.274Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:18:40.275Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:18:40.275Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:18:49.853Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:18:49.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:18:49.854Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:18:49.854Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:18:59.407Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:18:59.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:18:59.408Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:18:59.408Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:19:08.958Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:19:34.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:19:34.840Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:19:34.840Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:19:34.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:19:34.842Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:19:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:19:35.491Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:19:35.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:19:35.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669335519253,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-25T00:19:35.493Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:19:44.420Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:20:34.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:20:34.840Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:20:34.840Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:20:34.842Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:20:34.842Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:20:34.842Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:20:44.398Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:20:44.398Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:21:34.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:21:34.841Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:21:34.841Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:21:34.842Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:21:34.843Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:21:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:21:44.400Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:21:44.401Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:22:34.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:22:34.840Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:22:34.840Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:22:34.842Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:22:34.842Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:22:34.842Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:22:44.412Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:22:44.412Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:23:34.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:23:34.841Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:23:34.842Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:23:34.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:23:34.842Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:23:34.842Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:23:44.404Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:23:44.405Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:24:34.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:24:34.840Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:24:34.840Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:24:34.842Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:24:34.842Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:24:34.843Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:24:44.397Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:24:44.412Z|af3adf29-2e95-4ec1-a8cb-1f7c2323bbc9|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:25:34.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:25:34.841Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:25:34.841Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:25:34.842Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:25:34.842Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:25:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:25:44.401Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:25:44.413Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:26:34.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:26:34.840Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:26:34.840Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:26:34.842Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:26:34.842Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:26:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:26:44.407Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:26:44.409Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:27:34.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:27:34.840Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:27:34.840Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:27:34.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:27:34.844Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:27:34.844Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:27:44.401Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:27:44.406Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:28:34.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:28:34.842Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:28:34.842Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:28:34.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:28:34.842Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:28:34.842Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:28:35.477Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:28:35.477Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:28:35.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T00:28:35.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"6ec280fb-750b-4df2-b540-4869126f7b5a","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"3e35a3d0-b27d-40c2-8e69-20e611bd5058","serviceDescription":"service","serviceInvariantUUID":"d0c478c5-f097-4737-8cad-648db4c7fd6d","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"046ef1af-57a7-41e5-a035-5da41e365fc3","resourceInvariantUUID":"76403201-2b34-4ae8-bba6-31b059129166","resourceCustomizationUUID":"46882fce-3a2f-48ae-a387-5c0d919ff63f","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":"MDc5ODA0ZTczODk0ZTcyNzFiMWNlM2MwYzhlOWRmZmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"db3b59b4-65ee-48cb-afc5-cf7ae4a84e73","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OGExOTZiODdhOTgyOTZiOGUwYmMzMmZlMjQ1NTU0ZWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a25a9958-9d20-4b25-8de8-7196a0270548","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-25T00:28:35.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:28:35.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec280fb-750b-4df2-b540-4869126f7b5a",
"consumerID": "cds",
"timestamp": 1669336087619,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:28:35.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:28:35.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:28:35.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec280fb-750b-4df2-b540-4869126f7b5a",
"consumerID": "cds",
"timestamp": 1669336087619,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T00:28:35.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:28:35.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:28:35.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec280fb-750b-4df2-b540-4869126f7b5a",
"consumerID": "cds",
"timestamp": 1669336099095,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:28:35.486Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:28:35.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:28:35.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec280fb-750b-4df2-b540-4869126f7b5a",
"consumerID": "policy-id",
"timestamp": 1669336100761,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:28:35.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:28:35.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:28:35.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec280fb-750b-4df2-b540-4869126f7b5a",
"consumerID": "aai-ml",
"timestamp": 1669336100759,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:28:35.488Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T00:28:35.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:28:35.488Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:28:35.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:28:35.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec280fb-750b-4df2-b540-4869126f7b5a",
"consumerID": "policy-id",
"timestamp": 1669336100761,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T00:28:35.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:28:35.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:28:35.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec280fb-750b-4df2-b540-4869126f7b5a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669336102187,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:28:35.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:28:35.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:28:35.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec280fb-750b-4df2-b540-4869126f7b5a",
"consumerID": "aai-ml",
"timestamp": 1669336100759,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T00:28:35.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:28:35.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:28:35.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec280fb-750b-4df2-b540-4869126f7b5a",
"consumerID": "policy-id",
"timestamp": 1669336103512,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:28:35.492Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:28:35.492Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "6ec280fb-750b-4df2-b540-4869126f7b5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669336114839,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:28:35.492Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:28:35.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:28:35.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec280fb-750b-4df2-b540-4869126f7b5a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669336102187,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T00:28:35.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:28:35.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:28:35.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec280fb-750b-4df2-b540-4869126f7b5a",
"consumerID": "aai-ml",
"timestamp": 1669336103559,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:28:35.495Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:28:35.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:28:35.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec280fb-750b-4df2-b540-4869126f7b5a",
"consumerID": "policy-id",
"timestamp": 1669336104518,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-25T00:28:35.496Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:28:35.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:28:35.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec280fb-750b-4df2-b540-4869126f7b5a",
"consumerID": "policy-id",
"timestamp": 1669336105523,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T00:28:35.539Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6ec280fb-750b-4df2-b540-4869126f7b5a
2022-11-25T00:28:35.539Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ec280fb-750b-4df2-b540-4869126f7b5a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T00:28:35.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:28:35.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec280fb-750b-4df2-b540-4869126f7b5a",
"consumerID": "aai-ml",
"timestamp": 1669336106513,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-25T00:28:35.557Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:28:35.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:28:35.557Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec280fb-750b-4df2-b540-4869126f7b5a",
"consumerID": "aai-ml",
"timestamp": 1669336107518,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-25T00:28:35.567Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6ec280fb-750b-4df2-b540-4869126f7b5a
2022-11-25T00:28:35.567Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ec280fb-750b-4df2-b540-4869126f7b5a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T00:28:35.593Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T00:28:35.594Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:28:35.595Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:28:35.616Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:28:35.617Z||pool-35-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-11-25T00:28:36.493Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T00:28:36.494Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:28:36.497Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:28:36.498Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "6ec280fb-750b-4df2-b540-4869126f7b5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669336114839,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T00:28:36.598Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T00:28:36.599Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:28:36.599Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:28:36.618Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:28:36.619Z||pool-36-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-25T00:28:37.499Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "6ec280fb-750b-4df2-b540-4869126f7b5a",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "3e35a3d0-b27d-40c2-8e69-20e611bd5058",
"serviceDescription": "service",
"serviceInvariantUUID": "d0c478c5-f097-4737-8cad-648db4c7fd6d",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "46882fce-3a2f-48ae-a387-5c0d919ff63f",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "046ef1af-57a7-41e5-a035-5da41e365fc3",
"resourceInvariantUUID": "76403201-2b34-4ae8-bba6-31b059129166",
"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": "OGExOTZiODdhOTgyOTZiOGUwYmMzMmZlMjQ1NTU0ZWQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a25a9958-9d20-4b25-8de8-7196a0270548"
}
],
"workloadContext": "Production"
}
2022-11-25T00:28:37.499Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-25T00:28:37.499Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3e35a3d0-b27d-40c2-8e69-20e611bd5058 ASDC
2022-11-25T00:28:37.500Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:6ec280fb-750b-4df2-b540-4869126f7b5a
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:3e35a3d0-b27d-40c2-8e69-20e611bd5058
ServiceInvariantUUID:d0c478c5-f097-4737-8cad-648db4c7fd6d
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:a25a9958-9d20-4b25-8de8-7196a0270548
ArtifactChecksum:OGExOTZiODdhOTgyOTZiOGUwYmMzMmZlMjQ1NTU0ZWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:46882fce-3a2f-48ae-a387-5c0d919ff63f
ResourceInvariantUUID:76403201-2b34-4ae8-bba6-31b059129166
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:046ef1af-57a7-41e5-a035-5da41e365fc3
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-25T00:28:37.500Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3e35a3d0-b27d-40c2-8e69-20e611bd5058 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-25T00:28:37.544Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-25T00:28:37.545Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-25T00:28:37.545Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-25T00:28:37.545Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a25a9958-9d20-4b25-8de8-7196a0270548 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-25T00:28:37.545Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-25T00:28:37.546Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-25T00:28:37.614Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-25T00:28:37.615Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a25a9958-9d20-4b25-8de8-7196a0270548 57790
2022-11-25T00:28:37.616Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-25T00:28:37.616Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-25T00:28:37.617Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T00:28:37.617Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:28:37.619Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:28:37.619Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "6ec280fb-750b-4df2-b540-4869126f7b5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669336117616,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:28:37.720Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T00:28:37.721Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:28:37.721Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:28:37.734Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:28:37.735Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-25T00:28:38.621Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-25T00:28:38.624Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-25T00:28:38.624Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a25a9958-9d20-4b25-8de8-7196a0270548, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-25T00:28:38.624Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-25T00:28:38.625Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-25T00:28:38.625Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-25T00:28:38.800Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2724866070107350269/Definitions/service-BasicNetwork-template.yml
2022-11-25T00:28:39.449Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-25T00:28:39.450Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-25T00:28:39.450Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-25T00:28:39.450Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-25T00:28:39.450Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-25T00:28:39.450Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-25T00:28:39.451Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-25T00:28:39.451Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-25T00:28:39.451Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-25T00:28:39.451Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-25T00:28:39.451Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-25T00:28:39.451Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-25T00:28:39.452Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-25T00:28:39.452Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:28:39.452Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:28:39.452Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-25T00:28:39.453Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-25T00:28:39.453Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-25T00:28:39.453Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:28:39.453Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:28:39.453Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-25T00:28:39.453Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-25T00:28:39.454Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-25T00:28:39.454Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:28:39.454Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:28:39.454Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:28:39.454Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:28:39.454Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:28:39.455Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:28:39.455Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:28:39.455Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:28:39.455Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:28:39.455Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:28:39.455Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:3e35a3d0-b27d-40c2-8e69-20e611bd5058
Model Version:NULL
Model InvariantUuid:d0c478c5-f097-4737-8cad-648db4c7fd6d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:76403201-2b34-4ae8-bba6-31b059129166
Model UUID:b05b3d7c-d905-43e6-987d-e6cdf8e7eac5
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:46882fce-3a2f-48ae-a387-5c0d919ff63f
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-25T00:28:39.469Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 046ef1af-57a7-41e5-a035-5da41e365fc3
2022-11-25T00:28:39.470Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||No resources found for Service: 3e35a3d0-b27d-40c2-8e69-20e611bd5058
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-25T00:28:39.481Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||
2022-11-25T00:28:39.481Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-25T00:28:39.483Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 3e35a3d0-b27d-40c2-8e69-20e611bd5058
2022-11-25T00:28:39.483Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 3e35a3d0-b27d-40c2-8e69-20e611bd5058
2022-11-25T00:28:39.483Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-25T00:28:39.483Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-25T00:28:39.493Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@75700c48, org.onap.sdc.toscaparser.api.parameters.Input@64c9e1ac, org.onap.sdc.toscaparser.api.parameters.Input@15f2d071, org.onap.sdc.toscaparser.api.parameters.Input@6ab26ce, org.onap.sdc.toscaparser.api.parameters.Input@734c781f]
2022-11-25T00:28:39.497Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:28:39.497Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:28:39.497Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:28:39.497Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:28:39.498Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 3e35a3d0-b27d-40c2-8e69-20e611bd5058: Generic NeutronNet
2022-11-25T00:28:39.498Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:28:39.498Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:28:39.498Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:28:39.498Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-11-25T00:28:39.561Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:28:39.562Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:28:39.562Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:28:39.562Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:28:39.562Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:28:39.563Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:28:39.563Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-25T00:28:39.650Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-25T00:28:39.651Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-25T00:28:39.651Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-25T00:28:39.651Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T00:28:39.652Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:28:39.656Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:28:39.656Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "6ec280fb-750b-4df2-b540-4869126f7b5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669336119651,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-25T00:28:39.755Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T00:28:39.756Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:28:39.756Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:28:39.775Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:28:39.784Z||pool-38-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-11-25T00:28:40.657Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ec280fb-750b-4df2-b540-4869126f7b5a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-25T00:28:40.678Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ec280fb-750b-4df2-b540-4869126f7b5a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-25T00:28:40.682Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T00:28:40.683Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-25T00:28:40.683Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-25T00:28:40.683Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-25T00:29:10.684Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ec280fb-750b-4df2-b540-4869126f7b5a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-25T00:29:10.703Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ec280fb-750b-4df2-b540-4869126f7b5a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-25T00:29:10.708Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T00:29:10.708Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-25T00:29:10.708Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-25T00:29:10.709Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-25T00:29:34.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:29:34.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:29:34.844Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:29:34.987Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:29:34.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:29:34.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec280fb-750b-4df2-b540-4869126f7b5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669336114839,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:29:34.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:29:40.709Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ec280fb-750b-4df2-b540-4869126f7b5a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-25T00:29:40.729Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ec280fb-750b-4df2-b540-4869126f7b5a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-25T00:29:40.733Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T00:29:40.733Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-25T00:29:40.733Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-25T00:29:40.733Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-25T00:30:10.734Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ec280fb-750b-4df2-b540-4869126f7b5a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-25T00:30:10.750Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ec280fb-750b-4df2-b540-4869126f7b5a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-25T00:30:10.753Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T00:30:10.753Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-25T00:30:10.754Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-25T00:30:10.754Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-25T00:30:34.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:30:34.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:30:34.844Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:30:34.888Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:30:34.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:34.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec280fb-750b-4df2-b540-4869126f7b5a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669336115824,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:34.911Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:34.911Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:34.916Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec280fb-750b-4df2-b540-4869126f7b5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669336114839,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T00:30:34.916Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:34.917Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:34.917Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec280fb-750b-4df2-b540-4869126f7b5a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669336115824,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T00:30:34.917Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:34.917Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:34.917Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec280fb-750b-4df2-b540-4869126f7b5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669336117616,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:30:34.917Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:30:34.918Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:34.918Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec280fb-750b-4df2-b540-4869126f7b5a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669336118577,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:30:34.918Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:30:34.918Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:34.918Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec280fb-750b-4df2-b540-4869126f7b5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669336119651,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-25T00:30:34.919Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:30:34.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:34.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec280fb-750b-4df2-b540-4869126f7b5a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669336120437,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-25T00:30:34.919Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:30:34.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:34.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ec280fb-750b-4df2-b540-4869126f7b5a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669336121444,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-25T00:30:34.937Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6ec280fb-750b-4df2-b540-4869126f7b5a
2022-11-25T00:30:34.937Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ec280fb-750b-4df2-b540-4869126f7b5a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T00:30:34.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:34.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "policy-id",
"timestamp": 1669336120761,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/resourceInstances/pnf5d9c9229ac650/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:34.952Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:34.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:34.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "cds",
"timestamp": 1669336117619,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/resourceInstances/pnf5d9c9229ac650/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:34.953Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:34.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:34.953Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "policy-id",
"timestamp": 1669336120761,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/resourceInstances/pnf5d9c9229ac650/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:34.953Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:34.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:34.954Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "cds",
"timestamp": 1669336117619,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/resourceInstances/pnf5d9c9229ac650/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:34.954Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:34.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:34.954Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669336122186,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/resourceInstances/pnf5d9c9229ac650/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:34.954Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:34.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:34.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "policy-id",
"timestamp": 1669336120761,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/resourceInstances/pnf5d9c9229ac650/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:34.955Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:34.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:34.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "cds",
"timestamp": 1669336117619,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/resourceInstances/pnf5d9c9229ac650/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:34.955Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:34.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:34.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669336122186,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/resourceInstances/pnf5d9c9229ac650/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:34.955Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:34.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:34.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "policy-id",
"timestamp": 1669336120761,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/resourceInstances/pnf5d9c9229ac650/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:34.956Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:34.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:34.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "cds",
"timestamp": 1669336117619,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/resourceInstances/pnf5d9c9229ac650/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:34.956Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:34.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:34.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669336122186,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/resourceInstances/pnf5d9c9229ac650/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:34.957Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:34.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:34.957Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "policy-id",
"timestamp": 1669336120761,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/resourceInstances/pnf5d9c9229ac650/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:34.957Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:34.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:34.957Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "cds",
"timestamp": 1669336117619,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/resourceInstances/pnf5d9c9229ac650/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:34.957Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:34.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:34.957Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669336122186,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/resourceInstances/pnf5d9c9229ac650/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:34.958Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:34.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:34.958Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "policy-id",
"timestamp": 1669336120761,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/resourceInstances/pnf5d9c9229ac650/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:34.958Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:34.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:34.958Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "cds",
"timestamp": 1669336117619,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/resourceInstances/pnf5d9c9229ac650/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:34.958Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:34.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:34.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669336122186,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/resourceInstances/pnf5d9c9229ac650/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:34.959Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:34.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:34.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "policy-id",
"timestamp": 1669336120761,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/artifacts/service-DemoPnfYrifmvwlnpfciryk2pvx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:34.959Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:34.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:34.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "cds",
"timestamp": 1669336117619,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/artifacts/service-DemoPnfYrifmvwlnpfciryk2pvx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:34.960Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:34.960Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:34.960Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669336122186,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/resourceInstances/pnf5d9c9229ac650/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:34.960Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:34.960Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:34.960Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "policy-id",
"timestamp": 1669336120761,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/artifacts/service-DemoPnfYrifmvwlnpfciryk2pvx-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T00:30:34.960Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:34.960Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:34.960Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "cds",
"timestamp": 1669336117619,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/artifacts/service-DemoPnfYrifmvwlnpfciryk2pvx-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T00:30:34.961Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:34.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:34.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669336122186,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/artifacts/service-DemoPnfYrifmvwlnpfciryk2pvx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:34.961Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:34.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:34.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "policy-id",
"timestamp": 1669336129760,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/artifacts/service-DemoPnfYrifmvwlnpfciryk2pvx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:30:34.961Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:30:34.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:34.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "cds",
"timestamp": 1669336130269,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/artifacts/service-DemoPnfYrifmvwlnpfciryk2pvx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:30:34.961Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:30:34.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:34.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669336122186,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/artifacts/service-DemoPnfYrifmvwlnpfciryk2pvx-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T00:30:34.962Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:34.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:34.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "policy-id",
"timestamp": 1669336130764,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/artifacts/service-DemoPnfYrifmvwlnpfciryk2pvx-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-25T00:30:34.962Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:30:34.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:34.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "policy-id",
"timestamp": 1669336131766,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T00:30:34.984Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e712aab-d23e-402b-8e80-adec426d72e7
2022-11-25T00:30:34.984Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e712aab-d23e-402b-8e80-adec426d72e7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T00:30:34.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:34.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "aai-ml",
"timestamp": 1669336130759,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/resourceInstances/pnf5d9c9229ac650/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:34.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:34.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:34.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "aai-ml",
"timestamp": 1669336130759,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/resourceInstances/pnf5d9c9229ac650/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:34.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:34.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:34.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "aai-ml",
"timestamp": 1669336130759,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/resourceInstances/pnf5d9c9229ac650/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.000Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "aai-ml",
"timestamp": 1669336130759,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/resourceInstances/pnf5d9c9229ac650/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.000Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "aai-ml",
"timestamp": 1669336130759,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/resourceInstances/pnf5d9c9229ac650/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.000Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "aai-ml",
"timestamp": 1669336130759,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/resourceInstances/pnf5d9c9229ac650/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "aai-ml",
"timestamp": 1669336130759,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/artifacts/service-DemoPnfYrifmvwlnpfciryk2pvx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "aai-ml",
"timestamp": 1669336130759,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/artifacts/service-DemoPnfYrifmvwlnpfciryk2pvx-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T00:30:35.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "aai-ml",
"timestamp": 1669336139533,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/artifacts/service-DemoPnfYrifmvwlnpfciryk2pvx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:30:35.002Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:30:35.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "cds",
"timestamp": 1669336132619,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "policy-id",
"timestamp": 1669336140761,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669336142186,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "cds",
"timestamp": 1669336132619,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "policy-id",
"timestamp": 1669336140761,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "aai-ml",
"timestamp": 1669336143089,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/artifacts/service-DemoPnfYrifmvwlnpfciryk2pvx-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-25T00:30:35.004Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:30:35.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669336142186,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-11-25T00:30:35.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "cds",
"timestamp": 1669336132619,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "policy-id",
"timestamp": 1669336140761,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "aai-ml",
"timestamp": 1669336144094,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-25T00:30:35.014Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9e712aab-d23e-402b-8e80-adec426d72e7
2022-11-25T00:30:35.014Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e712aab-d23e-402b-8e80-adec426d72e7 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T00:30:35.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669336142186,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-11-25T00:30:35.036Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "cds",
"timestamp": 1669336132619,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.037Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "policy-id",
"timestamp": 1669336140761,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.037Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669336142186,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-11-25T00:30:35.037Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "cds",
"timestamp": 1669336132619,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.038Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669336145824,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/resourceInstances/pnf5d9c9229ac650/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.038Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "policy-id",
"timestamp": 1669336140761,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-11-25T00:30:35.038Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669336142186,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-11-25T00:30:35.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "cds",
"timestamp": 1669336132619,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669336145824,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/resourceInstances/pnf5d9c9229ac650/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "policy-id",
"timestamp": 1669336140761,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.040Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669336142186,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.040Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "cds",
"timestamp": 1669336132619,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.040Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669336145824,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/resourceInstances/pnf5d9c9229ac650/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.041Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "policy-id",
"timestamp": 1669336140761,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.041Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669336142186,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-11-25T00:30:35.041Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "cds",
"timestamp": 1669336132619,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.041Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669336145824,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/resourceInstances/pnf5d9c9229ac650/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.042Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "policy-id",
"timestamp": 1669336140761,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.042Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669336142186,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.043Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "cds",
"timestamp": 1669336132619,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T00:30:35.043Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669336145824,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/resourceInstances/pnf5d9c9229ac650/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.043Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "policy-id",
"timestamp": 1669336140761,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T00:30:35.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669336142186,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T00:30:35.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669336145824,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/resourceInstances/pnf5d9c9229ac650/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "cds",
"timestamp": 1669336151731,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:30:35.045Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:30:35.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "policy-id",
"timestamp": 1669336151252,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:30:35.046Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:30:35.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669336151942,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:30:35.046Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:30:35.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669336145824,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/artifacts/service-DemoPnfYrifmvwlnpfciryk2pvx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.047Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "policy-id",
"timestamp": 1669336152257,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-25T00:30:35.048Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:30:35.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669336145824,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/artifacts/service-DemoPnfYrifmvwlnpfciryk2pvx-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T00:30:35.048Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669336153065,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:30:35.049Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:30:35.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "policy-id",
"timestamp": 1669336153259,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T00:30:35.080Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ea687ca0-702e-4a2c-8410-786d1b3e0f71
2022-11-25T00:30:35.080Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea687ca0-702e-4a2c-8410-786d1b3e0f71 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T00:30:35.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.094Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669336154653,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/artifacts/service-DemoPnfYrifmvwlnpfciryk2pvx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:30:35.095Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:30:35.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.095Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669336154221,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:30:35.095Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:30:35.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.095Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669336155362,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:30:35.096Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:30:35.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.096Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669336156413,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-25T00:30:35.107Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ea687ca0-702e-4a2c-8410-786d1b3e0f71
2022-11-25T00:30:35.108Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea687ca0-702e-4a2c-8410-786d1b3e0f71 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-11-25T00:30:35.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669336156955,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/artifacts/service-DemoPnfYrifmvwlnpfciryk2pvx-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-25T00:30:35.123Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:30:35.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669336157416,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-25T00:30:35.123Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:30:35.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669336157960,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-25T00:30:35.133Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9e712aab-d23e-402b-8e80-adec426d72e7
2022-11-25T00:30:35.133Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e712aab-d23e-402b-8e80-adec426d72e7 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T00:30:35.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669336145824,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.154Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669336145824,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.154Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669336145824,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.154Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669336145824,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.155Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "aai-ml",
"timestamp": 1669336160760,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.155Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669336145824,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.155Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "aai-ml",
"timestamp": 1669336160760,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.156Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669336145824,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.156Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62db048f-3c8a-48c4-a7bb-ccade740a8dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669336162186,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.157Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62db048f-3c8a-48c4-a7bb-ccade740a8dc",
"consumerID": "policy-id",
"timestamp": 1669336160761,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.157Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "aai-ml",
"timestamp": 1669336160760,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.157Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62db048f-3c8a-48c4-a7bb-ccade740a8dc",
"consumerID": "cds",
"timestamp": 1669336162620,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669336145824,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62db048f-3c8a-48c4-a7bb-ccade740a8dc",
"consumerID": "policy-id",
"timestamp": 1669336160761,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62db048f-3c8a-48c4-a7bb-ccade740a8dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669336162186,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-11-25T00:30:35.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "aai-ml",
"timestamp": 1669336160760,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62db048f-3c8a-48c4-a7bb-ccade740a8dc",
"consumerID": "cds",
"timestamp": 1669336162620,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669336145824,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62db048f-3c8a-48c4-a7bb-ccade740a8dc",
"consumerID": "policy-id",
"timestamp": 1669336160761,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-11-25T00:30:35.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62db048f-3c8a-48c4-a7bb-ccade740a8dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669336162186,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-11-25T00:30:35.161Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "aai-ml",
"timestamp": 1669336160760,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.161Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62db048f-3c8a-48c4-a7bb-ccade740a8dc",
"consumerID": "cds",
"timestamp": 1669336162620,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.161Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669336145824,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T00:30:35.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62db048f-3c8a-48c4-a7bb-ccade740a8dc",
"consumerID": "policy-id",
"timestamp": 1669336160761,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62db048f-3c8a-48c4-a7bb-ccade740a8dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669336162186,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "aai-ml",
"timestamp": 1669336160760,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62db048f-3c8a-48c4-a7bb-ccade740a8dc",
"consumerID": "cds",
"timestamp": 1669336162620,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.163Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62db048f-3c8a-48c4-a7bb-ccade740a8dc",
"consumerID": "policy-id",
"timestamp": 1669336160761,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.163Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62db048f-3c8a-48c4-a7bb-ccade740a8dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669336162186,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-11-25T00:30:35.164Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669336168442,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:30:35.164Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:30:35.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "aai-ml",
"timestamp": 1669336160760,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.164Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62db048f-3c8a-48c4-a7bb-ccade740a8dc",
"consumerID": "cds",
"timestamp": 1669336162620,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.165Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62db048f-3c8a-48c4-a7bb-ccade740a8dc",
"consumerID": "policy-id",
"timestamp": 1669336160761,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.165Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62db048f-3c8a-48c4-a7bb-ccade740a8dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669336162186,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.165Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "aai-ml",
"timestamp": 1669336160760,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.166Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62db048f-3c8a-48c4-a7bb-ccade740a8dc",
"consumerID": "cds",
"timestamp": 1669336162620,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:30:35.166Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62db048f-3c8a-48c4-a7bb-ccade740a8dc",
"consumerID": "policy-id",
"timestamp": 1669336160761,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T00:30:35.167Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62db048f-3c8a-48c4-a7bb-ccade740a8dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669336162186,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T00:30:35.167Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "aai-ml",
"timestamp": 1669336160760,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T00:30:35.168Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.168Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62db048f-3c8a-48c4-a7bb-ccade740a8dc",
"consumerID": "cds",
"timestamp": 1669336162620,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T00:30:35.168Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-25T00:30:35.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669336171326,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-25T00:30:35.169Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:30:35.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "aai-ml",
"timestamp": 1669336170551,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:30:35.169Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:30:35.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62db048f-3c8a-48c4-a7bb-ccade740a8dc",
"consumerID": "policy-id",
"timestamp": 1669336171087,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:30:35.170Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:30:35.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62db048f-3c8a-48c4-a7bb-ccade740a8dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669336171089,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:30:35.170Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:30:35.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62db048f-3c8a-48c4-a7bb-ccade740a8dc",
"consumerID": "cds",
"timestamp": 1669336171749,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:30:35.171Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:30:35.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669336172331,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-25T00:30:35.181Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ea687ca0-702e-4a2c-8410-786d1b3e0f71
2022-11-25T00:30:35.181Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea687ca0-702e-4a2c-8410-786d1b3e0f71 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T00:30:35.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62db048f-3c8a-48c4-a7bb-ccade740a8dc",
"consumerID": "policy-id",
"timestamp": 1669336172091,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-25T00:30:35.200Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:30:35.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62db048f-3c8a-48c4-a7bb-ccade740a8dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669336172199,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:30:35.200Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:30:35.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62db048f-3c8a-48c4-a7bb-ccade740a8dc",
"consumerID": "policy-id",
"timestamp": 1669336173094,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T00:30:35.225Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 62db048f-3c8a-48c4-a7bb-ccade740a8dc
2022-11-25T00:30:35.225Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62db048f-3c8a-48c4-a7bb-ccade740a8dc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-25T00:30:35.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62db048f-3c8a-48c4-a7bb-ccade740a8dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669336173270,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:30:35.239Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:30:35.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:30:35.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62db048f-3c8a-48c4-a7bb-ccade740a8dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669336174297,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-25T00:30:35.253Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 62db048f-3c8a-48c4-a7bb-ccade740a8dc
2022-11-25T00:30:35.254Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62db048f-3c8a-48c4-a7bb-ccade740a8dc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-11-25T00:30:40.754Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ec280fb-750b-4df2-b540-4869126f7b5a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-25T00:30:40.767Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ec280fb-750b-4df2-b540-4869126f7b5a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-25T00:30:40.775Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T00:30:40.775Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-25T00:30:40.775Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-25T00:30:40.776Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-25T00:30:40.776Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-25T00:30:40.776Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-25T00:30:40.776Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-25T00:30:40.776Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-25T00:30:40.777Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-25T00:30:40.784Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-25T00:31:10.784Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6ec280fb-750b-4df2-b540-4869126f7b5a and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-25T00:31:10.979Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6ec280fb-750b-4df2-b540-4869126f7b5a and serviceModelVersionId: 3e35a3d0-b27d-40c2-8e69-20e611bd5058
2022-11-25T00:31:10.979Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d0c478c5-f097-4737-8cad-648db4c7fd6d
2022-11-25T00:31:10.982Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d0c478c5-f097-4737-8cad-648db4c7fd6d/model-vers/model-ver/3e35a3d0-b27d-40c2-8e69-20e611bd5058?depth=0
2022-11-25T00:31:10.988Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-11-25T00:31:11.064Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d0c478c5-f097-4737-8cad-648db4c7fd6d/model-vers/model-ver/3e35a3d0-b27d-40c2-8e69-20e611bd5058?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-25T00:31:11.066Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d0c478c5-f097-4737-8cad-648db4c7fd6d/model-vers/model-ver/3e35a3d0-b27d-40c2-8e69-20e611bd5058?depth=0|INFO|500||Invoke
2022-11-25T00:31:11.073Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d0c478c5-f097-4737-8cad-648db4c7fd6d/model-vers/model-ver/3e35a3d0-b27d-40c2-8e69-20e611bd5058?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-25T00:31:11.219Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d0c478c5-f097-4737-8cad-648db4c7fd6d/model-vers/model-ver/3e35a3d0-b27d-40c2-8e69-20e611bd5058?depth=0|INFO|500||InvokeReturn
2022-11-25T00:31:11.220Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d0c478c5-f097-4737-8cad-648db4c7fd6d/model-vers/model-ver/3e35a3d0-b27d-40c2-8e69-20e611bd5058?depth=0 has http status code:200 and response headers:{date=[Fri, 25 Nov 2022 00:31:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[176280], x-aai-txid=[0-aai-resources-221125-00:31:10:777-78528], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-25T00:31:11.221Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-11-25T00:31:11.221Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-25T00:31:11.221Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-25T00:31:11.229Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-25T00:31:11.229Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6ec280fb-750b-4df2-b540-4869126f7b5a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-25T00:31:11.230Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-25T00:31:11.230Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:31:11.233Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:31:11.233Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "6ec280fb-750b-4df2-b540-4869126f7b5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669336271229,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-25T00:31:11.333Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T00:31:11.334Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:31:11.334Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:31:11.356Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:31:11.356Z||pool-39-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-25T00:31:12.259Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:31:12.260Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:31:12.260Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:31:17.904Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:31:17.906Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T00:31:17.907Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"9e712aab-d23e-402b-8e80-adec426d72e7","serviceName":"Demo_pNF_YrIFmvWlNPFCIRYK2pvx","serviceVersion":"1.0","serviceUUID":"06528794-11b0-4f82-970c-319fd440598e","serviceDescription":"catalog service description","serviceInvariantUUID":"e4268a0e-0d51-437a-bf82-5a8658164981","resources":[{"resourceInstanceName":"pNF 5d9c9229-ac65 0","resourceName":"pNF 5d9c9229-ac65","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0c20ccd1-f939-4a80-96f7-d30574ccf15e","resourceInvariantUUID":"06aa403d-00fe-4b8e-bd0c-44490b06764e","resourceCustomizationUUID":"299d6be3-6fb4-47f4-afac-d9ad9b13e4b5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/resourceInstances/pnf5d9c9229ac650/artifacts/vf-license-model.xml","artifactChecksum":"NzBiYzk1MGJhMjMxNDY3Y2YwMTczZWM5NDA0ZTQyNzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"84bcda39-dcaa-4797-9052-2157549421ce","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/resourceInstances/pnf5d9c9229ac650/artifacts/pNF.csar","artifactChecksum":"ZGExZTA1N2ZjZDBjY2MyMjFlODUyMzU4ZjViOTk2NWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"95e37548-359d-42fd-b6c3-5f2b58ee0e57","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/resourceInstances/pnf5d9c9229ac650/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1535502d-1b75-4122-8d74-1e919e78839a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/resourceInstances/pnf5d9c9229ac650/artifacts/vendor-license-model.xml","artifactChecksum":"OTNkYmMxN2Q4Nzc1YzA4ZTA4ZjNkZmU3ZmRjMDYxZjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"72e30cd9-bf31-4bbe-aa1b-48a7ca78eebf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/resourceInstances/pnf5d9c9229ac650/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b67f9236-df6c-4afe-a337-facd7b2369a7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/resourceInstances/pnf5d9c9229ac650/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"30735368-9e54-417b-b4d3-5c5bf8d6ec92","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfYrifmvwlnpfciryk2pvx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/artifacts/service-DemoPnfYrifmvwlnpfciryk2pvx-template.yml","artifactChecksum":"ZDZiYWU4NmQ3YzMxMmU1Yjc3YjczOGIyMDRmMjFmNzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d9b4289c-16df-42a4-9d13-2c39c593972a","artifactVersion":"1"},{"artifactName":"service-DemoPnfYrifmvwlnpfciryk2pvx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/artifacts/service-DemoPnfYrifmvwlnpfciryk2pvx-csar.csar","artifactChecksum":"MzdlY2RiYzY2MWViMWE5Y2MyMjJmNWY2ZDljMDNhMWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c13861d8-90ca-4943-b5a8-928f37b42636","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-25T00:31:17.909Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T00:31:17.910Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:31:17.912Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:31:17.912Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669336272259,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/resourceInstances/pnf5d9c9229ac650/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:31:18.012Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T00:31:18.013Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:31:18.014Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:31:18.033Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:31:18.034Z||pool-40-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-25T00:31:18.913Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T00:31:18.914Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:31:18.917Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:31:18.917Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669336272259,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/resourceInstances/pnf5d9c9229ac650/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:31:19.017Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T00:31:19.018Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:31:19.018Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:31:19.034Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:31:19.034Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-25T00:31:19.918Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T00:31:19.919Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:31:19.921Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:31:19.921Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669336272259,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/resourceInstances/pnf5d9c9229ac650/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:31:20.023Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-25T00:31:20.024Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:31:20.024Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:31:20.039Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:31:20.040Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-25T00:31:20.922Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T00:31:20.923Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:31:20.925Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:31:20.925Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669336272259,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/resourceInstances/pnf5d9c9229ac650/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:31:21.034Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-11-25T00:31:21.035Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:31:21.036Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:31:21.061Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:31:21.062Z||pool-43-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-11-25T00:31:21.926Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T00:31:21.928Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:31:21.930Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:31:21.930Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669336272259,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/resourceInstances/pnf5d9c9229ac650/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:31:22.030Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T00:31:22.031Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:31:22.031Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:31:22.046Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:31:22.047Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-25T00:31:22.931Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T00:31:22.935Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:31:22.937Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:31:22.937Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669336272259,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/resourceInstances/pnf5d9c9229ac650/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:31:23.037Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T00:31:23.039Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:31:23.039Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:31:23.056Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:31:23.057Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-25T00:31:23.938Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T00:31:23.939Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:31:23.941Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:31:23.941Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669336272259,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/artifacts/service-DemoPnfYrifmvwlnpfciryk2pvx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:31:24.041Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T00:31:24.043Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:31:24.043Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:31:24.060Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:31:24.061Z||pool-46-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-25T00:31:24.942Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T00:31:24.944Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:31:24.946Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:31:24.946Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669336272259,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/artifacts/service-DemoPnfYrifmvwlnpfciryk2pvx-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T00:31:25.046Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T00:31:25.048Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:31:25.048Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:31:25.066Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:31:25.067Z||pool-47-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-25T00:31:25.948Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"serviceName": "Demo_pNF_YrIFmvWlNPFCIRYK2pvx",
"serviceVersion": "1.0",
"serviceUUID": "06528794-11b0-4f82-970c-319fd440598e",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e4268a0e-0d51-437a-bf82-5a8658164981",
"resources": [
{
"resourceInstanceName": "pNF 5d9c9229-ac65 0",
"resourceCustomizationUUID": "299d6be3-6fb4-47f4-afac-d9ad9b13e4b5",
"resourceName": "pNF 5d9c9229-ac65",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "0c20ccd1-f939-4a80-96f7-d30574ccf15e",
"resourceInvariantUUID": "06aa403d-00fe-4b8e-bd0c-44490b06764e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfYrifmvwlnpfciryk2pvx-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/artifacts/service-DemoPnfYrifmvwlnpfciryk2pvx-csar.csar",
"artifactChecksum": "MzdlY2RiYzY2MWViMWE5Y2MyMjJmNWY2ZDljMDNhMWI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c13861d8-90ca-4943-b5a8-928f37b42636"
}
],
"workloadContext": "Production"
}
2022-11-25T00:31:25.948Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-25T00:31:25.948Z|6ec280fb-750b-4df2-b540-4869126f7b5a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 06528794-11b0-4f82-970c-319fd440598e ASDC
2022-11-25T00:31:25.949Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:9e712aab-d23e-402b-8e80-adec426d72e7
ServiceName:Demo_pNF_YrIFmvWlNPFCIRYK2pvx
ServiceVersion:1.0
ServiceUUID:06528794-11b0-4f82-970c-319fd440598e
ServiceInvariantUUID:e4268a0e-0d51-437a-bf82-5a8658164981
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfYrifmvwlnpfciryk2pvx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/artifacts/service-DemoPnfYrifmvwlnpfciryk2pvx-csar.csar
ArtifactUUID:c13861d8-90ca-4943-b5a8-928f37b42636
ArtifactChecksum:MzdlY2RiYzY2MWViMWE5Y2MyMjJmNWY2ZDljMDNhMWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 5d9c9229-ac65 0
ResourceCustomizationUUID:299d6be3-6fb4-47f4-afac-d9ad9b13e4b5
ResourceInvariantUUID:06aa403d-00fe-4b8e-bd0c-44490b06764e
ResourceName:pNF 5d9c9229-ac65
ResourceType:PNF
ResourceUUID:0c20ccd1-f939-4a80-96f7-d30574ccf15e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-11-25T00:31:25.949Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 06528794-11b0-4f82-970c-319fd440598e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-25T00:31:25.998Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-25T00:31:25.998Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-25T00:31:25.999Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-25T00:31:25.999Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c13861d8-90ca-4943-b5a8-928f37b42636 from URL: /sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/artifacts/service-DemoPnfYrifmvwlnpfciryk2pvx-csar.csar
2022-11-25T00:31:25.999Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-25T00:31:25.999Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/artifacts/service-DemoPnfYrifmvwlnpfciryk2pvx-csar.csar
2022-11-25T00:31:26.096Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-25T00:31:26.098Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/artifacts/service-DemoPnfYrifmvwlnpfciryk2pvx-csar.csar c13861d8-90ca-4943-b5a8-928f37b42636 88018
2022-11-25T00:31:26.098Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/artifacts/service-DemoPnfYrifmvwlnpfciryk2pvx-csar.csar ASDC sendASDCNotification
2022-11-25T00:31:26.099Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/artifacts/service-DemoPnfYrifmvwlnpfciryk2pvx-csar.csar
2022-11-25T00:31:26.099Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T00:31:26.099Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:31:26.102Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:31:26.102Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669336286098,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/artifacts/service-DemoPnfYrifmvwlnpfciryk2pvx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:31:26.202Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T00:31:26.203Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:31:26.203Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:31:26.222Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:31:26.223Z||pool-48-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-25T00:31:27.102Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-25T00:31:27.103Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-25T00:31:27.104Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: c13861d8-90ca-4943-b5a8-928f37b42636, URL: /sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/artifacts/service-DemoPnfYrifmvwlnpfciryk2pvx-csar.csar to file: /app/ASDC/1/service-DemoPnfYrifmvwlnpfciryk2pvx-csar.csar
2022-11-25T00:31:27.104Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfYrifmvwlnpfciryk2pvx-csar.csar
2022-11-25T00:31:27.105Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfYrifmvwlnpfciryk2pvx-csar.csar
2022-11-25T00:31:27.105Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfYrifmvwlnpfciryk2pvx-csar.csar
2022-11-25T00:31:27.367Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4380323531481409117/Definitions/service-DemoPnfYrifmvwlnpfciryk2pvx-template.yml
2022-11-25T00:31:28.345Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-25T00:31:28.346Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-25T00:31:28.346Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfYrifmvwlnpfciryk2pvx-csar.csar
2022-11-25T00:31:28.346Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-25T00:31:28.346Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfYrifmvwlnpfciryk2pvx-csar.csar
2022-11-25T00:31:28.347Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfYrifmvwlnpfciryk2pvx-csar.csar
2022-11-25T00:31:28.347Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYrifmvwlnpfciryk2pvx-csar.csar
2022-11-25T00:31:28.347Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYrifmvwlnpfciryk2pvx-csar.csar
2022-11-25T00:31:28.348Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYrifmvwlnpfciryk2pvx-csar.csar
2022-11-25T00:31:28.348Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5d9c9229-ac65 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-DemoPnfYrifmvwlnpfciryk2pvx-csar.csar
2022-11-25T00:31:28.348Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYrifmvwlnpfciryk2pvx-csar.csar
2022-11-25T00:31:28.348Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-25T00:31:28.348Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:31:28.349Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_YrIFmvWlNPFCIRYK2pvx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:31:28.349Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||Node template pNF 5d9c9229-ac65 0 is matching search criteria
2022-11-25T00:31:28.349Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-25T00:31:28.349Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 5d9c9229-ac65 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-25T00:31:28.350Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:31:28.350Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_YrIFmvWlNPFCIRYK2pvx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:31:28.350Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||Node template pNF 5d9c9229-ac65 0 is matching search criteria
2022-11-25T00:31:28.350Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-25T00:31:28.351Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 5d9c9229-ac65 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-25T00:31:28.351Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:31:28.351Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_YrIFmvWlNPFCIRYK2pvx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:31:28.351Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:31:28.352Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_YrIFmvWlNPFCIRYK2pvx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:31:28.352Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:31:28.352Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_YrIFmvWlNPFCIRYK2pvx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:31:28.352Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:31:28.353Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_YrIFmvWlNPFCIRYK2pvx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:31:28.353Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:31:28.353Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_YrIFmvWlNPFCIRYK2pvx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:31:28.353Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_YrIFmvWlNPFCIRYK2pvx
Description:catalog service description
Model UUID:06528794-11b0-4f82-970c-319fd440598e
Model Version:NULL
Model InvariantUuid:e4268a0e-0d51-437a-bf82-5a8658164981
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-25T00:31:28.364Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0c20ccd1-f939-4a80-96f7-d30574ccf15e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-25T00:31:28.369Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||pNF 5d9c9229-ac65 0
2022-11-25T00:31:28.369Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0c20ccd1-f939-4a80-96f7-d30574ccf15e
2022-11-25T00:31:28.369Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 06528794-11b0-4f82-970c-319fd440598e
2022-11-25T00:31:28.369Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 06528794-11b0-4f82-970c-319fd440598e
2022-11-25T00:31:28.370Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 5d9c9229-ac65 0 0c20ccd1-f939-4a80-96f7-d30574ccf15e ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-25T00:31:28.377Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@28bee08a, org.onap.sdc.toscaparser.api.parameters.Input@58323ea4, org.onap.sdc.toscaparser.api.parameters.Input@66a44a9, org.onap.sdc.toscaparser.api.parameters.Input@29e7efd, org.onap.sdc.toscaparser.api.parameters.Input@5d7b6494]
2022-11-25T00:31:28.377Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:31:28.378Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_YrIFmvWlNPFCIRYK2pvx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:31:28.378Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 06528794-11b0-4f82-970c-319fd440598e: pNF 5d9c9229-ac65
2022-11-25T00:31:28.378Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||Processing PNF resource: 0c20ccd1-f939-4a80-96f7-d30574ccf15e
2022-11-25T00:31:28.379Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-25T00:31:28.379Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_YrIFmvWlNPFCIRYK2pvx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-25T00:31:28.379Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||Resource customization UUID: 299d6be3-6fb4-47f4-afac-d9ad9b13e4b5 is the same as notified resource customizationUUID: 299d6be3-6fb4-47f4-afac-d9ad9b13e4b5
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-25T00:31:28.442Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 5d9c9229-ac65 0c20ccd1-f939-4a80-96f7-d30574ccf15e 0 ASDC deployResourceStructure
2022-11-25T00:31:28.443Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/artifacts/service-DemoPnfYrifmvwlnpfciryk2pvx-csar.csar ASDC sendASDCNotification
2022-11-25T00:31:28.443Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/artifacts/service-DemoPnfYrifmvwlnpfciryk2pvx-csar.csar
2022-11-25T00:31:28.443Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-25T00:31:28.443Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:31:28.446Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:31:28.446Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669336288442,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYrifmvwlnpfciryk2pvx/1.0/artifacts/service-DemoPnfYrifmvwlnpfciryk2pvx-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-25T00:31:28.556Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2022-11-25T00:31:28.558Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:31:28.558Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:31:28.580Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:31:28.581Z||pool-49-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-11-25T00:31:29.448Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e712aab-d23e-402b-8e80-adec426d72e7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-25T00:31:29.465Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e712aab-d23e-402b-8e80-adec426d72e7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-25T00:31:29.475Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-25T00:31:29.475Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-25T00:31:29.475Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-25T00:31:29.476Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-25T00:31:29.476Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-25T00:31:29.476Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-25T00:31:29.476Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-25T00:31:29.477Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-25T00:31:29.477Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-25T00:31:29.495Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-25T00:31:34.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-25T00:31:34.843Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-25T00:31:34.843Z||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 M4Gg7g63sJCKBMyM) ...
2022-11-25T00:31:34.874Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:31:34.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-25T00:31:34.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62db048f-3c8a-48c4-a7bb-ccade740a8dc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669336175302,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-25T00:31:34.875Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-25T00:31:59.496Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9e712aab-d23e-402b-8e80-adec426d72e7 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-25T00:31:59.505Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9e712aab-d23e-402b-8e80-adec426d72e7 and serviceModelVersionId: 06528794-11b0-4f82-970c-319fd440598e
2022-11-25T00:31:59.506Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e4268a0e-0d51-437a-bf82-5a8658164981
2022-11-25T00:31:59.507Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e4268a0e-0d51-437a-bf82-5a8658164981/model-vers/model-ver/06528794-11b0-4f82-970c-319fd440598e?depth=0
2022-11-25T00:31:59.514Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-11-25T00:31:59.586Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4268a0e-0d51-437a-bf82-5a8658164981/model-vers/model-ver/06528794-11b0-4f82-970c-319fd440598e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-25T00:31:59.588Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4268a0e-0d51-437a-bf82-5a8658164981/model-vers/model-ver/06528794-11b0-4f82-970c-319fd440598e?depth=0|INFO|500||Invoke
2022-11-25T00:31:59.595Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4268a0e-0d51-437a-bf82-5a8658164981/model-vers/model-ver/06528794-11b0-4f82-970c-319fd440598e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-25T00:31:59.731Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4268a0e-0d51-437a-bf82-5a8658164981/model-vers/model-ver/06528794-11b0-4f82-970c-319fd440598e?depth=0|INFO|500||InvokeReturn
2022-11-25T00:31:59.731Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4268a0e-0d51-437a-bf82-5a8658164981/model-vers/model-ver/06528794-11b0-4f82-970c-319fd440598e?depth=0 has http status code:200 and response headers:{date=[Fri, 25 Nov 2022 00:31:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[112], vertex-id=[278688], x-aai-txid=[1-aai-resources-221125-00:31:59:303-49577], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-25T00:31:59.737Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-11-25T00:31:59.743Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-25T00:31:59.743Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-25T00:31:59.749Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-25T00:31:59.749Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9e712aab-d23e-402b-8e80-adec426d72e7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-25T00:31:59.750Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-25T00:31:59.750Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:31:59.752Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:31:59.752Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9e712aab-d23e-402b-8e80-adec426d72e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669336319749,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-25T00:31:59.853Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T00:31:59.854Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:31:59.856Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:31:59.878Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:31:59.878Z||pool-50-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-25T00:32:00.775Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-25T00:32:00.775Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"ea687ca0-702e-4a2c-8410-786d1b3e0f71","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"56a0bc0f-176b-4268-a572-fa539c1fa544","serviceDescription":"service","serviceInvariantUUID":"b443e20e-ecae-4795-a5dc-9c1b1c83b6e5","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e70baf1e-b353-4fe4-8860-5eb6ecb42951","resourceInvariantUUID":"951b6114-53bc-4d61-86e3-f6f95256d344","resourceCustomizationUUID":"1dab1007-9f50-4570-b799-645f084fb380","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":"NjlkMjAwNzc0YTI1ZWU1MWM2NjhhMzc0NDM4NjkyYTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"84ef40a5-b735-455b-84f6-157413d201d7","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":"1cce7040-3ec3-4010-bfe5-c30701610bbb","artifactVersion":"2","generatedFromUUID":"759023ba-556d-4263-b9a0-5eda5a219ddb"},{"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":"759023ba-556d-4263-b9a0-5eda5a219ddb","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":"ODQ1MTBiYmRiMTZlMmViOTViZjAzNWE1NDdiN2VlYmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e260f66c-2aaa-4859-9c9a-10da64b4e516","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":"070de5ad-72e0-4235-a1d6-813a1d691291","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":"2108c8a5-0891-4504-a7d4-8c79aa4615b0","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":"12064398-c6c8-4176-a9b5-47ec079f8cb7","artifactVersion":"2","generatedFromUUID":"070de5ad-72e0-4235-a1d6-813a1d691291"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NWFmZGI5NTE0NjY1M2IyNDliODEzZDUwYTZkMmI0Yzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"748fe1a9-18a2-4acd-88f6-438432fa121e","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OGJiOWQ3YzNkODhmMDczZWEzYjI4OTJlZjY5Y2JhYmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cb471a4b-aa97-4f1a-89e9-ef0021560b98","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-25T00:32:00.776Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T00:32:00.777Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:32:00.780Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:32:00.781Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669336272259,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:32:00.880Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T00:32:00.881Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:32:00.881Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:32:00.901Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:32:00.902Z||pool-51-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-25T00:32:01.783Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T00:32:01.784Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:32:01.786Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:32:01.786Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669336272259,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-11-25T00:32:01.886Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T00:32:01.888Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:32:01.888Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:32:01.904Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:32:01.905Z||pool-52-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-25T00:32:02.787Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T00:32:02.788Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:32:02.791Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:32:02.791Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669336272259,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-11-25T00:32:02.892Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-25T00:32:02.893Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:32:02.894Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:32:02.930Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:32:02.931Z||pool-53-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-11-25T00:32:03.792Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T00:32:03.793Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:32:03.796Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:32:03.796Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669336272259,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-11-25T00:32:03.896Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T00:32:03.898Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:32:03.898Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:32:03.915Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:32:03.916Z||pool-54-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-25T00:32:04.797Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T00:32:04.798Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:32:04.800Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:32:04.800Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669336272259,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-11-25T00:32:04.900Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T00:32:04.901Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:32:04.902Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:32:04.919Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:32:04.919Z||pool-55-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-25T00:32:05.800Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T00:32:05.801Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:32:05.804Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:32:05.805Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669336272259,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:32:05.905Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T00:32:05.906Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:32:05.906Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:32:05.922Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:32:05.922Z||pool-56-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-25T00:32:06.809Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T00:32:06.809Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:32:06.811Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:32:06.812Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669336272259,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-11-25T00:32:06.912Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T00:32:06.913Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:32:06.913Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:32:06.928Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:32:06.928Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-25T00:32:07.812Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T00:32:07.813Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:32:07.815Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:32:07.815Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669336272259,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-25T00:32:07.916Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-25T00:32:07.917Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:32:07.917Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:32:07.939Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:32:07.940Z||pool-58-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-25T00:32:08.818Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-25T00:32:08.818Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:32:08.820Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:32:08.820Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669336272259,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-25T00:32:08.920Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-25T00:32:08.921Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:32:08.921Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:32:08.938Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:32:08.939Z||pool-59-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-25T00:32:09.822Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "56a0bc0f-176b-4268-a572-fa539c1fa544",
"serviceDescription": "service",
"serviceInvariantUUID": "b443e20e-ecae-4795-a5dc-9c1b1c83b6e5",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "1dab1007-9f50-4570-b799-645f084fb380",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e70baf1e-b353-4fe4-8860-5eb6ecb42951",
"resourceInvariantUUID": "951b6114-53bc-4d61-86e3-f6f95256d344",
"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": "1cce7040-3ec3-4010-bfe5-c30701610bbb",
"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": "759023ba-556d-4263-b9a0-5eda5a219ddb",
"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": "ODQ1MTBiYmRiMTZlMmViOTViZjAzNWE1NDdiN2VlYmE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e260f66c-2aaa-4859-9c9a-10da64b4e516",
"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": "070de5ad-72e0-4235-a1d6-813a1d691291",
"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": "12064398-c6c8-4176-a9b5-47ec079f8cb7",
"generatedFromUUID": "070de5ad-72e0-4235-a1d6-813a1d691291"
},
"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": "12064398-c6c8-4176-a9b5-47ec079f8cb7",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "OGJiOWQ3YzNkODhmMDczZWEzYjI4OTJlZjY5Y2JhYmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cb471a4b-aa97-4f1a-89e9-ef0021560b98"
}
],
"workloadContext": "Production"
}
2022-11-25T00:32:09.822Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-25T00:32:09.822Z|9e712aab-d23e-402b-8e80-adec426d72e7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 56a0bc0f-176b-4268-a572-fa539c1fa544 ASDC
2022-11-25T00:32:09.823Z|ea687ca0-702e-4a2c-8410-786d1b3e0f71|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:ea687ca0-702e-4a2c-8410-786d1b3e0f71
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:56a0bc0f-176b-4268-a572-fa539c1fa544
ServiceInvariantUUID:b443e20e-ecae-4795-a5dc-9c1b1c83b6e5
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:cb471a4b-aa97-4f1a-89e9-ef0021560b98
ArtifactChecksum:OGJiOWQ3YzNkODhmMDczZWEzYjI4OTJlZjY5Y2JhYmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:1dab1007-9f50-4570-b799-645f084fb380
ResourceInvariantUUID:951b6114-53bc-4d61-86e3-f6f95256d344
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:e70baf1e-b353-4fe4-8860-5eb6ecb42951
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:1cce7040-3ec3-4010-bfe5-c30701610bbb
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:759023ba-556d-4263-b9a0-5eda5a219ddb
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:e260f66c-2aaa-4859-9c9a-10da64b4e516
ArtifactChecksum:ODQ1MTBiYmRiMTZlMmViOTViZjAzNWE1NDdiN2VlYmE=
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:070de5ad-72e0-4235-a1d6-813a1d691291
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:12064398-c6c8-4176-a9b5-47ec079f8cb7
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:12064398-c6c8-4176-a9b5-47ec079f8cb7
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-25T00:32:09.823Z|ea687ca0-702e-4a2c-8410-786d1b3e0f71|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 56a0bc0f-176b-4268-a572-fa539c1fa544 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-25T00:32:09.875Z|ea687ca0-702e-4a2c-8410-786d1b3e0f71|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-25T00:32:09.875Z|ea687ca0-702e-4a2c-8410-786d1b3e0f71|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-25T00:32:09.876Z|ea687ca0-702e-4a2c-8410-786d1b3e0f71|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-25T00:32:09.876Z|ea687ca0-702e-4a2c-8410-786d1b3e0f71|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cb471a4b-aa97-4f1a-89e9-ef0021560b98 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-25T00:32:09.876Z|ea687ca0-702e-4a2c-8410-786d1b3e0f71|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-25T00:32:09.876Z|ea687ca0-702e-4a2c-8410-786d1b3e0f71|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-25T00:32:10.055Z|ea687ca0-702e-4a2c-8410-786d1b3e0f71|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-25T00:32:10.056Z|ea687ca0-702e-4a2c-8410-786d1b3e0f71|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar cb471a4b-aa97-4f1a-89e9-ef0021560b98 73995
2022-11-25T00:32:10.057Z|ea687ca0-702e-4a2c-8410-786d1b3e0f71|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-11-25T00:32:10.057Z|ea687ca0-702e-4a2c-8410-786d1b3e0f71|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-25T00:32:10.057Z|ea687ca0-702e-4a2c-8410-786d1b3e0f71|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-25T00:32:10.057Z|ea687ca0-702e-4a2c-8410-786d1b3e0f71|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-25T00:32:10.059Z|ea687ca0-702e-4a2c-8410-786d1b3e0f71|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-25T00:32:10.059Z|ea687ca0-702e-4a2c-8410-786d1b3e0f71|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "ea687ca0-702e-4a2c-8410-786d1b3e0f71",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669336330057,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-25T00:32:10.159Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-25T00:32:10.160Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-25T00:32:10.161Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M4Gg7g63sJCKBMyM) ...
2022-11-25T00:32:10.180Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-25T00:32:10.180Z||pool-60-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-25T00:32:11.060Z|ea687ca0-702e-4a2c-8410-786d1b3e0f71|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-25T00:32:11.062Z|ea687ca0-702e-4a2c-8410-786d1b3e0f71|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-25T00:32:11.062Z|ea687ca0-702e-4a2c-8410-786d1b3e0f71|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: cb471a4b-aa97-4f1a-89e9-ef0021560b98, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-25T00:32:11.063Z|ea687ca0-702e-4a2c-8410-786d1b3e0f71|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-11-25T00:32:11.063Z|ea687ca0-702e-4a2c-8410-786d1b3e0f71|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-25T00:32:11.064Z|ea687ca0-702e-4a2c-8410-786d1b3e0f71|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-25T00:32:11.239Z|ea687ca0-702e-4a2c-8410-786d1b3e0f71|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4125729811393805618/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-11-25T00:32:12.426Z|ea687ca0-702e-4a2c-8410-786d1b3e0f71|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-25T00:32:12.427Z|ea687ca0-702e-4a2c-8410-786d1b3e0f71|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-25T00:32:12.427Z|ea687ca0-702e-4a2c-8410-786d1b3e0f71|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-25T00:32:12.427Z|ea687ca0-702e-4a2c-8410-786d1b3e0f71|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-25T00:32:12.427Z|ea687ca0-702e-4a2c-8410-786d1b3e0f71|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-25T00:32:12.427Z|ea687ca0-702e-4a2c-8410-786d1b3e0f71|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-25T00:32:12.428Z|ea687ca0-702e-4a2c-8410-786d1b3e0f71|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-25T00:32:12.428Z|ea687ca0-702e-4a2c-8410-786d1b3e0f71|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-25T00:32:12.428Z|ea687ca0-702e-4a2c-8410-786d1b3e0f71|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-25T00:32:12.428Z|ea687ca0-702e-4a2c-8410-786d1b3e0f71|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery