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-12-15T10:36:28.643Z||main|||||INFO|500||The following profiles are active: basic
2022-12-15T10:36:39.502Z||main|||||INFO|500||Starting service [Tomcat]
2022-12-15T10:36:39.503Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-12-15T10:36:39.619Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-12-15T10:36:43.532Z||main|||||INFO|500||catdb-pool - Starting...
2022-12-15T10:36:43.936Z||main|||||INFO|500||catdb-pool - Start completed.
2022-12-15T10:36:44.421Z||main|||||INFO|500||reqdb-pool - Starting...
2022-12-15T10:36:44.438Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-12-15T10:36:44.542Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-12-15T10:36:44.836Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-12-15T10:36:45.383Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-15T10:36:47.060Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-15T10:36:49.419Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-15T10:36:49.480Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-12-15T10:36:50.120Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-15T10:36:50.375Z||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-12-15T10:36:51.536Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-15T10:36:52.544Z||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-12-15T10:36:53.264Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2022-12-15T10:36:53.265Z||main|||||ERROR|500||(conn=1290) Table 'catalogdb.activity_spec' doesn't exist
2022-12-15T10:36:53.279Z||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-12-15T10:36:56.425Z||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-12-15T10:36:58.999Z||main|||||WARN|500||---
2022-12-15T10:36:59.000Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-12-15T10:36:59.000Z||main|||||WARN|500||---
2022-12-15T10:36:59.481Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-12-15T10:37:04.479Z||main|||||INFO|500||Started Application in 38.801 seconds (JVM running for 40.979)
2022-12-15T10:37:04.544Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-15T10:37:04.545Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-15T10:37:04.569Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-15T10:37:04.597Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-15T10:37:04.652Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ab1203d2-965d-48e7-a3d8-1252ea56a689 url= /sdc/v1/artifactTypes
2022-12-15T10:37:04.652Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-12-15T10:37:04.847Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-12-15T10:37:04.886Z||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-12-15T10:37:04.926Z||scheduling-1|||||DEBUG|500||create keys
2022-12-15T10:37:04.940Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-12-15T10:37:05.216Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:37:05.233Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5419e046-1638-4ad4-97ba-8d86d00b366a url= /sdc/v1/registerForDistribution
2022-12-15T10:37:05.519Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 5419e046-1638-4ad4-97ba-8d86d00b366a url= /sdc/v1/registerForDistribution
2022-12-15T10:37:05.519Z||scheduling-1|||||INFO|500||start DistributionClient
2022-12-15T10:37:05.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:37:05.532Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:37:05.540Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-12-15T10:37:05.540Z||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-12-15T10:37:05.540Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:37:05.540Z||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-12-15T10:37:05.540Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:37:16.143Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:37:16.252Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:38:05.528Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:38:05.530Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:38:05.531Z||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-12-15T10:38:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:38:05.531Z||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-12-15T10:38:05.532Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:38:15.092Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:38:15.094Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:39:05.528Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:39:05.531Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:39:05.533Z||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-12-15T10:39:05.533Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:39:05.539Z||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-12-15T10:39:05.539Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:39:15.177Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:39:15.181Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:40:05.528Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:40:05.529Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T10:40:05.529Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dYl1aCs77Bf5HrhG) ...
2022-12-15T10:40:05.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:40:05.532Z||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-12-15T10:40:05.532Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:40:15.085Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:40:15.103Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:41:05.528Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:41:05.529Z||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-12-15T10:41:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:41:05.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:41:05.532Z||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-12-15T10:41:05.532Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:41:15.077Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:41:15.081Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:42:05.528Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:42:05.529Z||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-12-15T10:42:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:42:05.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:42:05.531Z||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-12-15T10:42:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:42:15.078Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:42:15.088Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:43:05.528Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:43:05.528Z||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-12-15T10:43:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:43:05.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:43:05.531Z||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-12-15T10:43:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:43:15.086Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:43:15.086Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:44:05.528Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:44:05.529Z||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-12-15T10:44:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:44:05.530Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:44:05.531Z||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-12-15T10:44:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:44:15.078Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:44:15.078Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:45:05.528Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:45:05.530Z||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-12-15T10:45:05.530Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:45:05.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:45:05.531Z||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-12-15T10:45:05.532Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:45:15.081Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:45:15.095Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:46:05.528Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:46:05.529Z||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-12-15T10:46:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:46:05.530Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:46:05.531Z||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-12-15T10:46:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:46:15.091Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:46:15.100Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:47:00.667Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-15T10:47:05.528Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:47:05.529Z||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-12-15T10:47:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:47:05.530Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:47:05.531Z||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-12-15T10:47:05.532Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:47:15.106Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:47:15.108Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:48:05.528Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:48:05.529Z||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-12-15T10:48:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:48:05.530Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:48:05.531Z||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-12-15T10:48:05.532Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:48:15.080Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:48:15.081Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:49:05.528Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:49:05.529Z||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-12-15T10:49:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:49:05.530Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:49:05.531Z||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-12-15T10:49:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:49:15.084Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:49:15.084Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:50:05.528Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:50:05.529Z||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-12-15T10:50:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:50:05.530Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:50:05.531Z||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-12-15T10:50:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:50:15.075Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:50:15.098Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:51:05.528Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:51:05.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:51:05.531Z||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-12-15T10:51:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:51:05.531Z||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-12-15T10:51:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:51:15.084Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:51:15.087Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:52:05.528Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:52:05.529Z||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-12-15T10:52:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:52:05.530Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:52:05.531Z||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-12-15T10:52:05.532Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:52:15.095Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:52:15.096Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:53:05.528Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:53:05.529Z||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-12-15T10:53:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:53:05.531Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:53:05.531Z||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-12-15T10:53:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:53:15.074Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:53:15.080Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:54:05.528Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:54:05.529Z||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-12-15T10:54:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:54:05.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:54:05.531Z||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-12-15T10:54:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:54:15.079Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:54:15.089Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:55:05.528Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:55:05.528Z||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-12-15T10:55:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:55:05.530Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:55:05.531Z||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-12-15T10:55:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:55:15.070Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:55:15.076Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:56:05.528Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:56:05.528Z||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-12-15T10:56:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:56:05.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:56:05.531Z||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-12-15T10:56:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:56:15.078Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:56:15.080Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:57:05.528Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:57:05.528Z||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-12-15T10:57:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:57:05.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:57:05.531Z||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-12-15T10:57:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:57:15.073Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:57:15.076Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:58:05.528Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:58:05.529Z||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-12-15T10:58:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:58:05.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:58:05.531Z||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-12-15T10:58:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:58:15.074Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:58:15.074Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:59:05.528Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:59:05.529Z||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-12-15T10:59:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:59:05.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T10:59:05.531Z||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-12-15T10:59:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T10:59:15.079Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T10:59:15.079Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:00:05.528Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:00:05.529Z||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-12-15T11:00:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:00:05.530Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:00:05.531Z||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-12-15T11:00:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:00:15.079Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:00:15.099Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:01:05.528Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:01:05.528Z||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-12-15T11:01:05.528Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:01:05.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:01:05.531Z||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-12-15T11:01:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:01:15.079Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:01:15.085Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:02:05.528Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:02:05.530Z||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-12-15T11:02:05.530Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:02:05.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:02:05.531Z||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-12-15T11:02:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:02:15.074Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:02:15.075Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:03:05.528Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:03:05.529Z||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-12-15T11:03:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:03:05.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:03:05.531Z||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-12-15T11:03:05.532Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:03:15.106Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:03:15.128Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:04:05.528Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:04:05.528Z||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-12-15T11:04:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:04:05.530Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:04:05.531Z||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-12-15T11:04:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:04:15.091Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:04:15.091Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:05:05.528Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:05:05.529Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T11:05:05.529Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dYl1aCs77Bf5HrhG) ...
2022-12-15T11:05:05.531Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:05:05.531Z||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-12-15T11:05:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:05:15.075Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:05:15.077Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:06:05.528Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:06:05.529Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T11:06:05.529Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dYl1aCs77Bf5HrhG) ...
2022-12-15T11:06:05.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:06:05.531Z||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-12-15T11:06:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:06:15.077Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:06:15.080Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:07:05.528Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:07:05.529Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T11:07:05.529Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dYl1aCs77Bf5HrhG) ...
2022-12-15T11:07:05.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:07:05.531Z||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-12-15T11:07:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:07:15.103Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:07:15.121Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:08:05.528Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:08:05.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T11:08:05.528Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dYl1aCs77Bf5HrhG) ...
2022-12-15T11:08:05.530Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:08:05.531Z||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-12-15T11:08:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:08:15.076Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:08:15.101Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:09:05.528Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:09:05.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T11:09:05.529Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dYl1aCs77Bf5HrhG) ...
2022-12-15T11:09:05.530Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:09:05.531Z||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-12-15T11:09:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:09:15.078Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:09:15.078Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:10:05.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:10:05.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T11:10:05.528Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dYl1aCs77Bf5HrhG) ...
2022-12-15T11:10:05.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:10:05.531Z||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-12-15T11:10:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:10:15.084Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:10:15.089Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:11:05.528Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:11:05.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T11:11:05.528Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dYl1aCs77Bf5HrhG) ...
2022-12-15T11:11:05.530Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:11:05.531Z||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-12-15T11:11:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:11:15.087Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:11:15.087Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:12:05.528Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:12:05.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T11:12:05.528Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dYl1aCs77Bf5HrhG) ...
2022-12-15T11:12:05.530Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:12:05.531Z||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-12-15T11:12:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:12:15.084Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:12:15.085Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:13:05.528Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:13:05.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T11:13:05.529Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dYl1aCs77Bf5HrhG) ...
2022-12-15T11:13:05.530Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:13:05.531Z||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-12-15T11:13:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:13:15.074Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:13:15.074Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:14:05.528Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:14:05.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T11:14:05.528Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dYl1aCs77Bf5HrhG) ...
2022-12-15T11:14:05.530Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:14:05.531Z||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-12-15T11:14:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:14:15.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:14:15.089Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:15:05.528Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:15:05.530Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T11:15:05.530Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dYl1aCs77Bf5HrhG) ...
2022-12-15T11:15:05.530Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:15:05.531Z||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-12-15T11:15:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:15:15.095Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:15:15.095Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:16:05.528Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:16:05.529Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T11:16:05.529Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dYl1aCs77Bf5HrhG) ...
2022-12-15T11:16:05.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:16:05.531Z||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-12-15T11:16:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:16:15.074Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:16:15.076Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:17:05.528Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:17:05.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T11:17:05.528Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dYl1aCs77Bf5HrhG) ...
2022-12-15T11:17:05.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:17:05.532Z||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-12-15T11:17:05.532Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:17:15.073Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:17:15.077Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:18:05.528Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:18:05.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T11:18:05.529Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dYl1aCs77Bf5HrhG) ...
2022-12-15T11:18:05.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:18:05.531Z||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-12-15T11:18:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:18:15.076Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:18:15.077Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:19:05.528Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:19:05.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-15T11:19:05.529Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dYl1aCs77Bf5HrhG) ...
2022-12-15T11:19:05.530Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:19:05.531Z||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-12-15T11:19:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:19:15.076Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:19:15.075Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:20:05.528Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:20:05.528Z||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-12-15T11:20:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:20:05.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:20:05.531Z||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-12-15T11:20:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:20:15.081Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:20:15.108Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:21:05.528Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:21:05.528Z||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-12-15T11:21:05.528Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:21:05.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:21:05.532Z||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-12-15T11:21:05.532Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:21:15.073Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:21:15.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:22:05.528Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:22:05.529Z||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-12-15T11:22:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:22:05.530Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:22:05.531Z||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-12-15T11:22:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:22:15.080Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:22:15.105Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:23:05.528Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:23:05.529Z||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-12-15T11:23:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:23:05.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:23:05.531Z||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-12-15T11:23:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:23:15.074Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:23:15.082Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:24:05.528Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:24:05.528Z||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-12-15T11:24:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:24:05.530Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:24:05.531Z||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-12-15T11:24:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:24:15.081Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:24:15.130Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:25:05.528Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:25:05.528Z||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-12-15T11:25:05.528Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:25:05.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:25:05.531Z||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-12-15T11:25:05.532Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:25:15.070Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:25:15.070Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:26:05.528Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:26:05.528Z||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-12-15T11:26:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:26:05.530Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:26:05.531Z||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-12-15T11:26:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:26:15.072Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:26:15.074Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:27:05.528Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:27:05.528Z||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-12-15T11:27:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:27:05.530Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:27:05.532Z||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-12-15T11:27:05.532Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:27:15.073Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:27:15.073Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:28:05.528Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:28:05.528Z||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-12-15T11:28:05.528Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:28:05.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:28:05.531Z||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-12-15T11:28:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:28:15.073Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:28:15.074Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:29:05.528Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:29:05.529Z||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-12-15T11:29:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:29:05.579Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:29:05.580Z||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-12-15T11:29:05.580Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:29:15.121Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:29:15.176Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:30:05.528Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:30:05.529Z||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-12-15T11:30:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:30:05.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:30:05.531Z||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-12-15T11:30:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:30:15.071Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:30:15.082Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:31:05.528Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:31:05.529Z||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-12-15T11:31:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:31:05.530Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:31:05.531Z||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-12-15T11:31:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:31:15.079Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:31:15.083Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:32:05.528Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:32:05.528Z||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-12-15T11:32:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:32:05.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:32:05.531Z||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-12-15T11:32:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:32:15.084Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:32:15.086Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:33:05.528Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:33:05.528Z||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-12-15T11:33:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:33:05.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:33:05.531Z||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-12-15T11:33:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:33:15.072Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:33:15.098Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:34:05.528Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:34:05.529Z||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-12-15T11:34:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:34:05.530Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:34:05.531Z||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-12-15T11:34:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:34:15.075Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:34:15.080Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:35:05.528Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:35:05.529Z||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-12-15T11:35:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:35:05.530Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:35:05.531Z||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-12-15T11:35:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:35:15.077Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:35:15.087Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:36:05.528Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:36:05.529Z||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-12-15T11:36:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:36:05.530Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:36:05.531Z||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-12-15T11:36:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:36:15.077Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:36:15.078Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:37:05.528Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:37:05.528Z||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-12-15T11:37:05.528Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:37:05.530Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:37:05.531Z||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-12-15T11:37:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:37:15.078Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:37:15.080Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:38:05.528Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:38:05.528Z||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-12-15T11:38:05.528Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:38:05.530Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:38:05.531Z||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-12-15T11:38:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:38:15.076Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:38:15.078Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:39:05.528Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:39:05.528Z||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-12-15T11:39:05.528Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:39:05.530Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:39:05.531Z||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-12-15T11:39:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:39:15.071Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:39:15.071Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:40:05.528Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:40:05.528Z||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-12-15T11:40:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:40:05.530Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:40:05.531Z||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-12-15T11:40:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:40:15.085Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:40:15.098Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:41:05.528Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:41:05.529Z||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-12-15T11:41:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:41:05.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:41:05.531Z||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-12-15T11:41:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:41:15.077Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:41:15.077Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:42:05.528Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:42:05.529Z||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-12-15T11:42:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:42:05.530Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:42:05.532Z||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-12-15T11:42:05.532Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:42:15.081Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:42:15.143Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:43:05.528Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:43:05.528Z||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-12-15T11:43:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:43:05.530Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:43:05.531Z||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-12-15T11:43:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:43:15.077Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:43:15.078Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:44:05.528Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:44:05.530Z||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-12-15T11:44:05.530Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:44:05.530Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:44:05.531Z||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-12-15T11:44:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:44:15.072Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:44:15.073Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:45:05.528Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:45:05.528Z||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-12-15T11:45:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:45:05.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:45:05.531Z||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-12-15T11:45:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:45:15.087Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:45:15.091Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:46:05.528Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:46:05.528Z||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-12-15T11:46:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:46:05.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:46:05.531Z||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-12-15T11:46:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:46:15.074Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:46:15.079Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:47:05.528Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:47:05.528Z||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-12-15T11:47:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:47:05.530Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:47:05.531Z||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-12-15T11:47:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:47:15.069Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:47:15.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:48:05.528Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:48:05.528Z||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-12-15T11:48:05.528Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:48:05.530Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:48:05.531Z||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-12-15T11:48:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:48:15.096Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:48:15.097Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:49:05.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:49:05.528Z||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-12-15T11:49:05.528Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:49:05.530Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:49:05.531Z||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-12-15T11:49:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:49:15.082Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:49:15.088Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:50:05.528Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:50:05.529Z||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-12-15T11:50:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:50:05.532Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:50:05.532Z||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-12-15T11:50:05.533Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:50:15.084Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:50:15.096Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:51:05.528Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:51:05.529Z||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-12-15T11:51:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:51:05.530Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:51:05.531Z||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-12-15T11:51:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:51:15.077Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:51:15.102Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:52:05.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:52:05.528Z||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-12-15T11:52:05.528Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:52:05.530Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:52:05.531Z||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-12-15T11:52:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:52:15.084Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:52:15.094Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:53:05.528Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:53:05.530Z||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-12-15T11:53:05.530Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:53:05.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:53:05.531Z||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-12-15T11:53:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:53:15.105Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:53:15.142Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:54:05.528Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:54:05.529Z||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-12-15T11:54:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:54:05.530Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:54:05.531Z||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-12-15T11:54:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:54:15.076Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:54:15.083Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:55:05.528Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:55:05.530Z||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-12-15T11:55:05.530Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:55:05.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:55:05.531Z||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-12-15T11:55:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:55:15.074Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:55:15.075Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:56:05.528Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:56:05.528Z||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-12-15T11:56:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:56:05.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:56:05.531Z||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-12-15T11:56:05.532Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:56:15.072Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:56:15.088Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:57:05.528Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:57:05.529Z||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-12-15T11:57:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:57:05.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:57:05.531Z||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-12-15T11:57:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:57:15.077Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:57:15.082Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:58:05.528Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:58:05.530Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:58:05.531Z||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-12-15T11:58:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:58:05.531Z||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-12-15T11:58:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:58:15.092Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:58:15.145Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:59:05.528Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:59:05.529Z||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-12-15T11:59:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:59:05.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T11:59:05.531Z||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-12-15T11:59:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T11:59:15.084Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T11:59:15.083Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:00:05.528Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:00:05.528Z||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-12-15T12:00:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:00:05.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:00:05.531Z||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-12-15T12:00:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:00:15.081Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:00:15.151Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:01:05.528Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:01:05.529Z||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-12-15T12:01:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:01:05.530Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:01:05.531Z||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-12-15T12:01:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:01:15.080Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:01:15.089Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:02:05.528Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:02:05.529Z||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-12-15T12:02:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:02:05.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:02:05.531Z||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-12-15T12:02:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:02:15.086Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:02:15.088Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:03:05.528Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:03:05.528Z||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-12-15T12:03:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:03:05.530Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:03:05.531Z||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-12-15T12:03:05.532Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:03:15.080Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:03:15.110Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:04:05.528Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:04:05.528Z||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-12-15T12:04:05.528Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:04:05.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:04:05.531Z||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-12-15T12:04:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:04:15.071Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:04:15.071Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:05:05.528Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:05:05.528Z||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-12-15T12:05:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:05:05.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:05:05.531Z||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-12-15T12:05:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:05:15.097Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:05:15.167Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:06:05.528Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:06:05.529Z||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-12-15T12:06:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:06:05.530Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:06:05.531Z||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-12-15T12:06:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:06:15.086Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:06:15.094Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:07:05.528Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:07:05.528Z||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-12-15T12:07:05.528Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:07:05.530Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:07:05.531Z||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-12-15T12:07:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:07:15.088Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:07:15.088Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:08:05.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:08:05.528Z||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-12-15T12:08:05.528Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:08:05.530Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:08:05.531Z||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-12-15T12:08:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:08:15.087Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:08:15.092Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:09:05.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:09:05.528Z||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-12-15T12:09:05.528Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:09:05.530Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:09:05.531Z||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-12-15T12:09:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:09:15.072Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:09:15.075Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:10:05.528Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:10:05.529Z||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-12-15T12:10:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:10:05.530Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:10:05.531Z||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-12-15T12:10:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:10:15.080Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:10:15.091Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:11:05.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:11:05.528Z||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-12-15T12:11:05.528Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:11:05.530Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:11:05.531Z||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-12-15T12:11:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:11:15.073Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:11:15.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:12:05.528Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:12:05.528Z||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-12-15T12:12:05.528Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:12:05.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:12:05.531Z||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-12-15T12:12:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:12:15.092Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:12:15.108Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:13:05.528Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:13:05.530Z||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-12-15T12:13:05.530Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:13:05.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:13:05.531Z||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-12-15T12:13:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:13:15.072Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:13:15.073Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:14:05.528Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:14:05.529Z||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-12-15T12:14:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:14:05.530Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:14:05.531Z||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-12-15T12:14:05.532Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:14:15.079Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:14:15.110Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:15:05.528Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:15:05.528Z||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-12-15T12:15:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:15:05.530Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:15:05.531Z||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-12-15T12:15:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:15:15.075Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:15:15.079Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:16:05.528Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:16:05.528Z||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-12-15T12:16:05.528Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:16:05.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:16:05.531Z||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-12-15T12:16:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:16:15.079Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:16:15.080Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:17:05.528Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:17:05.529Z||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-12-15T12:17:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:17:05.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:17:05.531Z||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-12-15T12:17:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:17:15.072Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:17:15.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:18:05.528Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:18:05.528Z||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-12-15T12:18:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:18:05.530Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:18:05.531Z||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-12-15T12:18:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:18:15.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:18:15.111Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:19:05.528Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:19:05.529Z||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-12-15T12:19:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:19:05.530Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:19:05.531Z||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-12-15T12:19:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:19:15.077Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:19:15.077Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:20:05.528Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:20:05.528Z||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-12-15T12:20:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:20:05.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:20:05.531Z||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-12-15T12:20:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:20:15.072Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:20:15.073Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:21:05.528Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:21:05.528Z||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-12-15T12:21:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:21:05.530Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:21:05.531Z||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-12-15T12:21:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:21:15.076Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:21:15.083Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:22:05.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:22:05.528Z||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-12-15T12:22:05.528Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:22:05.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:22:05.531Z||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-12-15T12:22:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:22:15.080Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:22:15.082Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:23:05.528Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:23:05.528Z||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-12-15T12:23:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:23:05.530Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:23:05.531Z||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-12-15T12:23:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:23:15.071Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:23:15.075Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:24:05.528Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:24:05.529Z||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-12-15T12:24:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:24:05.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:24:05.531Z||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-12-15T12:24:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:24:15.078Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:24:15.082Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:25:05.528Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:25:05.528Z||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-12-15T12:25:05.528Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:25:05.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:25:05.531Z||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-12-15T12:25:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:25:15.080Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:25:15.083Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:26:05.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:26:05.529Z||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-12-15T12:26:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:26:05.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:26:05.531Z||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-12-15T12:26:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:26:15.084Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:26:15.086Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:27:05.528Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:27:05.528Z||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-12-15T12:27:05.528Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:27:05.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:27:05.531Z||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-12-15T12:27:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:27:15.075Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:27:15.078Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:28:05.528Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:28:05.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:28:05.531Z||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-12-15T12:28:05.531Z||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-12-15T12:28:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:28:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:28:15.077Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:28:15.078Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:29:05.528Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:29:05.528Z||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-12-15T12:29:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:29:05.530Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:29:05.531Z||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-12-15T12:29:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:29:15.090Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:29:15.090Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:30:05.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:30:05.528Z||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-12-15T12:30:05.528Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:30:05.530Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:30:05.531Z||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-12-15T12:30:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:30:15.072Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:30:15.135Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:31:05.528Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:31:05.528Z||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-12-15T12:31:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:31:05.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:31:05.531Z||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-12-15T12:31:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:31:15.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:31:15.078Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:32:05.528Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:32:05.529Z||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-12-15T12:32:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:32:05.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:32:05.531Z||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-12-15T12:32:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:32:15.079Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:32:15.080Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:33:05.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:33:05.528Z||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-12-15T12:33:05.528Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:33:05.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:33:05.532Z||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-12-15T12:33:05.532Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:33:15.076Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:33:15.085Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:34:05.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:34:05.528Z||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-12-15T12:34:05.528Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:34:05.530Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:34:05.531Z||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-12-15T12:34:05.532Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:34:15.072Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:34:15.080Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:35:05.528Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:35:05.528Z||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-12-15T12:35:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:35:05.530Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:35:05.531Z||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-12-15T12:35:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:35:15.082Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:35:15.083Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:36:05.528Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:36:05.529Z||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-12-15T12:36:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:36:05.531Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:36:05.531Z||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-12-15T12:36:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:36:15.074Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:36:15.087Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:37:05.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:37:05.528Z||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-12-15T12:37:05.528Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:37:05.530Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:37:05.531Z||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-12-15T12:37:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:37:15.078Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:37:15.084Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:38:05.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:38:05.528Z||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-12-15T12:38:05.528Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:38:05.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:38:05.531Z||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-12-15T12:38:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:38:06.180Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:38:06.180Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:38:06.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.184Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa","serviceName":"vFW 2022-12-15 12-36-25","serviceVersion":"1.0","serviceUUID":"a70fa017-41b9-4662-8034-c4a88192d830","serviceDescription":"catalog service description","serviceInvariantUUID":"b19365d2-95c9-4120-ad7e-e29c6261e5ac","resources":[{"resourceInstanceName":"vFW 9c0dc706-bf88 0","resourceName":"vFW 9c0dc706-bf88","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6ee54d8b-b10b-4cdc-be4b-b38e5e433f39","resourceInvariantUUID":"7cbc9a04-6c1c-421e-b507-068c1ddbeec6","resourceCustomizationUUID":"8cc36aeb-b65d-4fda-96c2-ee33fb1c6450","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/vf-license-model.xml","artifactChecksum":"YWVmMzVlY2JlY2ZiNmIyM2VkM2EyN2IxODczMmVkOWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8c7c78aa-b33f-4c69-8da9-13d59dc9bb7a","artifactVersion":"1"},{"artifactName":"vfw9c0dc706bf880_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/vfw9c0dc706bf880_modules.json","artifactChecksum":"YmM0OWNkMmY5ZjcxYWEyMmFiZDgxZTQ4YzYyMTFkYzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"696c2555-e102-4247-a41f-b966ef2dffaf","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f2da400d-766b-42bd-a507-88607bb38a2e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/vendor-license-model.xml","artifactChecksum":"YWVkMjBmMWQ4MGY2ZDU0OTMwN2Y0NGI5NzIwNzcwZTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5cb1c574-7e2c-4962-88fa-9de957dff32f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2a8eedd8-afb6-4ae6-87f0-e9b021c69c45","artifactVersion":"2","generatedFromUUID":"f2da400d-766b-42bd-a507-88607bb38a2e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221215123625-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221215123625/1.0/artifacts/service-Vfw20221215123625-template.yml","artifactChecksum":"Y2MwNDU2OTk0YmM3ZDBjMGMxOWE1OTQxNjUwMjAxY2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cf75eb85-38bd-4e2e-9285-8735ad8a1cf5","artifactVersion":"1"},{"artifactName":"service-Vfw20221215123625-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221215123625/1.0/artifacts/service-Vfw20221215123625-csar.csar","artifactChecksum":"NWExMWQxZGFlZTIyYjQyNmUxZGM4MjFiYWJjNTJmYzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"94ae3860-b706-4f26-8156-bdf06446cf49","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-15T12:38:06.187Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.187Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "cds-sdc-listener",
"timestamp": 1671107862871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:38:06.197Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T12:38:06.204Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T12:38:06.216Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:38:06.216Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.217Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "multicloud-k8s",
"timestamp": 1671107861995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:38:06.217Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:38:06.217Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.218Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "aai-model-loader",
"timestamp": 1671107851449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:38:06.218Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:38:06.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.218Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "policy-id",
"timestamp": 1671107857009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:38:06.218Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:38:06.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.218Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "cds-sdc-listener",
"timestamp": 1671107862871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/vfw9c0dc706bf880_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:38:06.220Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:38:06.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "multicloud-k8s",
"timestamp": 1671107861995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/vfw9c0dc706bf880_modules.json",
"status": "NOTIFIED"
}
2022-12-15T12:38:06.220Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:38:06.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "aai-model-loader",
"timestamp": 1671107851449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/vfw9c0dc706bf880_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:38:06.221Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T12:38:06.221Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671107885527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:38:06.221Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:38:06.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "policy-id",
"timestamp": 1671107857009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/vfw9c0dc706bf880_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:38:06.222Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:38:06.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "cds-sdc-listener",
"timestamp": 1671107862871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:38:06.222Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:38:06.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "multicloud-k8s",
"timestamp": 1671107861995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-15T12:38:06.223Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:38:06.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "aai-model-loader",
"timestamp": 1671107851449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:38:06.224Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:38:06.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "policy-id",
"timestamp": 1671107857009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-15T12:38:06.224Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:38:06.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.225Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "cds-sdc-listener",
"timestamp": 1671107862871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:38:06.225Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:38:06.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.225Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "multicloud-k8s",
"timestamp": 1671107861995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:38:06.225Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:38:06.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.226Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "aai-model-loader",
"timestamp": 1671107851449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:38:06.226Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:38:06.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.226Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "policy-id",
"timestamp": 1671107857009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:38:06.227Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:38:06.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "cds-sdc-listener",
"timestamp": 1671107862871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:38:06.228Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:38:06.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "multicloud-k8s",
"timestamp": 1671107861995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-15T12:38:06.228Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:38:06.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "aai-model-loader",
"timestamp": 1671107851449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:38:06.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:38:06.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "policy-id",
"timestamp": 1671107857009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:38:06.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:38:06.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "cds-sdc-listener",
"timestamp": 1671107862871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/artifacts/service-Vfw20221215123625-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:38:06.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:38:06.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "multicloud-k8s",
"timestamp": 1671107861995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/artifacts/service-Vfw20221215123625-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:38:06.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:38:06.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "aai-model-loader",
"timestamp": 1671107851449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/artifacts/service-Vfw20221215123625-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:38:06.232Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:38:06.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "policy-id",
"timestamp": 1671107857009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/artifacts/service-Vfw20221215123625-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:38:06.233Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:38:06.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "cds-sdc-listener",
"timestamp": 1671107862871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/artifacts/service-Vfw20221215123625-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T12:38:06.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:38:06.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "multicloud-k8s",
"timestamp": 1671107861995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/artifacts/service-Vfw20221215123625-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T12:38:06.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:38:06.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "aai-model-loader",
"timestamp": 1671107851449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/artifacts/service-Vfw20221215123625-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T12:38:06.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:38:06.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "policy-id",
"timestamp": 1671107857009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/artifacts/service-Vfw20221215123625-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T12:38:06.236Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:38:06.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.237Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "cds-sdc-listener",
"timestamp": 1671107871687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/artifacts/service-Vfw20221215123625-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T12:38:06.237Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T12:38:06.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.237Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "multicloud-k8s",
"timestamp": 1671107871840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/vfw9c0dc706bf880_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-15T12:38:06.238Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T12:38:06.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "aai-model-loader",
"timestamp": 1671107872637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/artifacts/service-Vfw20221215123625-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T12:38:06.238Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T12:38:06.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "policy-id",
"timestamp": 1671107872202,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/artifacts/service-Vfw20221215123625-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T12:38:06.239Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T12:38:06.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "multicloud-k8s",
"timestamp": 1671107872993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-15T12:38:06.240Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T12:38:06.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "policy-id",
"timestamp": 1671107873223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/artifacts/service-Vfw20221215123625-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-15T12:38:06.240Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T12:38:06.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "multicloud-k8s",
"timestamp": 1671107874072,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-15T12:38:06.241Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T12:38:06.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "policy-id",
"timestamp": 1671107874228,
"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-12-15T12:38:06.321Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-12-15T12:38:06.329Z||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-12-15T12:38:06.329Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T12:38:06.352Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:38:06.353Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-15T12:38:06.432Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa
2022-12-15T12:38:06.454Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa 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-12-15T12:38:06.490Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "multicloud-k8s",
"timestamp": 1671107875215,
"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-12-15T12:38:06.516Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa
2022-12-15T12:38:06.516Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa 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-12-15T12:38:06.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "multicloud-k8s",
"timestamp": 1671107876229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/vfw9c0dc706bf880_modules.json",
"status": "DEPLOY_OK"
}
2022-12-15T12:38:06.534Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T12:38:06.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671107876231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:38:06.534Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:38:06.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671107876231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/vfw9c0dc706bf880_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:38:06.535Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:38:06.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.535Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671107876231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:38:06.535Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:38:06.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671107876231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:38:06.536Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:38:06.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671107876231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:38:06.537Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:38:06.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671107876231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/artifacts/service-Vfw20221215123625-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:38:06.537Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:38:06.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671107876231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/artifacts/service-Vfw20221215123625-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T12:38:06.538Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:38:06.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:38:06.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671107884019,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/artifacts/service-Vfw20221215123625-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T12:38:06.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T12:38:07.229Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T12:38:07.229Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T12:38:07.231Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T12:38:07.231Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671107885527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/vfw9c0dc706bf880_modules.json",
"status": "NOTIFIED"
}
2022-12-15T12:38:07.331Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T12:38:07.332Z||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-12-15T12:38:07.333Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T12:38:07.344Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:38:07.345Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-15T12:38:08.232Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T12:38:08.232Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T12:38:08.235Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T12:38:08.235Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671107885527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-15T12:38:08.335Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T12:38:08.336Z||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-12-15T12:38:08.336Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T12:38:08.350Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:38:08.350Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-15T12:38:09.236Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T12:38:09.236Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T12:38:09.239Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T12:38:09.239Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671107885527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:38:09.339Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T12:38:09.340Z||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-12-15T12:38:09.340Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T12:38:09.355Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:38:09.356Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-15T12:38:10.240Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T12:38:10.240Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T12:38:10.242Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T12:38:10.242Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671107885527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-15T12:38:10.343Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-15T12:38:10.344Z||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-12-15T12:38:10.344Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T12:38:10.363Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:38:10.364Z||pool-7-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-15T12:38:11.243Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T12:38:11.244Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T12:38:11.247Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T12:38:11.247Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671107885527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/artifacts/service-Vfw20221215123625-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:38:11.347Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T12:38:11.348Z||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-12-15T12:38:11.348Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T12:38:11.363Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:38:11.363Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-15T12:38:12.248Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T12:38:12.249Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T12:38:12.250Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T12:38:12.251Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671107885527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/artifacts/service-Vfw20221215123625-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T12:38:12.351Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T12:38:12.352Z||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-12-15T12:38:12.352Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T12:38:12.367Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:38:12.367Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-15T12:38:13.253Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"serviceName": "vFW 2022-12-15 12-36-25",
"serviceVersion": "1.0",
"serviceUUID": "a70fa017-41b9-4662-8034-c4a88192d830",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b19365d2-95c9-4120-ad7e-e29c6261e5ac",
"resources": [
{
"resourceInstanceName": "vFW 9c0dc706-bf88 0",
"resourceCustomizationUUID": "8cc36aeb-b65d-4fda-96c2-ee33fb1c6450",
"resourceName": "vFW 9c0dc706-bf88",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6ee54d8b-b10b-4cdc-be4b-b38e5e433f39",
"resourceInvariantUUID": "7cbc9a04-6c1c-421e-b507-068c1ddbeec6",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw9c0dc706bf880_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/vfw9c0dc706bf880_modules.json",
"artifactChecksum": "YmM0OWNkMmY5ZjcxYWEyMmFiZDgxZTQ4YzYyMTFkYzI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "696c2555-e102-4247-a41f-b966ef2dffaf",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f2da400d-766b-42bd-a507-88607bb38a2e",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2a8eedd8-afb6-4ae6-87f0-e9b021c69c45",
"generatedFromUUID": "f2da400d-766b-42bd-a507-88607bb38a2e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2a8eedd8-afb6-4ae6-87f0-e9b021c69c45",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221215123625-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/artifacts/service-Vfw20221215123625-csar.csar",
"artifactChecksum": "NWExMWQxZGFlZTIyYjQyNmUxZGM4MjFiYWJjNTJmYzI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "94ae3860-b706-4f26-8156-bdf06446cf49"
}
],
"workloadContext": "Production"
}
2022-12-15T12:38:13.254Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-15T12:38:13.254Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a70fa017-41b9-4662-8034-c4a88192d830 ASDC
2022-12-15T12:38:13.378Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa
ServiceName:vFW 2022-12-15 12-36-25
ServiceVersion:1.0
ServiceUUID:a70fa017-41b9-4662-8034-c4a88192d830
ServiceInvariantUUID:b19365d2-95c9-4120-ad7e-e29c6261e5ac
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221215123625-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221215123625/1.0/artifacts/service-Vfw20221215123625-csar.csar
ArtifactUUID:94ae3860-b706-4f26-8156-bdf06446cf49
ArtifactChecksum:NWExMWQxZGFlZTIyYjQyNmUxZGM4MjFiYWJjNTJmYzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9c0dc706-bf88 0
ResourceCustomizationUUID:8cc36aeb-b65d-4fda-96c2-ee33fb1c6450
ResourceInvariantUUID:7cbc9a04-6c1c-421e-b507-068c1ddbeec6
ResourceName:vFW 9c0dc706-bf88
ResourceType:VF
ResourceUUID:6ee54d8b-b10b-4cdc-be4b-b38e5e433f39
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9c0dc706bf880_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/vfw9c0dc706bf880_modules.json
ArtifactUUID:696c2555-e102-4247-a41f-b966ef2dffaf
ArtifactChecksum:YmM0OWNkMmY5ZjcxYWEyMmFiZDgxZTQ4YzYyMTFkYzI=
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/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.yaml
ArtifactUUID:f2da400d-766b-42bd-a507-88607bb38a2e
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/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.env
ArtifactUUID:2a8eedd8-afb6-4ae6-87f0-e9b021c69c45
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/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.env
ArtifactUUID:2a8eedd8-afb6-4ae6-87f0-e9b021c69c45
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-15T12:38:13.378Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a70fa017-41b9-4662-8034-c4a88192d830 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-12-15T12:38:13.447Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-15T12:38:13.448Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-15T12:38:13.449Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-15T12:38:13.450Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 94ae3860-b706-4f26-8156-bdf06446cf49 from URL: /sdc/v1/catalog/services/Vfw20221215123625/1.0/artifacts/service-Vfw20221215123625-csar.csar
2022-12-15T12:38:13.450Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-15T12:38:13.452Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221215123625/1.0/artifacts/service-Vfw20221215123625-csar.csar
2022-12-15T12:38:13.529Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-15T12:38:13.547Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221215123625/1.0/artifacts/service-Vfw20221215123625-csar.csar 94ae3860-b706-4f26-8156-bdf06446cf49 101524
2022-12-15T12:38:13.549Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221215123625/1.0/artifacts/service-Vfw20221215123625-csar.csar ASDC sendASDCNotification
2022-12-15T12:38:13.549Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221215123625/1.0/artifacts/service-Vfw20221215123625-csar.csar
2022-12-15T12:38:13.550Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T12:38:13.552Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T12:38:13.554Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T12:38:13.554Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671107893548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/artifacts/service-Vfw20221215123625-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T12:38:13.654Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T12:38:13.655Z||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-12-15T12:38:13.655Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T12:38:13.675Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:38:13.676Z||pool-10-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-15T12:38:14.554Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-15T12:38:14.555Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-15T12:38:14.556Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 94ae3860-b706-4f26-8156-bdf06446cf49, URL: /sdc/v1/catalog/services/Vfw20221215123625/1.0/artifacts/service-Vfw20221215123625-csar.csar to file: /app/ASDC/1/service-Vfw20221215123625-csar.csar
2022-12-15T12:38:14.556Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221215123625-csar.csar
2022-12-15T12:38:14.649Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221215123625-csar.csar
2022-12-15T12:38:14.649Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221215123625-csar.csar
2022-12-15T12:38:15.388Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12342796634969594128/Definitions/service-Vfw20221215123625-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_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
2022-12-15T12:38:18.183Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-15T12:38:18.188Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-12-15T12:38:18.188Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221215123625-csar.csar
2022-12-15T12:38:18.189Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-15T12:38:18.189Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221215123625-csar.csar
2022-12-15T12:38:18.189Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9c0dc706-bf88 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-Vfw20221215123625-csar.csar
2022-12-15T12:38:18.189Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221215123625-csar.csar
2022-12-15T12:38:18.189Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221215123625-csar.csar
2022-12-15T12:38:18.190Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221215123625-csar.csar
2022-12-15T12:38:18.190Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221215123625-csar.csar
2022-12-15T12:38:18.190Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221215123625-csar.csar
2022-12-15T12:38:18.190Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221215123625-csar.csar
2022-12-15T12:38:18.190Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221215123625-csar.csar
2022-12-15T12:38:18.191Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221215123625-csar.csar
2022-12-15T12:38:18.191Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221215123625-csar.csar
2022-12-15T12:38:18.191Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-12-15T12:38:18.197Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:38:18.199Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-15 12-36-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T12:38:18.202Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vFW 9c0dc706-bf88 0 is matching search criteria
2022-12-15T12:38:18.203Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-12-15T12:38:18.205Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9c0dc706-bf88 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-15T12:38:18.206Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:38:18.207Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-15 12-36-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T12:38:18.207Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vFW 9c0dc706-bf88 0 is matching search criteria
2022-12-15T12:38:18.207Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-12-15T12:38:18.207Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9c0dc706-bf88 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-15T12:38:18.208Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:38:18.208Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-15 12-36-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T12:38:18.211Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:38:18.211Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vFW 9c0dc706-bf88 0 is not matching search criteria
2022-12-15T12:38:18.212Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-15T12:38:18.212Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-15T12:38:18.212Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-15T12:38:18.212Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-15T12:38:18.213Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-15T12:38:18.213Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-15T12:38:18.213Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-15T12:38:18.213Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-15T12:38:18.214Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-15T12:38:18.214Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-15T12:38:18.214Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-15T12:38:18.214Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-15T12:38:18.215Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-15T12:38:18.215Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-15T12:38:18.215Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-15T12:38:18.215Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-15T12:38:18.216Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:38:18.216Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-15 12-36-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-15T12:38:18.217Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:38:18.217Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vFW 9c0dc706-bf88 0 is matching search criteria
2022-12-15T12:38:18.218Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9c0dc706-bf88 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T12:38:18.219Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:38:18.219Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vFW 9c0dc706-bf88 0 is matching search criteria
2022-12-15T12:38:18.219Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9c0dc706-bf88 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T12:38:18.219Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:38:18.220Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vFW 9c0dc706-bf88 0 is matching search criteria
2022-12-15T12:38:18.220Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9c0dc706-bf88 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T12:38:18.220Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:38:18.221Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vFW 9c0dc706-bf88 0 is not matching search criteria
2022-12-15T12:38:18.221Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-15T12:38:18.221Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-15T12:38:18.221Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-15T12:38:18.221Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-15T12:38:18.222Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-15T12:38:18.222Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-15T12:38:18.222Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-15T12:38:18.222Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-15T12:38:18.224Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-15T12:38:18.225Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-15T12:38:18.225Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-15T12:38:18.225Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e0e777e8-a98f-422d-a032-998cb8b6e629
2022-12-15T12:38:18.225Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:38:18.226Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vFW 9c0dc706-bf88 0 is not matching search criteria
2022-12-15T12:38:18.226Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-15T12:38:18.226Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-15T12:38:18.226Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-15T12:38:18.227Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-15T12:38:18.227Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-15T12:38:18.227Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-15T12:38:18.227Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-15T12:38:18.227Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-15T12:38:18.228Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-15T12:38:18.228Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-15T12:38:18.228Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-15T12:38:18.228Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-15T12:38:18.229Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=eb508154-0e95-4aab-9c0d-173d1e226d17
2022-12-15T12:38:18.229Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:38:18.229Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vFW 9c0dc706-bf88 0 is not matching search criteria
2022-12-15T12:38:18.229Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-15T12:38:18.230Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-15T12:38:18.230Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-15T12:38:18.230Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-15T12:38:18.230Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-15T12:38:18.231Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-15T12:38:18.231Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-15T12:38:18.231Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-15T12:38:18.231Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-15T12:38:18.231Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-15T12:38:18.232Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-15T12:38:18.232Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-15T12:38:18.232Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ad5f3750-078c-4844-9da2-2319e123a7ec
2022-12-15T12:38:18.232Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:38:18.233Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-15 12-36-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T12:38:18.233Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:38:18.233Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-15 12-36-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T12:38:18.233Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:38:18.234Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-15 12-36-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T12:38:18.234Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:38:18.235Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-15 12-36-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T12:38:18.235Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-12-15 12-36-25
Description:catalog service description
Model UUID:a70fa017-41b9-4662-8034-c4a88192d830
Model Version:NULL
Model InvariantUuid:b19365d2-95c9-4120-ad7e-e29c6261e5ac
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 9c0dc706-bf88
Model UUID:fcbb3484-1470-47d9-abc5-5a9be52bd0cf
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7cbc9a04-6c1c-421e-b507-068c1ddbeec6
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8cc36aeb-b65d-4fda-96c2-ee33fb1c6450
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:8c51ae7f-b0fb-462d-9e5b-57cadcdbf249
ModelName:Vfw9c0dc706Bf88..base_vfw..module-0
ModelUuid:95535631-b801-406d-9103-ceb5e78ce9f4
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e0e777e8-a98f-422d-a032-998cb8b6e629
ModelInvariantUuid:a14c931a-af25-4bcf-b18e-53007e1fcb97
ModelName:vFW 9c0dc706-bf88-nodes.vfwCvfc
ModelUuid:7d8a24f0-6c33-4017-b7fc-4a41b600de6a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:23aa7e46-b80b-4d8d-a9d3-2e84550a8afc
ModelInvariantUuid:b2c6020f-0222-4b1a-b77c-1a177a7837aa
ModelName:Vfw9c0dc706Bf88.compute.nodes.heat.vfw
ModelUuid:cecac580-67bc-4083-b7d8-3e60679c1fd9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:eb508154-0e95-4aab-9c0d-173d1e226d17
ModelInvariantUuid:19a40e94-f336-4ecd-8ea6-f68488050c50
ModelName:vFW 9c0dc706-bf88-nodes.vsnCvfc
ModelUuid:8a3ea1b5-15fd-4947-ae55-93ba03e29d06
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:74b913c2-911c-40ec-8e0a-5337c8b016fb
ModelInvariantUuid:55e7b998-0954-4f02-9b62-f4c7c45549a9
ModelName:Vfw9c0dc706Bf88.compute.nodes.heat.vsn
ModelUuid:531a81e6-311d-4fda-9908-e6e101a75a6e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ad5f3750-078c-4844-9da2-2319e123a7ec
ModelInvariantUuid:4a09a929-50f2-41ae-b948-ca0a97c92624
ModelName:vFW 9c0dc706-bf88-nodes.vpgCvfc
ModelUuid:22ff19d0-1abe-4c13-8fc5-e13edb478b45
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:39b0d0a6-21d9-4886-b0cb-a14bbfe0c8b7
ModelInvariantUuid:92c87d6d-b6ec-4471-93b1-65e9ad67eb24
ModelName:Vfw9c0dc706Bf88.compute.nodes.heat.vpg
ModelUuid:68086506-6b10-42e3-925e-880aee686206
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-12-15T12:38:18.268Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 6ee54d8b-b10b-4cdc-be4b-b38e5e433f39
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-12-15T12:38:18.322Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||vFW 9c0dc706-bf88 0
2022-12-15T12:38:18.328Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6ee54d8b-b10b-4cdc-be4b-b38e5e433f39
2022-12-15T12:38:18.329Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 696c2555-e102-4247-a41f-b966ef2dffaf from URL: /sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/vfw9c0dc706bf880_modules.json
2022-12-15T12:38:18.329Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-15T12:38:18.329Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/vfw9c0dc706bf880_modules.json
2022-12-15T12:38:18.388Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-15T12:38:18.389Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/vfw9c0dc706bf880_modules.json 696c2555-e102-4247-a41f-b966ef2dffaf 785
2022-12-15T12:38:18.389Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/vfw9c0dc706bf880_modules.json ASDC sendASDCNotification
2022-12-15T12:38:18.389Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/vfw9c0dc706bf880_modules.json
2022-12-15T12:38:18.390Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T12:38:18.390Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T12:38:18.392Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T12:38:18.392Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671107898389,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/vfw9c0dc706bf880_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-15T12:38:18.492Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T12:38:18.493Z||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-12-15T12:38:18.493Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T12:38:18.508Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:38:18.508Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-15T12:38:19.393Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw9c0dc706Bf88..base_vfw..module-0",
"vfModuleModelInvariantUUID": "8c51ae7f-b0fb-462d-9e5b-57cadcdbf249",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "95535631-b801-406d-9103-ceb5e78ce9f4",
"vfModuleModelCustomizationUUID": "62bc076c-6f4c-4fb4-8817-6624736e632e",
"isBase": true,
"artifacts": [
"f2da400d-766b-42bd-a507-88607bb38a2e",
"2a8eedd8-afb6-4ae6-87f0-e9b021c69c45"
],
"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-12-15T12:38:19.408Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9c0dc706Bf88..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:95535631-b801-406d-9103-ceb5e78ce9f4
VfModuleModelInvariantUUID:8c51ae7f-b0fb-462d-9e5b-57cadcdbf249
VfModuleModelDescription:NULL
Artifacts UUID List:{
f2da400d-766b-42bd-a507-88607bb38a2e
,
2a8eedd8-afb6-4ae6-87f0-e9b021c69c45
}
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-12-15T12:38:19.411Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw9c0dc706Bf88..base_vfw..module-0",
"vfModuleModelInvariantUUID": "8c51ae7f-b0fb-462d-9e5b-57cadcdbf249",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "95535631-b801-406d-9103-ceb5e78ce9f4",
"vfModuleModelCustomizationUUID": "62bc076c-6f4c-4fb4-8817-6624736e632e",
"isBase": true,
"artifacts": [
"f2da400d-766b-42bd-a507-88607bb38a2e",
"2a8eedd8-afb6-4ae6-87f0-e9b021c69c45"
],
"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-12-15T12:38:19.411Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9c0dc706Bf88..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:95535631-b801-406d-9103-ceb5e78ce9f4
VfModuleModelInvariantUUID:8c51ae7f-b0fb-462d-9e5b-57cadcdbf249
VfModuleModelDescription:NULL
Artifacts UUID List:{
f2da400d-766b-42bd-a507-88607bb38a2e
,
2a8eedd8-afb6-4ae6-87f0-e9b021c69c45
}
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-12-15T12:38:19.412Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f2da400d-766b-42bd-a507-88607bb38a2e from URL: /sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.yaml
2022-12-15T12:38:19.412Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-15T12:38:19.412Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.yaml
2022-12-15T12:38:19.480Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-15T12:38:19.480Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.yaml f2da400d-766b-42bd-a507-88607bb38a2e 20368
2022-12-15T12:38:19.481Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-15T12:38:19.481Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.yaml
2022-12-15T12:38:19.481Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T12:38:19.481Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T12:38:19.483Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T12:38:19.483Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671107899481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-15T12:38:19.583Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T12:38:19.584Z||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-12-15T12:38:19.584Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T12:38:19.597Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:38:19.597Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-15T12:38:20.484Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2a8eedd8-afb6-4ae6-87f0-e9b021c69c45 from URL: /sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.env
2022-12-15T12:38:20.488Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-15T12:38:20.488Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.env
2022-12-15T12:38:20.553Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-15T12:38:20.554Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.env 2a8eedd8-afb6-4ae6-87f0-e9b021c69c45 2098
2022-12-15T12:38:20.554Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-15T12:38:20.554Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.env
2022-12-15T12:38:20.555Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T12:38:20.555Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T12:38:20.557Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T12:38:20.558Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671107900554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-15T12:38:20.658Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-15T12:38:20.659Z||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-12-15T12:38:20.659Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T12:38:20.675Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:38:20.676Z||pool-13-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-15T12:38:21.558Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: a70fa017-41b9-4662-8034-c4a88192d830
2022-12-15T12:38:21.559Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9c0dc706-bf88 0 6ee54d8b-b10b-4cdc-be4b-b38e5e433f39 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-15T12:38:21.600Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@65e44fed, org.onap.sdc.toscaparser.api.parameters.Input@24b1307f, org.onap.sdc.toscaparser.api.parameters.Input@2bdb2405, org.onap.sdc.toscaparser.api.parameters.Input@7b4f432c, org.onap.sdc.toscaparser.api.parameters.Input@3c93e08f]
2022-12-15T12:38:21.604Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:38:21.604Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-15 12-36-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T12:38:21.604Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-12-15T12:38:21.604Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 8cc36aeb-b65d-4fda-96c2-ee33fb1c6450
2022-12-15T12:38:21.605Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8cc36aeb-b65d-4fda-96c2-ee33fb1c6450 matches Tosca VF Customization UUID: 8cc36aeb-b65d-4fda-96c2-ee33fb1c6450
2022-12-15T12:38:21.605Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 8cc36aeb-b65d-4fda-96c2-ee33fb1c6450 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-12-15T12:38:21.612Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:38:21.613Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-15 12-36-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T12:38:21.614Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 8cc36aeb-b65d-4fda-96c2-ee33fb1c6450: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-15T12:38:21.614Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2606c1b2
2022-12-15T12:38:21.614Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:38:21.614Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-15 12-36-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-15T12:38:21.615Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 62bc076c-6f4c-4fb4-8817-6624736e632e
2022-12-15T12:38:21.616Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 62bc076c-6f4c-4fb4-8817-6624736e632e
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-12-15T12:38:21.622Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:38:21.622Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vFW 9c0dc706-bf88 0 is matching search criteria
2022-12-15T12:38:21.623Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9c0dc706-bf88 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T12:38:21.623Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:38:21.624Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vFW 9c0dc706-bf88 0 is matching search criteria
2022-12-15T12:38:21.624Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9c0dc706-bf88 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T12:38:21.624Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:38:21.624Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vFW 9c0dc706-bf88 0 is not matching search criteria
2022-12-15T12:38:21.624Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-15T12:38:21.624Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-15T12:38:21.625Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-15T12:38:21.625Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-15T12:38:21.625Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-15T12:38:21.625Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-15T12:38:21.626Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-15T12:38:21.626Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-15T12:38:21.626Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-15T12:38:21.626Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-15T12:38:21.626Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-15T12:38:21.626Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e0e777e8-a98f-422d-a032-998cb8b6e629
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-12-15T12:38:21.646Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:38:21.646Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vFW 9c0dc706-bf88 0 is matching search criteria
2022-12-15T12:38:21.646Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9c0dc706-bf88 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T12:38:21.647Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:38:21.647Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vFW 9c0dc706-bf88 0 is not matching search criteria
2022-12-15T12:38:21.647Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-15T12:38:21.647Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-15T12:38:21.647Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-15T12:38:21.647Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-15T12:38:21.648Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-15T12:38:21.648Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-15T12:38:21.648Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-15T12:38:21.648Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-15T12:38:21.648Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-15T12:38:21.649Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-15T12:38:21.649Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-15T12:38:21.649Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-15T12:38:21.649Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=eb508154-0e95-4aab-9c0d-173d1e226d17
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-12-15T12:38:21.652Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:38:21.652Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vFW 9c0dc706-bf88 0 is matching search criteria
2022-12-15T12:38:21.653Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9c0dc706-bf88 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T12:38:21.655Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:38:21.655Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vFW 9c0dc706-bf88 0 is not matching search criteria
2022-12-15T12:38:21.655Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-15T12:38:21.655Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-15T12:38:21.656Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-15T12:38:21.656Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-15T12:38:21.656Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-15T12:38:21.656Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-15T12:38:21.656Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-15T12:38:21.656Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-15T12:38:21.657Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-15T12:38:21.657Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-15T12:38:21.657Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-15T12:38:21.657Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-15T12:38:21.657Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ad5f3750-078c-4844-9da2-2319e123a7ec
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-12-15T12:38:21.661Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:38:21.662Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vFW 9c0dc706-bf88 0 is matching search criteria
2022-12-15T12:38:21.662Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9c0dc706-bf88 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T12:38:21.662Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:38:21.662Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Node template vFW 9c0dc706-bf88 0 is matching search criteria
2022-12-15T12:38:21.662Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9c0dc706-bf88 0] matching following query criteria: sdcType=VF, customizationUUID=8cc36aeb-b65d-4fda-96c2-ee33fb1c6450
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-12-15T12:38:21.665Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:38:21.665Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-15 12-36-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T12:38:21.665Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid a70fa017-41b9-4662-8034-c4a88192d830: vFW 9c0dc706-bf88
2022-12-15T12:38:21.666Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:38:21.666Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-15 12-36-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T12:38:21.666Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:38:21.666Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-15 12-36-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T12:38:21.666Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:38:21.667Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-15 12-36-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T12:38:21.667Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:38:21.667Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-15 12-36-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T12:38:21.667Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:38:21.667Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-15 12-36-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T12:38:21.668Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-12-15 12-36-25
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-12-15T12:38:22.105Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9c0dc706-bf88 6ee54d8b-b10b-4cdc-be4b-b38e5e433f39 1 ASDC deployResourceStructure
2022-12-15T12:38:22.106Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/vfw9c0dc706bf880_modules.json ASDC sendASDCNotification
2022-12-15T12:38:22.106Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/vfw9c0dc706bf880_modules.json
2022-12-15T12:38:22.106Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T12:38:22.107Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T12:38:22.109Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T12:38:22.109Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671107902106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/vfw9c0dc706bf880_modules.json",
"status": "DEPLOY_OK"
}
2022-12-15T12:38:22.209Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T12:38:22.210Z||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-12-15T12:38:22.210Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T12:38:22.224Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:38:22.224Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-15T12:38:23.110Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-15T12:38:23.110Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.yaml
2022-12-15T12:38:23.110Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T12:38:23.111Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T12:38:23.113Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T12:38:23.113Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671107903110,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-15T12:38:23.213Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T12:38:23.214Z||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-12-15T12:38:23.215Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T12:38:23.230Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:38:23.231Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-15T12:38:24.113Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-15T12:38:24.114Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.env
2022-12-15T12:38:24.114Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T12:38:24.115Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T12:38:24.116Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T12:38:24.116Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671107904113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-15T12:38:24.218Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-15T12:38:24.219Z||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-12-15T12:38:24.219Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T12:38:24.234Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:38:24.234Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-15T12:38:25.117Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221215123625/1.0/artifacts/service-Vfw20221215123625-csar.csar ASDC sendASDCNotification
2022-12-15T12:38:25.118Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221215123625/1.0/artifacts/service-Vfw20221215123625-csar.csar
2022-12-15T12:38:25.118Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T12:38:25.118Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T12:38:25.120Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T12:38:25.120Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671107905117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/artifacts/service-Vfw20221215123625-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-15T12:38:25.220Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T12:38:25.220Z||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-12-15T12:38:25.221Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T12:38:25.234Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:38:25.234Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-15T12:38:26.120Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-15T12:38:26.138Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa
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-12-15T12:38:26.142Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T12:38:26.142Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-15T12:38:26.142Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-15T12:38:56.142Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-15T12:38:56.156Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa
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-12-15T12:38:56.159Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T12:38:56.159Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-15T12:38:56.159Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-15T12:39:05.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:39:05.531Z||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-12-15T12:39:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:39:05.658Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:39:05.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:39:05.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671107885527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:39:05.660Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:39:26.160Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-15T12:39:26.172Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa
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-12-15T12:39:26.175Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T12:39:26.175Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-15T12:39:26.176Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-15T12:39:56.176Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-15T12:39:56.204Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa
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-12-15T12:39:56.208Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T12:39:56.208Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-15T12:39:56.208Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-15T12:40:05.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:40:05.531Z||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-12-15T12:40:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:40:06.064Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:40:06.067Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.067Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671107885527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/vfw9c0dc706bf880_modules.json",
"status": "NOTIFIED"
}
2022-12-15T12:40:06.068Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:40:06.068Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.068Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671107885527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-15T12:40:06.068Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:40:06.068Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.068Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671107890141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/artifacts/service-Vfw20221215123625-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-15T12:40:06.068Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T12:40:06.068Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "aai-model-loader",
"timestamp": 1671107890543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/artifacts/service-Vfw20221215123625-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-15T12:40:06.069Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T12:40:06.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671107885527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:40:06.069Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:40:06.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671107891147,
"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-12-15T12:40:06.087Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa
2022-12-15T12:40:06.088Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa 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-12-15T12:40:06.103Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.103Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "aai-model-loader",
"timestamp": 1671107891547,
"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-12-15T12:40:06.112Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa
2022-12-15T12:40:06.112Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa 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-12-15T12:40:06.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671107885527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-15T12:40:06.125Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:40:06.125Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671107885527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/artifacts/service-Vfw20221215123625-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:40:06.126Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:40:06.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671107885527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/artifacts/service-Vfw20221215123625-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T12:40:06.126Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:40:06.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671107893548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/artifacts/service-Vfw20221215123625-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T12:40:06.127Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T12:40:06.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671107898389,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/vfw9c0dc706bf880_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-15T12:40:06.128Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T12:40:06.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671107899481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-15T12:40:06.129Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T12:40:06.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "cds-sdc-listener",
"timestamp": 1671107872704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:40:06.130Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:40:06.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "aai-model-loader",
"timestamp": 1671107892550,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:40:06.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:40:06.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "multicloud-k8s",
"timestamp": 1671107877232,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:40:06.132Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:40:06.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671107900554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-15T12:40:06.132Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T12:40:06.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.133Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "policy-id",
"timestamp": 1671107897009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:40:06.133Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:40:06.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "aai-model-loader",
"timestamp": 1671107892550,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/basic_onboard_sekrbr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:40:06.134Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:40:06.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "cds-sdc-listener",
"timestamp": 1671107872704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/basic_onboard_sekrbr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:40:06.135Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:40:06.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "multicloud-k8s",
"timestamp": 1671107877232,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/basic_onboard_sekrbr0_modules.json",
"status": "NOTIFIED"
}
2022-12-15T12:40:06.136Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:40:06.136Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.136Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "policy-id",
"timestamp": 1671107897009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/basic_onboard_sekrbr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:40:06.136Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:40:06.137Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.137Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "cds-sdc-listener",
"timestamp": 1671107872704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:40:06.137Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:40:06.137Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.138Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "aai-model-loader",
"timestamp": 1671107892550,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:40:06.138Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:40:06.138Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.138Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "multicloud-k8s",
"timestamp": 1671107877232,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-15T12:40:06.139Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:40:06.139Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.139Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671107902106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/vfw9c0dc706bf880_modules.json",
"status": "DEPLOY_OK"
}
2022-12-15T12:40:06.140Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T12:40:06.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "policy-id",
"timestamp": 1671107897009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-15T12:40:06.140Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:40:06.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "cds-sdc-listener",
"timestamp": 1671107872704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:40:06.141Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:40:06.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "aai-model-loader",
"timestamp": 1671107892550,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:40:06.142Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:40:06.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.142Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "multicloud-k8s",
"timestamp": 1671107877232,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:40:06.143Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:40:06.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671107903110,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-15T12:40:06.143Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T12:40:06.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "policy-id",
"timestamp": 1671107897009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:40:06.144Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:40:06.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "cds-sdc-listener",
"timestamp": 1671107872704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:40:06.145Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:40:06.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "aai-model-loader",
"timestamp": 1671107892550,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:40:06.146Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:40:06.146Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.146Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "multicloud-k8s",
"timestamp": 1671107877232,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-15T12:40:06.146Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:40:06.147Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.147Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671107904113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/resourceInstances/vfw9c0dc706bf880/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-15T12:40:06.147Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T12:40:06.147Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.148Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "policy-id",
"timestamp": 1671107897009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:40:06.148Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:40:06.148Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.148Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "cds-sdc-listener",
"timestamp": 1671107872704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/artifacts/service-BasicOnboardSekrbr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:40:06.149Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:40:06.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "aai-model-loader",
"timestamp": 1671107892550,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/artifacts/service-BasicOnboardSekrbr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:40:06.149Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:40:06.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.150Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "multicloud-k8s",
"timestamp": 1671107877232,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/artifacts/service-BasicOnboardSekrbr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:40:06.150Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:40:06.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671107905117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221215123625/1.0/artifacts/service-Vfw20221215123625-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-15T12:40:06.151Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T12:40:06.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671107906231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:40:06.152Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:40:06.152Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.152Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "policy-id",
"timestamp": 1671107897009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/artifacts/service-BasicOnboardSekrbr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:40:06.152Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:40:06.153Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.153Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "cds-sdc-listener",
"timestamp": 1671107872704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/artifacts/service-BasicOnboardSekrbr-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T12:40:06.153Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:40:06.153Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.154Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "aai-model-loader",
"timestamp": 1671107892550,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/artifacts/service-BasicOnboardSekrbr-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T12:40:06.154Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:40:06.154Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.154Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "multicloud-k8s",
"timestamp": 1671107877232,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/artifacts/service-BasicOnboardSekrbr-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T12:40:06.155Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:40:06.155Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.155Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671107906231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/basic_onboard_sekrbr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:40:06.155Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:40:06.156Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.156Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "policy-id",
"timestamp": 1671107897009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/artifacts/service-BasicOnboardSekrbr-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T12:40:06.156Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:40:06.156Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.157Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "cds-sdc-listener",
"timestamp": 1671107908088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/artifacts/service-BasicOnboardSekrbr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T12:40:06.157Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T12:40:06.157Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.157Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "aai-model-loader",
"timestamp": 1671107909016,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/artifacts/service-BasicOnboardSekrbr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T12:40:06.158Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T12:40:06.158Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.158Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671107906231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:40:06.159Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:40:06.159Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.159Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "multicloud-k8s",
"timestamp": 1671107908263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/basic_onboard_sekrbr0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-15T12:40:06.159Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T12:40:06.160Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.160Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "policy-id",
"timestamp": 1671107908521,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/artifacts/service-BasicOnboardSekrbr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T12:40:06.160Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T12:40:06.160Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.160Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671107906231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:40:06.160Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:40:06.161Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.161Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "multicloud-k8s",
"timestamp": 1671107909372,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-15T12:40:06.161Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T12:40:06.161Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.161Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "policy-id",
"timestamp": 1671107909524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/artifacts/service-BasicOnboardSekrbr-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-15T12:40:06.162Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T12:40:06.162Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.162Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671107906231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:40:06.162Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:40:06.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.163Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "multicloud-k8s",
"timestamp": 1671107910486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-15T12:40:06.163Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T12:40:06.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.164Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "policy-id",
"timestamp": 1671107910527,
"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-12-15T12:40:06.182Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cb33b35c-77f3-461e-8796-e878a94057a8
2022-12-15T12:40:06.182Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb33b35c-77f3-461e-8796-e878a94057a8 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-12-15T12:40:06.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.192Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671107906231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/artifacts/service-BasicOnboardSekrbr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:40:06.192Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:40:06.192Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.193Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "multicloud-k8s",
"timestamp": 1671107911543,
"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-12-15T12:40:06.199Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cb33b35c-77f3-461e-8796-e878a94057a8
2022-12-15T12:40:06.200Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb33b35c-77f3-461e-8796-e878a94057a8 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-12-15T12:40:06.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671107906231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/artifacts/service-BasicOnboardSekrbr-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T12:40:06.209Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-15T12:40:06.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "multicloud-k8s",
"timestamp": 1671107912546,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/basic_onboard_sekrbr0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-15T12:40:06.209Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T12:40:06.210Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.210Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671107913971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/artifacts/service-BasicOnboardSekrbr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T12:40:06.211Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T12:40:06.211Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.211Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671107916453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/artifacts/service-BasicOnboardSekrbr-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-15T12:40:06.211Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T12:40:06.212Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.212Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "aai-model-loader",
"timestamp": 1671107917575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/artifacts/service-BasicOnboardSekrbr-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-15T12:40:06.212Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T12:40:06.212Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.212Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671107917458,
"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-12-15T12:40:06.222Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cb33b35c-77f3-461e-8796-e878a94057a8
2022-12-15T12:40:06.222Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb33b35c-77f3-461e-8796-e878a94057a8 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-12-15T12:40:06.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:40:06.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "aai-model-loader",
"timestamp": 1671107918579,
"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-12-15T12:40:06.241Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cb33b35c-77f3-461e-8796-e878a94057a8
2022-12-15T12:40:06.241Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb33b35c-77f3-461e-8796-e878a94057a8 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-12-15T12:40:26.208Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-15T12:40:26.245Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa
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-12-15T12:40:26.249Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T12:40:26.249Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-15T12:40:26.249Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-15T12:40:26.250Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-15T12:40:26.250Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-15T12:40:26.250Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-15T12:40:26.250Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-15T12:40:26.250Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-15T12:40:26.250Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-15T12:40:26.257Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-15T12:40:56.258Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa 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-12-15T12:40:56.268Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa and serviceModelVersionId: a70fa017-41b9-4662-8034-c4a88192d830
2022-12-15T12:40:56.269Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b19365d2-95c9-4120-ad7e-e29c6261e5ac
2022-12-15T12:41:05.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:41:05.531Z||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-12-15T12:41:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:41:10.804Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b19365d2-95c9-4120-ad7e-e29c6261e5ac/model-vers/model-ver/a70fa017-41b9-4662-8034-c4a88192d830?depth=0
2022-12-15T12:41:10.906Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-12-15T12:41:11.407Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b19365d2-95c9-4120-ad7e-e29c6261e5ac/model-vers/model-ver/a70fa017-41b9-4662-8034-c4a88192d830?depth=0|INFO|500||Invoke
2022-12-15T12:41:11.414Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b19365d2-95c9-4120-ad7e-e29c6261e5ac/model-vers/model-ver/a70fa017-41b9-4662-8034-c4a88192d830?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b19365d2-95c9-4120-ad7e-e29c6261e5ac/model-vers/model-ver/a70fa017-41b9-4662-8034-c4a88192d830?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d1258976-f2ee-45ed-90fd-a38303e30423], X-ECOMP-RequestID=[e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa], X-TransactionId=[], X-ONAP-RequestID=[e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa], Content-Type=[application/merge-patch+json]}
2022-12-15T12:41:11.438Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b19365d2-95c9-4120-ad7e-e29c6261e5ac/model-vers/model-ver/a70fa017-41b9-4662-8034-c4a88192d830?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-15T12:41:11.726Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b19365d2-95c9-4120-ad7e-e29c6261e5ac/model-vers/model-ver/a70fa017-41b9-4662-8034-c4a88192d830?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b19365d2-95c9-4120-ad7e-e29c6261e5ac/model-vers/model-ver/a70fa017-41b9-4662-8034-c4a88192d830?depth=0 has http status code:200 and response headers:{date=[Thu, 15 Dec 2022 12:41:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[257], vertex-id=[405560], x-aai-txid=[2-aai-resources-221215-12:41:12:363-82846], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-15T12:41:11.728Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b19365d2-95c9-4120-ad7e-e29c6261e5ac/model-vers/model-ver/a70fa017-41b9-4662-8034-c4a88192d830?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-15T12:41:11.729Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b19365d2-95c9-4120-ad7e-e29c6261e5ac/model-vers/model-ver/a70fa017-41b9-4662-8034-c4a88192d830?depth=0|INFO|500||InvokeReturn
2022-12-15T12:41:11.733Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-15T12:41:11.734Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-15T12:41:11.742Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-15T12:41:11.744Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-15T12:41:11.745Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-15T12:41:11.745Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T12:41:11.747Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T12:41:11.747Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671108071744,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-15T12:41:11.847Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T12:41:11.848Z||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-12-15T12:41:11.848Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T12:41:11.864Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:41:11.865Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-15T12:41:12.485Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:41:12.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-15T12:41:12.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671108071744,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-15T12:41:12.487Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-15T12:41:12.765Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:41:12.766Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|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-12-15T12:41:12.766Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:41:18.382Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:41:18.383Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-15T12:41:18.383Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"cb33b35c-77f3-461e-8796-e878a94057a8","serviceName":"basic_onboard_sEkrBr","serviceVersion":"1.0","serviceUUID":"813e8e29-5028-4588-b577-890781274e6f","serviceDescription":"service","serviceInvariantUUID":"17a08033-abd8-4762-bee8-de9b30be5d45","resources":[{"resourceInstanceName":"basic_onboard_sEkrBr 0","resourceName":"basic_onboard_sEkrBr","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"28fe9f63-712e-4051-9b60-6db012cc0608","resourceInvariantUUID":"86e70964-66a3-4f27-95bb-9a7313ff4ab3","resourceCustomizationUUID":"6742e3e5-49aa-4fc1-b269-65ac483164bc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/vf-license-model.xml","artifactChecksum":"ZTczZTYwYjg4NzNkOWMyMzkxZjJjZWRhNzJkYmFmY2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"377c1012-a2c2-4659-87e3-9ebb83ad2d3e","artifactVersion":"1"},{"artifactName":"basic_onboard_sekrbr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/basic_onboard_sekrbr0_modules.json","artifactChecksum":"ZmVmYjVhMGY3Zjg1MTVkZDllMTk2ZGJlZjUxM2E3Zjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d6942703-80d8-4a3a-b9c6-ce7e3f2db721","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"93f27d53-0009-4b47-8a53-a168ce9dfd32","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"349533fc-80d4-475f-8c02-d5e2448a3ed6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f0718073-f335-4abd-91df-96341dca8f15","artifactVersion":"2","generatedFromUUID":"93f27d53-0009-4b47-8a53-a168ce9dfd32"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSekrbr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/artifacts/service-BasicOnboardSekrbr-template.yml","artifactChecksum":"YTMyZjUzYzBkYzcxMjdhYzRiMGNiNTBkMzg5OTZiZWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"14688914-da5b-48a2-8bd4-145aab1b7db1","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSekrbr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/artifacts/service-BasicOnboardSekrbr-csar.csar","artifactChecksum":"NGU3ZTg5NzJhM2EzODQzYTI4NTg4N2RjOTZlNDlmY2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bb685817-ca37-43bb-a991-457a7b1c8b2e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-15T12:41:18.386Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T12:41:18.387Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T12:41:18.389Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T12:41:18.389Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671108072765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:41:18.489Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T12:41:18.490Z||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-12-15T12:41:18.490Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T12:41:18.508Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:41:18.508Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-12-15T12:41:19.389Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T12:41:19.392Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T12:41:19.394Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T12:41:19.394Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671108072765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/basic_onboard_sekrbr0_modules.json",
"status": "NOTIFIED"
}
2022-12-15T12:41:19.494Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T12:41:19.495Z||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-12-15T12:41:19.495Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T12:41:19.508Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:41:19.508Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-15T12:41:20.394Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T12:41:20.395Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T12:41:20.397Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T12:41:20.397Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671108072765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-15T12:41:20.497Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T12:41:20.498Z||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-12-15T12:41:20.498Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T12:41:20.514Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:41:20.515Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-15T12:41:21.398Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T12:41:21.399Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T12:41:21.402Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T12:41:21.402Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671108072765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:41:21.503Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-15T12:41:21.504Z||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-12-15T12:41:21.504Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T12:41:21.518Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:41:21.519Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-15T12:41:22.403Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T12:41:22.404Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T12:41:22.405Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T12:41:22.405Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671108072765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-15T12:41:22.506Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-15T12:41:22.506Z||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-12-15T12:41:22.507Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T12:41:22.520Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:41:22.520Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-15T12:41:23.406Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T12:41:23.407Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T12:41:23.409Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T12:41:23.409Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671108072765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/artifacts/service-BasicOnboardSekrbr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:41:23.509Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T12:41:23.510Z||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-12-15T12:41:23.510Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T12:41:23.523Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:41:23.523Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-15T12:41:24.409Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T12:41:24.410Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T12:41:24.412Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T12:41:24.412Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671108072765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/artifacts/service-BasicOnboardSekrbr-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T12:41:24.513Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-15T12:41:24.514Z||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-12-15T12:41:24.514Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T12:41:24.534Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:41:24.534Z||pool-25-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-12-15T12:41:25.414Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"serviceName": "basic_onboard_sEkrBr",
"serviceVersion": "1.0",
"serviceUUID": "813e8e29-5028-4588-b577-890781274e6f",
"serviceDescription": "service",
"serviceInvariantUUID": "17a08033-abd8-4762-bee8-de9b30be5d45",
"resources": [
{
"resourceInstanceName": "basic_onboard_sEkrBr 0",
"resourceCustomizationUUID": "6742e3e5-49aa-4fc1-b269-65ac483164bc",
"resourceName": "basic_onboard_sEkrBr",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "28fe9f63-712e-4051-9b60-6db012cc0608",
"resourceInvariantUUID": "86e70964-66a3-4f27-95bb-9a7313ff4ab3",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_sekrbr0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/basic_onboard_sekrbr0_modules.json",
"artifactChecksum": "ZmVmYjVhMGY3Zjg1MTVkZDllMTk2ZGJlZjUxM2E3Zjc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d6942703-80d8-4a3a-b9c6-ce7e3f2db721",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "93f27d53-0009-4b47-8a53-a168ce9dfd32",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f0718073-f335-4abd-91df-96341dca8f15",
"generatedFromUUID": "93f27d53-0009-4b47-8a53-a168ce9dfd32"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f0718073-f335-4abd-91df-96341dca8f15",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardSekrbr-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/artifacts/service-BasicOnboardSekrbr-csar.csar",
"artifactChecksum": "NGU3ZTg5NzJhM2EzODQzYTI4NTg4N2RjOTZlNDlmY2Y\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bb685817-ca37-43bb-a991-457a7b1c8b2e"
}
],
"workloadContext": "Production"
}
2022-12-15T12:41:25.415Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-15T12:41:25.415Z|e1bd70b7-3ae4-4eb2-aada-abcc9e6c7ffa|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 813e8e29-5028-4588-b577-890781274e6f ASDC
2022-12-15T12:41:25.416Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:cb33b35c-77f3-461e-8796-e878a94057a8
ServiceName:basic_onboard_sEkrBr
ServiceVersion:1.0
ServiceUUID:813e8e29-5028-4588-b577-890781274e6f
ServiceInvariantUUID:17a08033-abd8-4762-bee8-de9b30be5d45
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardSekrbr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/artifacts/service-BasicOnboardSekrbr-csar.csar
ArtifactUUID:bb685817-ca37-43bb-a991-457a7b1c8b2e
ArtifactChecksum:NGU3ZTg5NzJhM2EzODQzYTI4NTg4N2RjOTZlNDlmY2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_sEkrBr 0
ResourceCustomizationUUID:6742e3e5-49aa-4fc1-b269-65ac483164bc
ResourceInvariantUUID:86e70964-66a3-4f27-95bb-9a7313ff4ab3
ResourceName:basic_onboard_sEkrBr
ResourceType:VF
ResourceUUID:28fe9f63-712e-4051-9b60-6db012cc0608
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_sekrbr0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/basic_onboard_sekrbr0_modules.json
ArtifactUUID:d6942703-80d8-4a3a-b9c6-ce7e3f2db721
ArtifactChecksum:ZmVmYjVhMGY3Zjg1MTVkZDllMTk2ZGJlZjUxM2E3Zjc=
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/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.yaml
ArtifactUUID:93f27d53-0009-4b47-8a53-a168ce9dfd32
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/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.env
ArtifactUUID:f0718073-f335-4abd-91df-96341dca8f15
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/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.env
ArtifactUUID:f0718073-f335-4abd-91df-96341dca8f15
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-15T12:41:25.416Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 813e8e29-5028-4588-b577-890781274e6f 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-12-15T12:41:25.455Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-15T12:41:25.455Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-15T12:41:25.455Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-15T12:41:25.456Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bb685817-ca37-43bb-a991-457a7b1c8b2e from URL: /sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/artifacts/service-BasicOnboardSekrbr-csar.csar
2022-12-15T12:41:25.456Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-15T12:41:25.456Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/artifacts/service-BasicOnboardSekrbr-csar.csar
2022-12-15T12:41:25.576Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-15T12:41:25.576Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/artifacts/service-BasicOnboardSekrbr-csar.csar bb685817-ca37-43bb-a991-457a7b1c8b2e 75669
2022-12-15T12:41:25.577Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/artifacts/service-BasicOnboardSekrbr-csar.csar ASDC sendASDCNotification
2022-12-15T12:41:25.577Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/artifacts/service-BasicOnboardSekrbr-csar.csar
2022-12-15T12:41:25.577Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T12:41:25.577Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T12:41:25.579Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T12:41:25.579Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671108085576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/artifacts/service-BasicOnboardSekrbr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T12:41:25.679Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T12:41:25.680Z||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-12-15T12:41:25.680Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T12:41:25.693Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:41:25.694Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-15T12:41:26.580Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-15T12:41:26.581Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-15T12:41:26.581Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: bb685817-ca37-43bb-a991-457a7b1c8b2e, URL: /sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/artifacts/service-BasicOnboardSekrbr-csar.csar to file: /app/ASDC/1/service-BasicOnboardSekrbr-csar.csar
2022-12-15T12:41:26.581Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSekrbr-csar.csar
2022-12-15T12:41:26.582Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSekrbr-csar.csar
2022-12-15T12:41:26.582Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSekrbr-csar.csar
2022-12-15T12:41:26.711Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4163795687665254651/Definitions/service-BasicOnboardSekrbr-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-12-15T12:41:27.943Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-15T12:41:27.944Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-12-15T12:41:27.944Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSekrbr-csar.csar
2022-12-15T12:41:27.944Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-15T12:41:27.944Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardSekrbr-csar.csar
2022-12-15T12:41:27.944Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSekrbr-csar.csar
2022-12-15T12:41:27.944Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSekrbr-csar.csar
2022-12-15T12:41:27.944Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSekrbr-csar.csar
2022-12-15T12:41:27.944Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSekrbr-csar.csar
2022-12-15T12:41:27.945Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_sEkrBr 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-BasicOnboardSekrbr-csar.csar
2022-12-15T12:41:27.945Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardSekrbr-csar.csar
2022-12-15T12:41:27.945Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-12-15T12:41:27.945Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:41:27.945Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_sEkrBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T12:41:27.945Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_sEkrBr 0 is matching search criteria
2022-12-15T12:41:27.945Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-12-15T12:41:27.946Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_sEkrBr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-15T12:41:27.946Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:41:27.946Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_sEkrBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T12:41:27.946Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_sEkrBr 0 is matching search criteria
2022-12-15T12:41:27.946Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-12-15T12:41:27.946Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_sEkrBr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-15T12:41:27.947Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:41:27.947Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_sEkrBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T12:41:27.947Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:41:27.947Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_sEkrBr 0 is not matching search criteria
2022-12-15T12:41:27.948Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-12-15T12:41:27.948Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-12-15T12:41:27.948Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-12-15T12:41:27.948Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-15T12:41:27.948Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-15T12:41:27.948Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:41:27.948Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_sEkrBr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-15T12:41:27.949Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:41:27.949Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_sEkrBr 0 is matching search criteria
2022-12-15T12:41:27.949Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_sEkrBr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T12:41:27.949Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:41:27.949Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_sEkrBr 0 is matching search criteria
2022-12-15T12:41:27.949Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_sEkrBr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T12:41:27.950Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:41:27.950Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_sEkrBr 0 is matching search criteria
2022-12-15T12:41:27.950Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_sEkrBr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T12:41:27.950Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:41:27.950Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_sEkrBr 0 is not matching search criteria
2022-12-15T12:41:27.950Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-15T12:41:27.951Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-15T12:41:27.951Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a0589eca-4d01-4218-99b4-64ecac24bfe3
2022-12-15T12:41:27.951Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:41:27.951Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_sEkrBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T12:41:27.951Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:41:27.951Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_sEkrBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T12:41:27.952Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:41:27.952Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_sEkrBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T12:41:27.952Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:41:27.952Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_sEkrBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T12:41:27.952Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_sEkrBr
Description:service
Model UUID:813e8e29-5028-4588-b577-890781274e6f
Model Version:NULL
Model InvariantUuid:17a08033-abd8-4762-bee8-de9b30be5d45
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_sEkrBr
Model UUID:eef76d3b-0082-417c-b0ed-b750ebd810d6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:86e70964-66a3-4f27-95bb-9a7313ff4ab3
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:6742e3e5-49aa-4fc1-b269-65ac483164bc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:27d9ca8d-e4bc-47f9-a3de-5511a3390df3
ModelName:BasicOnboardSekrbr..base_ubuntu18..module-0
ModelUuid:bb23a487-67b5-4ae6-b23a-347cec5b2292
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:a0589eca-4d01-4218-99b4-64ecac24bfe3
ModelInvariantUuid:c90b6715-453e-43fb-8f6f-0ae3b98abba0
ModelName:basic_onboard_sEkrBr-nodes.ubuntu18Cvfc
ModelUuid:06cde551-f3ed-4035-b999-ceece4b9fb5a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:17e3b6f4-312c-4d5b-b4ff-0c2312843f86
ModelInvariantUuid:8b992a5d-2a58-458b-85ac-86d8ca415cba
ModelName:BasicOnboardSekrbr.compute.nodes.heat.ubuntu18
ModelUuid:a7a920ad-f236-43f8-8828-207e8d81c0c8
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-12-15T12:41:27.962Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 28fe9f63-712e-4051-9b60-6db012cc0608
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-12-15T12:41:27.967Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||basic_onboard_sEkrBr 0
2022-12-15T12:41:27.967Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 28fe9f63-712e-4051-9b60-6db012cc0608
2022-12-15T12:41:27.967Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d6942703-80d8-4a3a-b9c6-ce7e3f2db721 from URL: /sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/basic_onboard_sekrbr0_modules.json
2022-12-15T12:41:27.967Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-15T12:41:27.967Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/basic_onboard_sekrbr0_modules.json
2022-12-15T12:41:28.073Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-15T12:41:28.073Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/basic_onboard_sekrbr0_modules.json d6942703-80d8-4a3a-b9c6-ce7e3f2db721 798
2022-12-15T12:41:28.074Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/basic_onboard_sekrbr0_modules.json ASDC sendASDCNotification
2022-12-15T12:41:28.074Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/basic_onboard_sekrbr0_modules.json
2022-12-15T12:41:28.074Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T12:41:28.074Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T12:41:28.076Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T12:41:28.076Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671108088074,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/basic_onboard_sekrbr0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-15T12:41:28.177Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-15T12:41:28.177Z||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-12-15T12:41:28.178Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T12:41:28.192Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:41:28.192Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-15T12:41:29.077Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSekrbr..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "27d9ca8d-e4bc-47f9-a3de-5511a3390df3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bb23a487-67b5-4ae6-b23a-347cec5b2292",
"vfModuleModelCustomizationUUID": "2e3e4bba-719e-4f73-bf82-c1e56c5ed5d6",
"isBase": true,
"artifacts": [
"93f27d53-0009-4b47-8a53-a168ce9dfd32",
"f0718073-f335-4abd-91df-96341dca8f15"
],
"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-12-15T12:41:29.086Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSekrbr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bb23a487-67b5-4ae6-b23a-347cec5b2292
VfModuleModelInvariantUUID:27d9ca8d-e4bc-47f9-a3de-5511a3390df3
VfModuleModelDescription:NULL
Artifacts UUID List:{
93f27d53-0009-4b47-8a53-a168ce9dfd32
,
f0718073-f335-4abd-91df-96341dca8f15
}
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-12-15T12:41:29.088Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSekrbr..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "27d9ca8d-e4bc-47f9-a3de-5511a3390df3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bb23a487-67b5-4ae6-b23a-347cec5b2292",
"vfModuleModelCustomizationUUID": "2e3e4bba-719e-4f73-bf82-c1e56c5ed5d6",
"isBase": true,
"artifacts": [
"93f27d53-0009-4b47-8a53-a168ce9dfd32",
"f0718073-f335-4abd-91df-96341dca8f15"
],
"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-12-15T12:41:29.088Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSekrbr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bb23a487-67b5-4ae6-b23a-347cec5b2292
VfModuleModelInvariantUUID:27d9ca8d-e4bc-47f9-a3de-5511a3390df3
VfModuleModelDescription:NULL
Artifacts UUID List:{
93f27d53-0009-4b47-8a53-a168ce9dfd32
,
f0718073-f335-4abd-91df-96341dca8f15
}
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-12-15T12:41:29.089Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 93f27d53-0009-4b47-8a53-a168ce9dfd32 from URL: /sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.yaml
2022-12-15T12:41:29.089Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-15T12:41:29.089Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.yaml
2022-12-15T12:41:29.152Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-15T12:41:29.152Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.yaml 93f27d53-0009-4b47-8a53-a168ce9dfd32 5033
2022-12-15T12:41:29.153Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-15T12:41:29.153Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.yaml
2022-12-15T12:41:29.153Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T12:41:29.154Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T12:41:29.157Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T12:41:29.157Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671108089153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-15T12:41:29.257Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T12:41:29.258Z||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-12-15T12:41:29.258Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T12:41:29.272Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:41:29.273Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-15T12:41:30.158Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f0718073-f335-4abd-91df-96341dca8f15 from URL: /sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.env
2022-12-15T12:41:30.158Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-15T12:41:30.159Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.env
2022-12-15T12:41:30.252Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-15T12:41:30.253Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.env f0718073-f335-4abd-91df-96341dca8f15 909
2022-12-15T12:41:30.253Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-15T12:41:30.253Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.env
2022-12-15T12:41:30.253Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T12:41:30.254Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T12:41:30.259Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T12:41:30.259Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671108090253,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-15T12:41:30.356Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-12-15T12:41:30.357Z||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-12-15T12:41:30.358Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T12:41:30.372Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:41:30.373Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-15T12:41:31.260Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 813e8e29-5028-4588-b577-890781274e6f
2022-12-15T12:41:31.261Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_sEkrBr 0 28fe9f63-712e-4051-9b60-6db012cc0608 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-15T12:41:31.292Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@48e8857c, org.onap.sdc.toscaparser.api.parameters.Input@46202b69, org.onap.sdc.toscaparser.api.parameters.Input@69cf8d83, org.onap.sdc.toscaparser.api.parameters.Input@3f6ac015, org.onap.sdc.toscaparser.api.parameters.Input@33a571e1]
2022-12-15T12:41:31.296Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:41:31.296Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_sEkrBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T12:41:31.297Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-12-15T12:41:31.297Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 6742e3e5-49aa-4fc1-b269-65ac483164bc
2022-12-15T12:41:31.297Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6742e3e5-49aa-4fc1-b269-65ac483164bc matches Tosca VF Customization UUID: 6742e3e5-49aa-4fc1-b269-65ac483164bc
2022-12-15T12:41:31.297Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 6742e3e5-49aa-4fc1-b269-65ac483164bc 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-12-15T12:41:31.300Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:41:31.300Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_sEkrBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T12:41:31.301Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 6742e3e5-49aa-4fc1-b269-65ac483164bc: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-15T12:41:31.301Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@82c4942
2022-12-15T12:41:31.301Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:41:31.301Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_sEkrBr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-15T12:41:31.301Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2e3e4bba-719e-4f73-bf82-c1e56c5ed5d6
2022-12-15T12:41:31.302Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2e3e4bba-719e-4f73-bf82-c1e56c5ed5d6
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-12-15T12:41:31.304Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:41:31.305Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_sEkrBr 0 is matching search criteria
2022-12-15T12:41:31.305Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_sEkrBr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T12:41:31.305Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:41:31.305Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_sEkrBr 0 is matching search criteria
2022-12-15T12:41:31.305Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_sEkrBr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T12:41:31.306Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:41:31.306Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_sEkrBr 0 is not matching search criteria
2022-12-15T12:41:31.306Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-15T12:41:31.306Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-15T12:41:31.306Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a0589eca-4d01-4218-99b4-64ecac24bfe3
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-12-15T12:41:31.309Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:41:31.310Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_sEkrBr 0 is matching search criteria
2022-12-15T12:41:31.310Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_sEkrBr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-15T12:41:31.310Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:41:31.310Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_sEkrBr 0 is matching search criteria
2022-12-15T12:41:31.310Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_sEkrBr 0] matching following query criteria: sdcType=VF, customizationUUID=6742e3e5-49aa-4fc1-b269-65ac483164bc
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-12-15T12:41:31.313Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:41:31.313Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_sEkrBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T12:41:31.313Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 813e8e29-5028-4588-b577-890781274e6f: basic_onboard_sEkrBr
2022-12-15T12:41:31.313Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:41:31.313Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_sEkrBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T12:41:31.313Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:41:31.314Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_sEkrBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T12:41:31.314Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:41:31.314Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_sEkrBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T12:41:31.314Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:41:31.314Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_sEkrBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T12:41:31.314Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:41:31.315Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_sEkrBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T12:41:31.315Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_sEkrBr
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-12-15T12:41:31.459Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_sEkrBr 28fe9f63-712e-4051-9b60-6db012cc0608 1 ASDC deployResourceStructure
2022-12-15T12:41:31.460Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/basic_onboard_sekrbr0_modules.json ASDC sendASDCNotification
2022-12-15T12:41:31.460Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/basic_onboard_sekrbr0_modules.json
2022-12-15T12:41:31.460Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T12:41:31.460Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T12:41:31.464Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T12:41:31.464Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671108091459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/basic_onboard_sekrbr0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-15T12:41:31.565Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-15T12:41:31.566Z||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-12-15T12:41:31.566Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T12:41:31.581Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:41:31.582Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-15T12:41:32.467Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-15T12:41:32.467Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.yaml
2022-12-15T12:41:32.467Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T12:41:32.467Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T12:41:32.469Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T12:41:32.469Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671108092466,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-15T12:41:32.569Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T12:41:32.570Z||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-12-15T12:41:32.570Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T12:41:32.591Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:41:32.591Z||pool-31-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-15T12:41:33.470Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-15T12:41:33.470Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.env
2022-12-15T12:41:33.470Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T12:41:33.470Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T12:41:33.472Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T12:41:33.472Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671108093470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-15T12:41:33.573Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-15T12:41:33.573Z||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-12-15T12:41:33.574Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T12:41:33.605Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:41:33.606Z||pool-32-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-12-15T12:41:34.473Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/artifacts/service-BasicOnboardSekrbr-csar.csar ASDC sendASDCNotification
2022-12-15T12:41:34.474Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/artifacts/service-BasicOnboardSekrbr-csar.csar
2022-12-15T12:41:34.474Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T12:41:34.474Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T12:41:34.476Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T12:41:34.476Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671108094473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/artifacts/service-BasicOnboardSekrbr-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-15T12:41:34.577Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T12:41:34.577Z||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-12-15T12:41:34.577Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T12:41:34.593Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:41:34.593Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-15T12:41:35.477Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb33b35c-77f3-461e-8796-e878a94057a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-15T12:41:35.508Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb33b35c-77f3-461e-8796-e878a94057a8
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-12-15T12:41:35.513Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T12:41:35.513Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-15T12:41:35.513Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-15T12:41:35.513Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-15T12:41:35.513Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-15T12:41:35.514Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-15T12:41:35.514Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-15T12:41:35.514Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-15T12:41:35.514Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-15T12:41:35.528Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-15T12:42:05.528Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cb33b35c-77f3-461e-8796-e878a94057a8 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-12-15T12:42:05.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:42:05.532Z||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-12-15T12:42:05.532Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:42:05.540Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cb33b35c-77f3-461e-8796-e878a94057a8 and serviceModelVersionId: 813e8e29-5028-4588-b577-890781274e6f
2022-12-15T12:42:05.540Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 17a08033-abd8-4762-bee8-de9b30be5d45
2022-12-15T12:42:05.541Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/17a08033-abd8-4762-bee8-de9b30be5d45/model-vers/model-ver/813e8e29-5028-4588-b577-890781274e6f?depth=0
2022-12-15T12:42:05.549Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-12-15T12:42:05.621Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/17a08033-abd8-4762-bee8-de9b30be5d45/model-vers/model-ver/813e8e29-5028-4588-b577-890781274e6f?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-12-15T12:42:05.623Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/17a08033-abd8-4762-bee8-de9b30be5d45/model-vers/model-ver/813e8e29-5028-4588-b577-890781274e6f?depth=0|INFO|500||Invoke
2022-12-15T12:42:05.629Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/17a08033-abd8-4762-bee8-de9b30be5d45/model-vers/model-ver/813e8e29-5028-4588-b577-890781274e6f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-15T12:42:05.815Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/17a08033-abd8-4762-bee8-de9b30be5d45/model-vers/model-ver/813e8e29-5028-4588-b577-890781274e6f?depth=0|INFO|500||InvokeReturn
2022-12-15T12:42:05.816Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/17a08033-abd8-4762-bee8-de9b30be5d45/model-vers/model-ver/813e8e29-5028-4588-b577-890781274e6f?depth=0 has http status code:200 and response headers:{date=[Thu, 15 Dec 2022 12:42:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[181], vertex-id=[426040], x-aai-txid=[1-aai-resources-221215-12:42:06:554-15897], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-15T12:42:05.817Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-12-15T12:42:05.817Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-15T12:42:05.817Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-15T12:42:05.826Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-15T12:42:05.827Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cb33b35c-77f3-461e-8796-e878a94057a8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-15T12:42:05.827Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-15T12:42:05.827Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-15T12:42:05.830Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T12:42:05.830Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671108125827,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-15T12:42:05.930Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T12:42:05.931Z||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-12-15T12:42:05.931Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T12:42:05.952Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:42:05.953Z||pool-34-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-15T12:42:05.970Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:42:05.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-15T12:42:05.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671108072765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:42:05.973Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-15T12:42:05.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-15T12:42:05.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671108072765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/basic_onboard_sekrbr0_modules.json",
"status": "NOTIFIED"
}
2022-12-15T12:42:05.973Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-15T12:42:05.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-15T12:42:05.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671108072765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-15T12:42:05.973Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-15T12:42:05.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-15T12:42:05.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671108072765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:42:05.974Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-15T12:42:05.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-15T12:42:05.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671108072765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-15T12:42:05.974Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-15T12:42:05.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-15T12:42:05.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671108072765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/artifacts/service-BasicOnboardSekrbr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:42:05.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-15T12:42:05.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-15T12:42:05.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671108072765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/artifacts/service-BasicOnboardSekrbr-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T12:42:05.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-15T12:42:05.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-15T12:42:05.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671108085576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/artifacts/service-BasicOnboardSekrbr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T12:42:05.975Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T12:42:05.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-15T12:42:05.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671108088074,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/basic_onboard_sekrbr0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-15T12:42:05.976Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T12:42:05.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-15T12:42:05.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671108089153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-15T12:42:05.976Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T12:42:05.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-15T12:42:05.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671108090253,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-15T12:42:05.976Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T12:42:05.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-15T12:42:05.977Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671108091459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/basic_onboard_sekrbr0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-15T12:42:05.977Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T12:42:05.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-15T12:42:05.977Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671108092466,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-15T12:42:05.977Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T12:42:05.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-15T12:42:05.977Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671108093470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/resourceInstances/basic_onboard_sekrbr0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-15T12:42:05.977Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T12:42:05.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-15T12:42:05.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671108094473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSekrbr/1.0/artifacts/service-BasicOnboardSekrbr-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-15T12:42:05.978Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-15T12:42:06.849Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:42:06.850Z|cb33b35c-77f3-461e-8796-e878a94057a8|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-12-15T12:42:06.850Z|cb33b35c-77f3-461e-8796-e878a94057a8|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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:42:16.395Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:42:16.396Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:42:16.397Z|cb33b35c-77f3-461e-8796-e878a94057a8|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-12-15T12:42:16.397Z|cb33b35c-77f3-461e-8796-e878a94057a8|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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:42:25.942Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:42:25.944Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:42:25.944Z|cb33b35c-77f3-461e-8796-e878a94057a8|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-12-15T12:42:25.944Z|cb33b35c-77f3-461e-8796-e878a94057a8|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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:42:35.499Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:43:05.528Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:43:05.528Z|cb33b35c-77f3-461e-8796-e878a94057a8|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-12-15T12:43:05.529Z|cb33b35c-77f3-461e-8796-e878a94057a8|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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:43:05.530Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:43:05.531Z||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-12-15T12:43:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:43:06.061Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:43:06.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-15T12:43:06.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb33b35c-77f3-461e-8796-e878a94057a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671108125827,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-15T12:43:06.063Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T12:43:15.073Z|cb33b35c-77f3-461e-8796-e878a94057a8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:44:05.528Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:44:05.528Z||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-12-15T12:44:05.528Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:44:05.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:44:05.531Z||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-12-15T12:44:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:44:15.071Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:44:15.078Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:45:05.528Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:45:05.528Z||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-12-15T12:45:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:45:05.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:45:05.531Z||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-12-15T12:45:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:45:15.076Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:45:15.083Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:46:05.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:46:05.528Z||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-12-15T12:46:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:46:05.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:46:05.531Z||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-12-15T12:46:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:46:15.076Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:46:15.113Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:47:05.528Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:47:05.528Z||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-12-15T12:47:05.528Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:47:05.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:47:05.531Z||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-12-15T12:47:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:47:15.074Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:47:15.075Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:48:05.528Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:48:05.528Z||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-12-15T12:48:05.528Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:48:05.530Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:48:05.531Z||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-12-15T12:48:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:48:15.074Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:48:15.079Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:49:05.528Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:49:05.529Z||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-12-15T12:49:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:49:05.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:49:05.531Z||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-12-15T12:49:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:49:15.075Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:49:15.076Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:50:05.528Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:50:05.528Z||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-12-15T12:50:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:50:05.530Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:50:05.531Z||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-12-15T12:50:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:50:15.075Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:50:15.084Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:51:05.528Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:51:05.528Z||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-12-15T12:51:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:51:05.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:51:05.531Z||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-12-15T12:51:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:51:15.077Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:51:15.078Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:52:05.528Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:52:05.529Z||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-12-15T12:52:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:52:05.530Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:52:05.531Z||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-12-15T12:52:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:52:15.079Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:52:15.079Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:53:05.528Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:53:05.528Z||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-12-15T12:53:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:53:05.530Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:53:05.531Z||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-12-15T12:53:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:53:15.076Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:53:15.078Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:54:05.528Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:54:05.528Z||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-12-15T12:54:05.528Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:54:05.530Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:54:05.531Z||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-12-15T12:54:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:54:15.090Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:54:15.095Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:55:05.528Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:55:05.529Z||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-12-15T12:55:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:55:05.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:55:05.531Z||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-12-15T12:55:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:55:15.080Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:55:15.080Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:56:05.528Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:56:05.530Z||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-12-15T12:56:05.530Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:56:05.530Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:56:05.531Z||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-12-15T12:56:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:56:15.085Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:56:15.091Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:57:05.528Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:57:05.529Z||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-12-15T12:57:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:57:05.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:57:05.531Z||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-12-15T12:57:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:57:15.084Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:57:15.085Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:58:05.528Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:58:05.529Z||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-12-15T12:58:05.529Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:58:05.530Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:58:05.531Z||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-12-15T12:58:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:58:11.318Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:58:11.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-15T12:58:11.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f65a182a-d7e8-464d-b4ef-2471d37dc12f",
"consumerID": "multicloud-k8s",
"timestamp": 1671109083631,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:58:11.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-15T12:58:11.771Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:58:11.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T12:58:11.772Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"f65a182a-d7e8-464d-b4ef-2471d37dc12f","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"4adb1f8b-0164-4044-9ea5-3014753c8813","serviceDescription":"service","serviceInvariantUUID":"a034ab76-c8d1-4819-8fdd-7b7f21829262","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e88af4d3-4b23-4366-a9a3-b4f2b7a4e4a7","resourceInvariantUUID":"80054983-c5e1-4eb2-a05e-5ba4f9337055","resourceCustomizationUUID":"3c660b66-23b8-4f8a-8ae3-1fb6de13763d","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":"M2U0ZDNkNGNjMDRjYjBkNDUzNTE5NzU2NTA5MmQxN2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"179ba223-f022-41e7-807c-fc15dcc98ea4","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2M4YzQ3ZmRjZDFjNjA2NmQ0M2U1ZGFmYTBjNThiMzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ddc397d0-5bd4-4d05-a78c-e2fdcf9a42fd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-15T12:58:11.779Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T12:58:11.780Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-15T12:58:11.785Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T12:58:11.785Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f65a182a-d7e8-464d-b4ef-2471d37dc12f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671109085528,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:58:11.885Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T12:58:11.886Z||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-12-15T12:58:11.886Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T12:58:11.907Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:58:11.908Z||pool-35-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":3,"count":1}
2022-12-15T12:58:12.791Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T12:58:12.792Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-15T12:58:12.794Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T12:58:12.794Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f65a182a-d7e8-464d-b4ef-2471d37dc12f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671109085528,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T12:58:12.894Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T12:58:12.895Z||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-12-15T12:58:12.895Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T12:58:12.909Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:58:12.909Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-15T12:58:13.795Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "f65a182a-d7e8-464d-b4ef-2471d37dc12f",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "4adb1f8b-0164-4044-9ea5-3014753c8813",
"serviceDescription": "service",
"serviceInvariantUUID": "a034ab76-c8d1-4819-8fdd-7b7f21829262",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "3c660b66-23b8-4f8a-8ae3-1fb6de13763d",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "e88af4d3-4b23-4366-a9a3-b4f2b7a4e4a7",
"resourceInvariantUUID": "80054983-c5e1-4eb2-a05e-5ba4f9337055",
"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": "M2M4YzQ3ZmRjZDFjNjA2NmQ0M2U1ZGFmYTBjNThiMzA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ddc397d0-5bd4-4d05-a78c-e2fdcf9a42fd"
}
],
"workloadContext": "Production"
}
2022-12-15T12:58:13.795Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-15T12:58:13.796Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4adb1f8b-0164-4044-9ea5-3014753c8813 ASDC
2022-12-15T12:58:13.796Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:f65a182a-d7e8-464d-b4ef-2471d37dc12f
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:4adb1f8b-0164-4044-9ea5-3014753c8813
ServiceInvariantUUID:a034ab76-c8d1-4819-8fdd-7b7f21829262
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:ddc397d0-5bd4-4d05-a78c-e2fdcf9a42fd
ArtifactChecksum:M2M4YzQ3ZmRjZDFjNjA2NmQ0M2U1ZGFmYTBjNThiMzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3c660b66-23b8-4f8a-8ae3-1fb6de13763d
ResourceInvariantUUID:80054983-c5e1-4eb2-a05e-5ba4f9337055
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:e88af4d3-4b23-4366-a9a3-b4f2b7a4e4a7
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-12-15T12:58:13.797Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4adb1f8b-0164-4044-9ea5-3014753c8813 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-12-15T12:58:13.842Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-15T12:58:13.843Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-15T12:58:13.843Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-15T12:58:13.843Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ddc397d0-5bd4-4d05-a78c-e2fdcf9a42fd from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-15T12:58:13.843Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-15T12:58:13.844Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|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-12-15T12:58:13.903Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-15T12:58:13.904Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ddc397d0-5bd4-4d05-a78c-e2fdcf9a42fd 57792
2022-12-15T12:58:13.904Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|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-12-15T12:58:13.904Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|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-12-15T12:58:13.904Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T12:58:13.905Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-15T12:58:13.906Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T12:58:13.907Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f65a182a-d7e8-464d-b4ef-2471d37dc12f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671109093904,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T12:58:14.007Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T12:58:14.008Z||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-12-15T12:58:14.008Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T12:58:14.027Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:58:14.027Z||pool-37-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-12-15T12:58:14.907Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-15T12:58:14.908Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-15T12:58:14.909Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ddc397d0-5bd4-4d05-a78c-e2fdcf9a42fd, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-15T12:58:14.909Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-12-15T12:58:14.910Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-15T12:58:14.910Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-15T12:58:15.067Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11591783840735865799/Definitions/service-BasicNetwork-template.yml
2022-12-15T12:58:15.654Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-15T12:58:15.655Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-15T12:58:15.655Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-15T12:58:15.655Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-12-15T12:58:15.655Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|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-12-15T12:58:15.655Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|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-12-15T12:58:15.656Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|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-12-15T12:58:15.656Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|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-12-15T12:58:15.656Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|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-12-15T12:58:15.656Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|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-12-15T12:58:15.656Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|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-12-15T12:58:15.656Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|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-12-15T12:58:15.656Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-15T12:58:15.656Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:58:15.657Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|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-12-15T12:58:15.657Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-15T12:58:15.657Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-15T12:58:15.657Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-15T12:58:15.657Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:58:15.658Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T12:58:15.658Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-15T12:58:15.658Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-15T12:58:15.658Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-15T12:58:15.658Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:58:15.658Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T12:58:15.658Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:58:15.658Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T12:58:15.659Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:58:15.659Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T12:58:15.659Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:58:15.659Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T12:58:15.660Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:58:15.660Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T12:58:15.660Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:4adb1f8b-0164-4044-9ea5-3014753c8813
Model Version:NULL
Model InvariantUuid:a034ab76-c8d1-4819-8fdd-7b7f21829262
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:80054983-c5e1-4eb2-a05e-5ba4f9337055
Model UUID:dd8d12ee-6e61-4c3f-9ff0-92614387e38e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:3c660b66-23b8-4f8a-8ae3-1fb6de13763d
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-12-15T12:58:15.671Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: e88af4d3-4b23-4366-a9a3-b4f2b7a4e4a7
2022-12-15T12:58:15.671Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500||No resources found for Service: 4adb1f8b-0164-4044-9ea5-3014753c8813
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-12-15T12:58:15.678Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500||
2022-12-15T12:58:15.679Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-12-15T12:58:15.680Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 4adb1f8b-0164-4044-9ea5-3014753c8813
2022-12-15T12:58:15.680Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 4adb1f8b-0164-4044-9ea5-3014753c8813
2022-12-15T12:58:15.680Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-12-15T12:58:15.680Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|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-12-15T12:58:15.686Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@88ac18, org.onap.sdc.toscaparser.api.parameters.Input@e761c87, org.onap.sdc.toscaparser.api.parameters.Input@214aa9ef, org.onap.sdc.toscaparser.api.parameters.Input@c720687, org.onap.sdc.toscaparser.api.parameters.Input@49df837d]
2022-12-15T12:58:15.688Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:58:15.688Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T12:58:15.688Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:58:15.688Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T12:58:15.689Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 4adb1f8b-0164-4044-9ea5-3014753c8813: Generic NeutronNet
2022-12-15T12:58:15.689Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:58:15.689Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T12:58:15.689Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:58:15.689Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|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-12-15T12:58:15.722Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:58:15.723Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T12:58:15.723Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:58:15.723Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|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-12-15T12:58:15.723Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T12:58:15.723Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T12:58:15.723Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|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-12-15T12:58:15.787Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-12-15T12:58:15.787Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|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-12-15T12:58:15.787Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|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-12-15T12:58:15.788Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T12:58:15.788Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-15T12:58:15.790Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T12:58:15.790Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f65a182a-d7e8-464d-b4ef-2471d37dc12f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671109095787,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-15T12:58:15.890Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T12:58:15.891Z||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-12-15T12:58:15.891Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T12:58:15.916Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:58:15.916Z||pool-38-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-12-15T12:58:16.791Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f65a182a-d7e8-464d-b4ef-2471d37dc12f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-15T12:58:16.809Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f65a182a-d7e8-464d-b4ef-2471d37dc12f
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-12-15T12:58:16.813Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T12:58:16.814Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-15T12:58:16.814Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-15T12:58:46.814Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f65a182a-d7e8-464d-b4ef-2471d37dc12f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-15T12:58:46.828Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f65a182a-d7e8-464d-b4ef-2471d37dc12f
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-12-15T12:58:46.831Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T12:58:46.832Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-15T12:58:46.832Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-15T12:59:05.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T12:59:05.531Z||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-12-15T12:59:05.532Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T12:59:05.583Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T12:59:05.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-15T12:59:05.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f65a182a-d7e8-464d-b4ef-2471d37dc12f",
"consumerID": "aai-model-loader",
"timestamp": 1671109081448,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T12:59:05.585Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-15T12:59:16.832Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f65a182a-d7e8-464d-b4ef-2471d37dc12f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-15T12:59:16.849Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f65a182a-d7e8-464d-b4ef-2471d37dc12f
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-12-15T12:59:16.852Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T12:59:16.852Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-15T12:59:16.852Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-15T12:59:46.853Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f65a182a-d7e8-464d-b4ef-2471d37dc12f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-15T12:59:46.869Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f65a182a-d7e8-464d-b4ef-2471d37dc12f
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-12-15T12:59:46.872Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T12:59:46.872Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-15T12:59:46.872Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-15T13:00:05.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T13:00:05.531Z||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-12-15T13:00:05.532Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T13:00:05.565Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T13:00:05.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-15T13:00:05.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f65a182a-d7e8-464d-b4ef-2471d37dc12f",
"consumerID": "cds-sdc-listener",
"timestamp": 1671109049115,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:00:05.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-15T13:00:16.873Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f65a182a-d7e8-464d-b4ef-2471d37dc12f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-15T13:00:16.890Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f65a182a-d7e8-464d-b4ef-2471d37dc12f
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-12-15T13:00:16.896Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T13:00:16.896Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-15T13:00:16.896Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-15T13:00:46.896Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f65a182a-d7e8-464d-b4ef-2471d37dc12f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-15T13:00:46.926Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f65a182a-d7e8-464d-b4ef-2471d37dc12f
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-12-15T13:00:46.929Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T13:00:46.929Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-15T13:00:46.929Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-15T13:01:05.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T13:01:05.531Z||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-12-15T13:01:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T13:01:05.577Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T13:01:05.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f65a182a-d7e8-464d-b4ef-2471d37dc12f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671109085528,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:05.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f65a182a-d7e8-464d-b4ef-2471d37dc12f",
"consumerID": "cds-sdc-listener",
"timestamp": 1671109049115,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T13:01:05.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f65a182a-d7e8-464d-b4ef-2471d37dc12f",
"consumerID": "aai-model-loader",
"timestamp": 1671109081448,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T13:01:05.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f65a182a-d7e8-464d-b4ef-2471d37dc12f",
"consumerID": "multicloud-k8s",
"timestamp": 1671109083631,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T13:01:05.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f65a182a-d7e8-464d-b4ef-2471d37dc12f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671109085528,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T13:01:05.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f65a182a-d7e8-464d-b4ef-2471d37dc12f",
"consumerID": "cds-sdc-listener",
"timestamp": 1671109094085,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T13:01:05.582Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T13:01:05.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f65a182a-d7e8-464d-b4ef-2471d37dc12f",
"consumerID": "aai-model-loader",
"timestamp": 1671109095036,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T13:01:05.582Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T13:01:05.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f65a182a-d7e8-464d-b4ef-2471d37dc12f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671109093904,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T13:01:05.583Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T13:01:05.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f65a182a-d7e8-464d-b4ef-2471d37dc12f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671109095787,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-15T13:01:05.584Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T13:01:05.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f65a182a-d7e8-464d-b4ef-2471d37dc12f",
"consumerID": "policy-id",
"timestamp": 1671109097009,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:05.584Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f65a182a-d7e8-464d-b4ef-2471d37dc12f",
"consumerID": "aai-model-loader",
"timestamp": 1671109099557,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-15T13:01:05.585Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T13:01:05.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f65a182a-d7e8-464d-b4ef-2471d37dc12f",
"consumerID": "policy-id",
"timestamp": 1671109097009,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T13:01:05.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f65a182a-d7e8-464d-b4ef-2471d37dc12f",
"consumerID": "aai-model-loader",
"timestamp": 1671109100560,
"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-12-15T13:01:05.596Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f65a182a-d7e8-464d-b4ef-2471d37dc12f
2022-12-15T13:01:05.597Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f65a182a-d7e8-464d-b4ef-2471d37dc12f 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-12-15T13:01:05.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f65a182a-d7e8-464d-b4ef-2471d37dc12f",
"consumerID": "policy-id",
"timestamp": 1671109099752,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T13:01:05.608Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T13:01:05.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f65a182a-d7e8-464d-b4ef-2471d37dc12f",
"consumerID": "policy-id",
"timestamp": 1671109100756,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-15T13:01:05.608Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T13:01:05.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f65a182a-d7e8-464d-b4ef-2471d37dc12f",
"consumerID": "policy-id",
"timestamp": 1671109101759,
"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-12-15T13:01:05.617Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f65a182a-d7e8-464d-b4ef-2471d37dc12f
2022-12-15T13:01:05.617Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f65a182a-d7e8-464d-b4ef-2471d37dc12f 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-12-15T13:01:05.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f65a182a-d7e8-464d-b4ef-2471d37dc12f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671109106231,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:05.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "multicloud-k8s",
"timestamp": 1671109094134,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/resourceInstances/pnf297948a8acfd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:05.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "cds-sdc-listener",
"timestamp": 1671109095097,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/resourceInstances/pnf297948a8acfd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:05.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f65a182a-d7e8-464d-b4ef-2471d37dc12f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671109106231,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T13:01:05.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "cds-sdc-listener",
"timestamp": 1671109095097,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/resourceInstances/pnf297948a8acfd0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:05.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "multicloud-k8s",
"timestamp": 1671109094134,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/resourceInstances/pnf297948a8acfd0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:05.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f65a182a-d7e8-464d-b4ef-2471d37dc12f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671109109010,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T13:01:05.631Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T13:01:05.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "cds-sdc-listener",
"timestamp": 1671109095097,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/resourceInstances/pnf297948a8acfd0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:05.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "multicloud-k8s",
"timestamp": 1671109094134,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/resourceInstances/pnf297948a8acfd0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:05.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "cds-sdc-listener",
"timestamp": 1671109095097,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/resourceInstances/pnf297948a8acfd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:05.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "multicloud-k8s",
"timestamp": 1671109094134,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/resourceInstances/pnf297948a8acfd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:05.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "cds-sdc-listener",
"timestamp": 1671109095097,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/resourceInstances/pnf297948a8acfd0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:05.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "multicloud-k8s",
"timestamp": 1671109094134,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/resourceInstances/pnf297948a8acfd0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:05.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "aai-model-loader",
"timestamp": 1671109111449,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/resourceInstances/pnf297948a8acfd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:05.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f65a182a-d7e8-464d-b4ef-2471d37dc12f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671109111830,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-15T13:01:05.634Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T13:01:05.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "cds-sdc-listener",
"timestamp": 1671109095097,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/resourceInstances/pnf297948a8acfd0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:05.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "multicloud-k8s",
"timestamp": 1671109094134,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/resourceInstances/pnf297948a8acfd0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:05.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "aai-model-loader",
"timestamp": 1671109111449,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/resourceInstances/pnf297948a8acfd0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:05.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f65a182a-d7e8-464d-b4ef-2471d37dc12f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671109112835,
"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-12-15T13:01:05.646Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f65a182a-d7e8-464d-b4ef-2471d37dc12f
2022-12-15T13:01:05.651Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f65a182a-d7e8-464d-b4ef-2471d37dc12f 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-12-15T13:01:05.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "cds-sdc-listener",
"timestamp": 1671109095097,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/artifacts/service-DemoPnfLhn0madh0bocyo5jryl5-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:05.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "multicloud-k8s",
"timestamp": 1671109094134,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/artifacts/service-DemoPnfLhn0madh0bocyo5jryl5-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:05.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "aai-model-loader",
"timestamp": 1671109111449,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/resourceInstances/pnf297948a8acfd0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:05.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "cds-sdc-listener",
"timestamp": 1671109095097,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/artifacts/service-DemoPnfLhn0madh0bocyo5jryl5-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T13:01:05.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "multicloud-k8s",
"timestamp": 1671109094134,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/artifacts/service-DemoPnfLhn0madh0bocyo5jryl5-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T13:01:05.692Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "aai-model-loader",
"timestamp": 1671109111449,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/resourceInstances/pnf297948a8acfd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:05.692Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "cds-sdc-listener",
"timestamp": 1671109114427,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/artifacts/service-DemoPnfLhn0madh0bocyo5jryl5-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T13:01:05.693Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T13:01:05.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "aai-model-loader",
"timestamp": 1671109111449,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/resourceInstances/pnf297948a8acfd0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:05.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "aai-model-loader",
"timestamp": 1671109111449,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/resourceInstances/pnf297948a8acfd0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:05.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "aai-model-loader",
"timestamp": 1671109111449,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/artifacts/service-DemoPnfLhn0madh0bocyo5jryl5-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:05.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "aai-model-loader",
"timestamp": 1671109111449,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/artifacts/service-DemoPnfLhn0madh0bocyo5jryl5-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T13:01:05.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "policy-id",
"timestamp": 1671109117009,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/resourceInstances/pnf297948a8acfd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:05.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "aai-model-loader",
"timestamp": 1671109119562,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/artifacts/service-DemoPnfLhn0madh0bocyo5jryl5-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T13:01:05.696Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T13:01:05.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "policy-id",
"timestamp": 1671109117009,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/resourceInstances/pnf297948a8acfd0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:05.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "policy-id",
"timestamp": 1671109117009,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/resourceInstances/pnf297948a8acfd0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:05.698Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "policy-id",
"timestamp": 1671109117009,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/resourceInstances/pnf297948a8acfd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:05.698Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "policy-id",
"timestamp": 1671109117009,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/resourceInstances/pnf297948a8acfd0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:05.699Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "policy-id",
"timestamp": 1671109117009,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/resourceInstances/pnf297948a8acfd0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:05.699Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "policy-id",
"timestamp": 1671109117009,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/artifacts/service-DemoPnfLhn0madh0bocyo5jryl5-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:05.700Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "aai-model-loader",
"timestamp": 1671109124957,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/artifacts/service-DemoPnfLhn0madh0bocyo5jryl5-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-15T13:01:05.701Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T13:01:05.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "policy-id",
"timestamp": 1671109117009,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/artifacts/service-DemoPnfLhn0madh0bocyo5jryl5-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T13:01:05.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "aai-model-loader",
"timestamp": 1671109125961,
"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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-15T13:01:05.749Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of df310539-85ac-490b-ae6c-b5c3131a8d0d
2022-12-15T13:01:05.749Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId df310539-85ac-490b-ae6c-b5c3131a8d0d 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-12-15T13:01:05.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "policy-id",
"timestamp": 1671109125733,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/artifacts/service-DemoPnfLhn0madh0bocyo5jryl5-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T13:01:05.766Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T13:01:05.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "policy-id",
"timestamp": 1671109126738,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/artifacts/service-DemoPnfLhn0madh0bocyo5jryl5-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-15T13:01:05.767Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T13:01:05.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "policy-id",
"timestamp": 1671109127741,
"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-12-15T13:01:05.776Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of df310539-85ac-490b-ae6c-b5c3131a8d0d
2022-12-15T13:01:05.777Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId df310539-85ac-490b-ae6c-b5c3131a8d0d 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-12-15T13:01:05.797Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.797Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671109136232,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/resourceInstances/pnf297948a8acfd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:05.797Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671109136232,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/resourceInstances/pnf297948a8acfd0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:05.798Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671109136232,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/resourceInstances/pnf297948a8acfd0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:05.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671109136232,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/resourceInstances/pnf297948a8acfd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:05.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671109136232,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/resourceInstances/pnf297948a8acfd0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:05.800Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671109136232,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/resourceInstances/pnf297948a8acfd0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:05.801Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671109136232,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/artifacts/service-DemoPnfLhn0madh0bocyo5jryl5-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:05.801Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671109136232,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/artifacts/service-DemoPnfLhn0madh0bocyo5jryl5-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T13:01:05.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-15T13:01:05.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671109144985,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/artifacts/service-DemoPnfLhn0madh0bocyo5jryl5-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T13:01:05.803Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T13:01:05.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-15T13:01:05.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671109146986,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/artifacts/service-DemoPnfLhn0madh0bocyo5jryl5-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-15T13:01:05.803Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T13:01:16.929Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f65a182a-d7e8-464d-b4ef-2471d37dc12f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-15T13:01:16.948Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f65a182a-d7e8-464d-b4ef-2471d37dc12f
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-12-15T13:01:16.951Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T13:01:16.952Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-15T13:01:16.952Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-15T13:01:16.953Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-15T13:01:16.953Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-15T13:01:16.953Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-15T13:01:16.954Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-15T13:01:16.954Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-15T13:01:16.954Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|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-12-15T13:01:16.964Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-15T13:01:46.965Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f65a182a-d7e8-464d-b4ef-2471d37dc12f 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-12-15T13:01:46.974Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f65a182a-d7e8-464d-b4ef-2471d37dc12f and serviceModelVersionId: 4adb1f8b-0164-4044-9ea5-3014753c8813
2022-12-15T13:01:46.974Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a034ab76-c8d1-4819-8fdd-7b7f21829262
2022-12-15T13:01:46.975Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a034ab76-c8d1-4819-8fdd-7b7f21829262/model-vers/model-ver/4adb1f8b-0164-4044-9ea5-3014753c8813?depth=0
2022-12-15T13:01:46.979Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-12-15T13:01:47.043Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|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/a034ab76-c8d1-4819-8fdd-7b7f21829262/model-vers/model-ver/4adb1f8b-0164-4044-9ea5-3014753c8813?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-12-15T13:01:47.048Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a034ab76-c8d1-4819-8fdd-7b7f21829262/model-vers/model-ver/4adb1f8b-0164-4044-9ea5-3014753c8813?depth=0|INFO|500||Invoke
2022-12-15T13:01:47.054Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a034ab76-c8d1-4819-8fdd-7b7f21829262/model-vers/model-ver/4adb1f8b-0164-4044-9ea5-3014753c8813?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-15T13:01:47.225Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a034ab76-c8d1-4819-8fdd-7b7f21829262/model-vers/model-ver/4adb1f8b-0164-4044-9ea5-3014753c8813?depth=0|INFO|500||InvokeReturn
2022-12-15T13:01:47.229Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|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/a034ab76-c8d1-4819-8fdd-7b7f21829262/model-vers/model-ver/4adb1f8b-0164-4044-9ea5-3014753c8813?depth=0 has http status code:200 and response headers:{date=[Thu, 15 Dec 2022 13:01:48 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[159], vertex-id=[192592], x-aai-txid=[2-aai-resources-221215-13:01:48:005-19912], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-15T13:01:47.234Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-12-15T13:01:47.234Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-15T13:01:47.234Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|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-12-15T13:01:47.240Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|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-12-15T13:01:47.240Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f65a182a-d7e8-464d-b4ef-2471d37dc12f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-15T13:01:47.240Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-15T13:01:47.240Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-15T13:01:47.242Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T13:01:47.242Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f65a182a-d7e8-464d-b4ef-2471d37dc12f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671109307240,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-15T13:01:47.342Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T13:01:47.343Z||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-12-15T13:01:47.343Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T13:01:47.368Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T13:01:47.370Z||pool-39-thread-1|||||INFO|500||cambria reply ok (27 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-12-15T13:01:48.260Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T13:01:48.260Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|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-12-15T13:01:48.260Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|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 dYl1aCs77Bf5HrhG) ...
2022-12-15T13:01:53.931Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T13:01:53.932Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T13:01:53.932Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"df310539-85ac-490b-ae6c-b5c3131a8d0d","serviceName":"Demo_pNF_lhN0mADH0bOCYO5JRyL5","serviceVersion":"1.0","serviceUUID":"5f3ea3cb-85ec-41c0-904d-0d642f68352e","serviceDescription":"catalog service description","serviceInvariantUUID":"e296617e-362b-469a-b905-c4caea986b0a","resources":[{"resourceInstanceName":"pNF 297948a8-acfd 0","resourceName":"pNF 297948a8-acfd","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4b6c64fa-7185-4e91-a94a-7033236258de","resourceInvariantUUID":"252bfb8d-cc47-40fc-a0b5-5e1ef6713d8e","resourceCustomizationUUID":"8769516e-ab6b-4b9c-85a2-1fe268a4d535","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/resourceInstances/pnf297948a8acfd0/artifacts/vf-license-model.xml","artifactChecksum":"MDUxMjc3ZWNmMmZiZTY0ZjAyNjI0NmNjZDU1MDI1ZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"342f3427-f0e3-4fc2-845a-0a7fd3e35fc0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/resourceInstances/pnf297948a8acfd0/artifacts/pNF.csar","artifactChecksum":"MDZhOTk2Y2Y2YjhlYTFjOGY0NTgwMTE2NjdiNDhiYzU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5c90eedf-13af-4c9f-bea0-c9a12aa05f8d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/resourceInstances/pnf297948a8acfd0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"347ca10e-ba50-443b-bc23-68f0a01208b6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/resourceInstances/pnf297948a8acfd0/artifacts/vendor-license-model.xml","artifactChecksum":"MzY5Y2IxMWU2MjMzYThhMzk4M2Y3MjZkZDE1ZDJiMDg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1ebfea39-02d4-432d-a9c8-5dc705d02637","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/resourceInstances/pnf297948a8acfd0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6cf8b2d5-5960-41d3-8a48-979091d1d0d8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/resourceInstances/pnf297948a8acfd0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"22666572-3588-469f-aef6-ebf427c5eb08","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLhn0madh0bocyo5jryl5-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/artifacts/service-DemoPnfLhn0madh0bocyo5jryl5-template.yml","artifactChecksum":"Y2I0YTRjZjEwZTE3MTgyMGMxNzI3YmUyMDVhNzUzMjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5a3ea2fe-7261-4835-b9b8-5aa6d77c5261","artifactVersion":"1"},{"artifactName":"service-DemoPnfLhn0madh0bocyo5jryl5-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/artifacts/service-DemoPnfLhn0madh0bocyo5jryl5-csar.csar","artifactChecksum":"N2IxODk4MDE1MDQxNWY2NmYwOGFiYTljYzg1ODEyN2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"02616665-3273-474a-bf58-7747637806d3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-15T13:01:53.935Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T13:01:53.935Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-15T13:01:53.936Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T13:01:53.937Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671109308259,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/resourceInstances/pnf297948a8acfd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:54.037Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T13:01:54.038Z||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-12-15T13:01:54.038Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T13:01:54.055Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T13:01:54.056Z||pool-40-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-15T13:01:54.937Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T13:01:54.938Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-15T13:01:54.939Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T13:01:54.940Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671109308259,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/resourceInstances/pnf297948a8acfd0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:55.040Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T13:01:55.041Z||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-12-15T13:01:55.041Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T13:01:55.058Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T13:01:55.059Z||pool-41-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-12-15T13:01:55.940Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T13:01:55.941Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-15T13:01:55.943Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T13:01:55.943Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671109308259,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/resourceInstances/pnf297948a8acfd0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:56.043Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-15T13:01:56.044Z||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-12-15T13:01:56.044Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T13:01:56.058Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T13:01:56.059Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-15T13:01:56.944Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T13:01:56.945Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-15T13:01:56.947Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T13:01:56.947Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671109308259,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/resourceInstances/pnf297948a8acfd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:57.047Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T13:01:57.048Z||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-12-15T13:01:57.048Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T13:01:57.063Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T13:01:57.063Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-15T13:01:57.947Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T13:01:57.948Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-15T13:01:57.951Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T13:01:57.951Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671109308259,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/resourceInstances/pnf297948a8acfd0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:58.051Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T13:01:58.052Z||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-12-15T13:01:58.052Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T13:01:58.077Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T13:01:58.077Z||pool-44-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-12-15T13:01:58.953Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T13:01:58.953Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-15T13:01:58.955Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T13:01:58.955Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671109308259,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/resourceInstances/pnf297948a8acfd0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:01:59.055Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T13:01:59.056Z||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-12-15T13:01:59.056Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T13:01:59.070Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T13:01:59.071Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-15T13:01:59.955Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T13:01:59.957Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-15T13:01:59.959Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T13:01:59.959Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671109308259,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/artifacts/service-DemoPnfLhn0madh0bocyo5jryl5-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:00.059Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T13:02:00.060Z||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-12-15T13:02:00.060Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T13:02:00.074Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T13:02:00.074Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-15T13:02:00.960Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T13:02:00.961Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-15T13:02:00.963Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T13:02:00.963Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671109308259,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/artifacts/service-DemoPnfLhn0madh0bocyo5jryl5-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T13:02:01.063Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T13:02:01.064Z||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-12-15T13:02:01.064Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T13:02:01.078Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T13:02:01.078Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-15T13:02:01.964Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"serviceName": "Demo_pNF_lhN0mADH0bOCYO5JRyL5",
"serviceVersion": "1.0",
"serviceUUID": "5f3ea3cb-85ec-41c0-904d-0d642f68352e",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e296617e-362b-469a-b905-c4caea986b0a",
"resources": [
{
"resourceInstanceName": "pNF 297948a8-acfd 0",
"resourceCustomizationUUID": "8769516e-ab6b-4b9c-85a2-1fe268a4d535",
"resourceName": "pNF 297948a8-acfd",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "4b6c64fa-7185-4e91-a94a-7033236258de",
"resourceInvariantUUID": "252bfb8d-cc47-40fc-a0b5-5e1ef6713d8e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfLhn0madh0bocyo5jryl5-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/artifacts/service-DemoPnfLhn0madh0bocyo5jryl5-csar.csar",
"artifactChecksum": "N2IxODk4MDE1MDQxNWY2NmYwOGFiYTljYzg1ODEyN2I\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "02616665-3273-474a-bf58-7747637806d3"
}
],
"workloadContext": "Production"
}
2022-12-15T13:02:01.965Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-15T13:02:01.965Z|f65a182a-d7e8-464d-b4ef-2471d37dc12f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5f3ea3cb-85ec-41c0-904d-0d642f68352e ASDC
2022-12-15T13:02:01.965Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:df310539-85ac-490b-ae6c-b5c3131a8d0d
ServiceName:Demo_pNF_lhN0mADH0bOCYO5JRyL5
ServiceVersion:1.0
ServiceUUID:5f3ea3cb-85ec-41c0-904d-0d642f68352e
ServiceInvariantUUID:e296617e-362b-469a-b905-c4caea986b0a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfLhn0madh0bocyo5jryl5-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/artifacts/service-DemoPnfLhn0madh0bocyo5jryl5-csar.csar
ArtifactUUID:02616665-3273-474a-bf58-7747637806d3
ArtifactChecksum:N2IxODk4MDE1MDQxNWY2NmYwOGFiYTljYzg1ODEyN2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 297948a8-acfd 0
ResourceCustomizationUUID:8769516e-ab6b-4b9c-85a2-1fe268a4d535
ResourceInvariantUUID:252bfb8d-cc47-40fc-a0b5-5e1ef6713d8e
ResourceName:pNF 297948a8-acfd
ResourceType:PNF
ResourceUUID:4b6c64fa-7185-4e91-a94a-7033236258de
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-12-15T13:02:01.966Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5f3ea3cb-85ec-41c0-904d-0d642f68352e 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-12-15T13:02:01.996Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-15T13:02:01.996Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-15T13:02:01.997Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-15T13:02:01.997Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 02616665-3273-474a-bf58-7747637806d3 from URL: /sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/artifacts/service-DemoPnfLhn0madh0bocyo5jryl5-csar.csar
2022-12-15T13:02:01.997Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-15T13:02:01.997Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/artifacts/service-DemoPnfLhn0madh0bocyo5jryl5-csar.csar
2022-12-15T13:02:02.149Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-15T13:02:02.150Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/artifacts/service-DemoPnfLhn0madh0bocyo5jryl5-csar.csar 02616665-3273-474a-bf58-7747637806d3 88033
2022-12-15T13:02:02.152Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/artifacts/service-DemoPnfLhn0madh0bocyo5jryl5-csar.csar ASDC sendASDCNotification
2022-12-15T13:02:02.152Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/artifacts/service-DemoPnfLhn0madh0bocyo5jryl5-csar.csar
2022-12-15T13:02:02.153Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T13:02:02.153Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-15T13:02:02.156Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T13:02:02.156Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671109322152,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/artifacts/service-DemoPnfLhn0madh0bocyo5jryl5-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T13:02:02.255Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-15T13:02:02.256Z||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-12-15T13:02:02.257Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T13:02:02.274Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T13:02:02.274Z||pool-48-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-15T13:02:03.157Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-15T13:02:03.158Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-15T13:02:03.159Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 02616665-3273-474a-bf58-7747637806d3, URL: /sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/artifacts/service-DemoPnfLhn0madh0bocyo5jryl5-csar.csar to file: /app/ASDC/1/service-DemoPnfLhn0madh0bocyo5jryl5-csar.csar
2022-12-15T13:02:03.159Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLhn0madh0bocyo5jryl5-csar.csar
2022-12-15T13:02:03.160Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLhn0madh0bocyo5jryl5-csar.csar
2022-12-15T13:02:03.160Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLhn0madh0bocyo5jryl5-csar.csar
2022-12-15T13:02:03.264Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13297576029092345726/Definitions/service-DemoPnfLhn0madh0bocyo5jryl5-template.yml
2022-12-15T13:02:03.990Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-15T13:02:03.990Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-15T13:02:03.990Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLhn0madh0bocyo5jryl5-csar.csar
2022-12-15T13:02:03.991Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-15T13:02:03.991Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|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-DemoPnfLhn0madh0bocyo5jryl5-csar.csar
2022-12-15T13:02:03.991Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|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-DemoPnfLhn0madh0bocyo5jryl5-csar.csar
2022-12-15T13:02:03.991Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|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-DemoPnfLhn0madh0bocyo5jryl5-csar.csar
2022-12-15T13:02:03.992Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|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-DemoPnfLhn0madh0bocyo5jryl5-csar.csar
2022-12-15T13:02:03.992Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|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-DemoPnfLhn0madh0bocyo5jryl5-csar.csar
2022-12-15T13:02:03.992Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 297948a8-acfd 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-DemoPnfLhn0madh0bocyo5jryl5-csar.csar
2022-12-15T13:02:03.992Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|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-DemoPnfLhn0madh0bocyo5jryl5-csar.csar
2022-12-15T13:02:03.992Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-15T13:02:03.993Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T13:02:03.993Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_lhN0mADH0bOCYO5JRyL5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T13:02:03.993Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||Node template pNF 297948a8-acfd 0 is matching search criteria
2022-12-15T13:02:03.994Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-15T13:02:03.994Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 297948a8-acfd 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-15T13:02:03.994Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T13:02:03.994Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_lhN0mADH0bOCYO5JRyL5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T13:02:03.995Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||Node template pNF 297948a8-acfd 0 is matching search criteria
2022-12-15T13:02:03.995Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-15T13:02:03.995Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 297948a8-acfd 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-15T13:02:03.996Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T13:02:03.996Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_lhN0mADH0bOCYO5JRyL5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T13:02:03.996Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T13:02:03.996Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_lhN0mADH0bOCYO5JRyL5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T13:02:03.997Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T13:02:03.997Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_lhN0mADH0bOCYO5JRyL5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T13:02:03.997Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T13:02:03.997Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_lhN0mADH0bOCYO5JRyL5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T13:02:03.998Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T13:02:03.998Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_lhN0mADH0bOCYO5JRyL5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T13:02:03.998Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_lhN0mADH0bOCYO5JRyL5
Description:catalog service description
Model UUID:5f3ea3cb-85ec-41c0-904d-0d642f68352e
Model Version:NULL
Model InvariantUuid:e296617e-362b-469a-b905-c4caea986b0a
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-12-15T13:02:04.024Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4b6c64fa-7185-4e91-a94a-7033236258de
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-12-15T13:02:04.028Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||pNF 297948a8-acfd 0
2022-12-15T13:02:04.028Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4b6c64fa-7185-4e91-a94a-7033236258de
2022-12-15T13:02:04.029Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 5f3ea3cb-85ec-41c0-904d-0d642f68352e
2022-12-15T13:02:04.029Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 5f3ea3cb-85ec-41c0-904d-0d642f68352e
2022-12-15T13:02:04.029Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 297948a8-acfd 0 4b6c64fa-7185-4e91-a94a-7033236258de 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-12-15T13:02:04.036Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1e4da7e1, org.onap.sdc.toscaparser.api.parameters.Input@1bd8e5a9, org.onap.sdc.toscaparser.api.parameters.Input@3dca336c, org.onap.sdc.toscaparser.api.parameters.Input@4bae772d, org.onap.sdc.toscaparser.api.parameters.Input@382fb316]
2022-12-15T13:02:04.036Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T13:02:04.036Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_lhN0mADH0bOCYO5JRyL5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T13:02:04.037Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 5f3ea3cb-85ec-41c0-904d-0d642f68352e: pNF 297948a8-acfd
2022-12-15T13:02:04.037Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||Processing PNF resource: 4b6c64fa-7185-4e91-a94a-7033236258de
2022-12-15T13:02:04.037Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-15T13:02:04.038Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_lhN0mADH0bOCYO5JRyL5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-15T13:02:04.038Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||Resource customization UUID: 8769516e-ab6b-4b9c-85a2-1fe268a4d535 is the same as notified resource customizationUUID: 8769516e-ab6b-4b9c-85a2-1fe268a4d535
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-12-15T13:02:04.099Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 297948a8-acfd 4b6c64fa-7185-4e91-a94a-7033236258de 0 ASDC deployResourceStructure
2022-12-15T13:02:04.099Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/artifacts/service-DemoPnfLhn0madh0bocyo5jryl5-csar.csar ASDC sendASDCNotification
2022-12-15T13:02:04.099Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/artifacts/service-DemoPnfLhn0madh0bocyo5jryl5-csar.csar
2022-12-15T13:02:04.100Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-15T13:02:04.100Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-15T13:02:04.102Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T13:02:04.103Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671109324099,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLhn0madh0bocyo5jryl5/1.0/artifacts/service-DemoPnfLhn0madh0bocyo5jryl5-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-15T13:02:04.203Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T13:02:04.203Z||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-12-15T13:02:04.203Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T13:02:04.218Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T13:02:04.218Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-15T13:02:05.103Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df310539-85ac-490b-ae6c-b5c3131a8d0d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-15T13:02:05.153Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df310539-85ac-490b-ae6c-b5c3131a8d0d
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-12-15T13:02:05.163Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T13:02:05.163Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-15T13:02:05.163Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-15T13:02:05.163Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-15T13:02:05.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T13:02:05.531Z||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-12-15T13:02:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T13:02:05.566Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T13:02:05.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.568Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671109147991,
"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-12-15T13:02:05.576Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of df310539-85ac-490b-ae6c-b5c3131a8d0d
2022-12-15T13:02:05.577Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId df310539-85ac-490b-ae6c-b5c3131a8d0d 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-12-15T13:02:05.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.589Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "cds-sdc-listener",
"timestamp": 1671109115431,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.589Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.589Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "aai-model-loader",
"timestamp": 1671109171449,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.589Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.589Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "multicloud-k8s",
"timestamp": 1671109144493,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.589Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.590Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671109166232,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.590Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.590Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "cds-sdc-listener",
"timestamp": 1671109115431,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.590Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.590Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "aai-model-loader",
"timestamp": 1671109171449,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.590Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.590Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "multicloud-k8s",
"timestamp": 1671109144493,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-12-15T13:02:05.591Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.591Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.591Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671109166232,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.591Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.591Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.591Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "cds-sdc-listener",
"timestamp": 1671109115431,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.591Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.591Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.591Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "aai-model-loader",
"timestamp": 1671109171449,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.591Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.592Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "multicloud-k8s",
"timestamp": 1671109144493,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-12-15T13:02:05.592Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.592Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671109166232,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.592Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.592Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "cds-sdc-listener",
"timestamp": 1671109115431,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.592Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.592Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "aai-model-loader",
"timestamp": 1671109171449,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.592Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "multicloud-k8s",
"timestamp": 1671109144493,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-12-15T13:02:05.593Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671109166232,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.593Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "cds-sdc-listener",
"timestamp": 1671109115431,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.593Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "aai-model-loader",
"timestamp": 1671109171449,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.593Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "multicloud-k8s",
"timestamp": 1671109144493,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-12-15T13:02:05.594Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "policy-id",
"timestamp": 1671109177009,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.594Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671109166232,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.594Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "cds-sdc-listener",
"timestamp": 1671109115431,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.595Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "aai-model-loader",
"timestamp": 1671109171449,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.595Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "multicloud-k8s",
"timestamp": 1671109144493,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.595Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "policy-id",
"timestamp": 1671109177009,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.595Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.596Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671109166232,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.596Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.596Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "cds-sdc-listener",
"timestamp": 1671109115431,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.596Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.596Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "aai-model-loader",
"timestamp": 1671109171449,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.596Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.596Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "multicloud-k8s",
"timestamp": 1671109144493,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-12-15T13:02:05.597Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "policy-id",
"timestamp": 1671109177009,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.597Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671109166232,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.597Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "cds-sdc-listener",
"timestamp": 1671109115431,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.597Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "aai-model-loader",
"timestamp": 1671109171449,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "multicloud-k8s",
"timestamp": 1671109144493,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "policy-id",
"timestamp": 1671109177009,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671109166232,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.599Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "cds-sdc-listener",
"timestamp": 1671109115431,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T13:02:05.599Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "aai-model-loader",
"timestamp": 1671109171449,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T13:02:05.599Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "multicloud-k8s",
"timestamp": 1671109144493,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T13:02:05.599Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "policy-id",
"timestamp": 1671109177009,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-12-15T13:02:05.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671109166232,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T13:02:05.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "multicloud-k8s",
"timestamp": 1671109182901,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-15T13:02:05.600Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T13:02:05.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "cds-sdc-listener",
"timestamp": 1671109182726,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T13:02:05.600Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T13:02:05.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "aai-model-loader",
"timestamp": 1671109183675,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T13:02:05.601Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T13:02:05.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "policy-id",
"timestamp": 1671109177009,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.601Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671109184209,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T13:02:05.601Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T13:02:05.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "policy-id",
"timestamp": 1671109177009,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.601Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "multicloud-k8s",
"timestamp": 1671109183972,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-15T13:02:05.602Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T13:02:05.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "policy-id",
"timestamp": 1671109177009,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.602Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "multicloud-k8s",
"timestamp": 1671109185040,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-12-15T13:02:05.602Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T13:02:05.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671109186603,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-15T13:02:05.603Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T13:02:05.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "policy-id",
"timestamp": 1671109177009,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T13:02:05.603Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "multicloud-k8s",
"timestamp": 1671109186101,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-12-15T13:02:05.603Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T13:02:05.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "cds-sdc-listener",
"timestamp": 1671109183731,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.603Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671109187607,
"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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-15T13:02:05.631Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dd30fbee-5a92-4bc2-8322-271d93cd7c3c
2022-12-15T13:02:05.631Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd30fbee-5a92-4bc2-8322-271d93cd7c3c 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-12-15T13:02:05.640Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "policy-id",
"timestamp": 1671109186739,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T13:02:05.641Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T13:02:05.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "cds-sdc-listener",
"timestamp": 1671109183731,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.641Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "multicloud-k8s",
"timestamp": 1671109187202,
"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-12-15T13:02:05.648Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dd30fbee-5a92-4bc2-8322-271d93cd7c3c
2022-12-15T13:02:05.648Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd30fbee-5a92-4bc2-8322-271d93cd7c3c 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-12-15T13:02:05.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.658Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "policy-id",
"timestamp": 1671109187746,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-15T13:02:05.658Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T13:02:05.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.659Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "cds-sdc-listener",
"timestamp": 1671109183731,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.659Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.659Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "multicloud-k8s",
"timestamp": 1671109188208,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-15T13:02:05.659Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T13:02:05.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.659Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "policy-id",
"timestamp": 1671109188749,
"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-12-15T13:02:05.667Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dd30fbee-5a92-4bc2-8322-271d93cd7c3c
2022-12-15T13:02:05.667Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd30fbee-5a92-4bc2-8322-271d93cd7c3c 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-12-15T13:02:05.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "cds-sdc-listener",
"timestamp": 1671109183731,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.692Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "multicloud-k8s",
"timestamp": 1671109189216,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.692Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "cds-sdc-listener",
"timestamp": 1671109183731,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "multicloud-k8s",
"timestamp": 1671109189216,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-12-15T13:02:05.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "aai-model-loader",
"timestamp": 1671109191157,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-15T13:02:05.693Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T13:02:05.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "cds-sdc-listener",
"timestamp": 1671109183731,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "multicloud-k8s",
"timestamp": 1671109189216,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-12-15T13:02:05.694Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "aai-model-loader",
"timestamp": 1671109192161,
"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-12-15T13:02:05.703Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dd30fbee-5a92-4bc2-8322-271d93cd7c3c
2022-12-15T13:02:05.703Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd30fbee-5a92-4bc2-8322-271d93cd7c3c 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-12-15T13:02:05.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "cds-sdc-listener",
"timestamp": 1671109183731,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T13:02:05.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "multicloud-k8s",
"timestamp": 1671109189216,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "multicloud-k8s",
"timestamp": 1671109189216,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-12-15T13:02:05.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "cds-sdc-listener",
"timestamp": 1671109193138,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T13:02:05.718Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T13:02:05.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "multicloud-k8s",
"timestamp": 1671109189216,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.718Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "multicloud-k8s",
"timestamp": 1671109189216,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T13:02:05.718Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671109196231,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.718Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "multicloud-k8s",
"timestamp": 1671109196337,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-15T13:02:05.718Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T13:02:05.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.719Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671109196231,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.719Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.719Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "multicloud-k8s",
"timestamp": 1671109197415,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-15T13:02:05.719Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T13:02:05.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.719Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "policy-id",
"timestamp": 1671109197009,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.719Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.719Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671109196231,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.719Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.719Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "multicloud-k8s",
"timestamp": 1671109198485,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-12-15T13:02:05.720Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T13:02:05.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "policy-id",
"timestamp": 1671109197009,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.720Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671109196231,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.720Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "multicloud-k8s",
"timestamp": 1671109199531,
"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-12-15T13:02:05.737Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a
2022-12-15T13:02:05.737Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a 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-12-15T13:02:05.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "policy-id",
"timestamp": 1671109197009,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-12-15T13:02:05.749Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671109196231,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.749Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "multicloud-k8s",
"timestamp": 1671109200544,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-15T13:02:05.750Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T13:02:05.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "aai-model-loader",
"timestamp": 1671109201448,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.750Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "policy-id",
"timestamp": 1671109197009,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.750Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671109196231,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.750Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "aai-model-loader",
"timestamp": 1671109201448,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.751Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "policy-id",
"timestamp": 1671109197009,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.751Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671109196231,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T13:02:05.751Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "aai-model-loader",
"timestamp": 1671109201448,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.751Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.752Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "policy-id",
"timestamp": 1671109197009,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.752Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.752Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671109203973,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T13:02:05.752Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T13:02:05.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.752Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "aai-model-loader",
"timestamp": 1671109201448,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.752Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.752Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "policy-id",
"timestamp": 1671109197009,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T13:02:05.752Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "aai-model-loader",
"timestamp": 1671109201448,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.753Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.753Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "policy-id",
"timestamp": 1671109204773,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T13:02:05.753Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T13:02:05.753Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "aai-model-loader",
"timestamp": 1671109201448,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:02:05.753Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:02:05.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.754Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671109206421,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-15T13:02:05.754Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T13:02:05.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:02:05.754Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "policy-id",
"timestamp": 1671109205779,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-15T13:02:05.754Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T13:02:35.164Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df310539-85ac-490b-ae6c-b5c3131a8d0d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-15T13:02:35.213Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df310539-85ac-490b-ae6c-b5c3131a8d0d
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-12-15T13:02:35.217Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-15T13:02:35.217Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-15T13:02:35.218Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-15T13:02:35.218Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-15T13:02:35.218Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-15T13:02:35.218Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-15T13:02:35.218Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-15T13:02:35.218Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-15T13:02:35.218Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|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-12-15T13:02:35.242Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-15T13:03:05.242Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: df310539-85ac-490b-ae6c-b5c3131a8d0d 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-12-15T13:03:05.252Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: df310539-85ac-490b-ae6c-b5c3131a8d0d and serviceModelVersionId: 5f3ea3cb-85ec-41c0-904d-0d642f68352e
2022-12-15T13:03:05.252Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e296617e-362b-469a-b905-c4caea986b0a
2022-12-15T13:03:05.253Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e296617e-362b-469a-b905-c4caea986b0a/model-vers/model-ver/5f3ea3cb-85ec-41c0-904d-0d642f68352e?depth=0
2022-12-15T13:03:05.256Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-12-15T13:03:05.303Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e296617e-362b-469a-b905-c4caea986b0a/model-vers/model-ver/5f3ea3cb-85ec-41c0-904d-0d642f68352e?depth=0|INFO|500||Invoke
2022-12-15T13:03:05.303Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e296617e-362b-469a-b905-c4caea986b0a/model-vers/model-ver/5f3ea3cb-85ec-41c0-904d-0d642f68352e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e296617e-362b-469a-b905-c4caea986b0a/model-vers/model-ver/5f3ea3cb-85ec-41c0-904d-0d642f68352e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[df310539-85ac-490b-ae6c-b5c3131a8d0d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4b943b2c-3594-4afe-9f9e-630502602e94], X-ECOMP-RequestID=[df310539-85ac-490b-ae6c-b5c3131a8d0d], X-TransactionId=[], X-ONAP-RequestID=[df310539-85ac-490b-ae6c-b5c3131a8d0d], Content-Type=[application/merge-patch+json]}
2022-12-15T13:03:05.308Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e296617e-362b-469a-b905-c4caea986b0a/model-vers/model-ver/5f3ea3cb-85ec-41c0-904d-0d642f68352e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-15T13:03:05.520Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e296617e-362b-469a-b905-c4caea986b0a/model-vers/model-ver/5f3ea3cb-85ec-41c0-904d-0d642f68352e?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e296617e-362b-469a-b905-c4caea986b0a/model-vers/model-ver/5f3ea3cb-85ec-41c0-904d-0d642f68352e?depth=0 has http status code:200 and response headers:{date=[Thu, 15 Dec 2022 13:03:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[209], vertex-id=[196648], x-aai-txid=[1-aai-resources-221215-13:03:06:268-27313], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-15T13:03:05.520Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e296617e-362b-469a-b905-c4caea986b0a/model-vers/model-ver/5f3ea3cb-85ec-41c0-904d-0d642f68352e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-15T13:03:05.521Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e296617e-362b-469a-b905-c4caea986b0a/model-vers/model-ver/5f3ea3cb-85ec-41c0-904d-0d642f68352e?depth=0|INFO|500||InvokeReturn
2022-12-15T13:03:05.521Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-15T13:03:05.522Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|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-12-15T13:03:05.530Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|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-12-15T13:03:05.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-15T13:03:05.530Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID df310539-85ac-490b-ae6c-b5c3131a8d0d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-15T13:03:05.531Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-15T13:03:05.531Z||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-12-15T13:03:05.531Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-15T13:03:05.531Z||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 dYl1aCs77Bf5HrhG) ...
2022-12-15T13:03:05.533Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T13:03:05.533Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "df310539-85ac-490b-ae6c-b5c3131a8d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671109385531,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-15T13:03:05.568Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T13:03:05.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:03:05.569Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "aai-model-loader",
"timestamp": 1671109201448,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T13:03:05.570Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-15T13:03:05.570Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:03:05.570Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671109207425,
"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-12-15T13:03:05.577Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a
2022-12-15T13:03:05.577Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a 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-12-15T13:03:05.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:03:05.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "policy-id",
"timestamp": 1671109206782,
"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-12-15T13:03:05.601Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a
2022-12-15T13:03:05.601Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a 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-12-15T13:03:05.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:03:05.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "aai-model-loader",
"timestamp": 1671109208537,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T13:03:05.621Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T13:03:05.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:03:05.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "aai-model-loader",
"timestamp": 1671109216052,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-15T13:03:05.621Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-15T13:03:05.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-15T13:03:05.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a",
"consumerID": "aai-model-loader",
"timestamp": 1671109217054,
"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-12-15T13:03:05.630Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a
2022-12-15T13:03:05.630Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad0c2805-a8b2-42bd-9d85-d1e3b593fc4a 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=?
2022-12-15T13:03:05.633Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T13:03:05.634Z||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-12-15T13:03:05.634Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-15T13:03:05.649Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T13:03:05.650Z||pool-50-thread-1|||||INFO|500||cambria reply ok (17 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-12-15T13:03:06.555Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-15T13:03:06.556Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"dd30fbee-5a92-4bc2-8322-271d93cd7c3c","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"a00225ee-dd8b-4350-b63d-1f57bfb1aa9e","serviceDescription":"service","serviceInvariantUUID":"060664dc-a22e-47d7-b8d5-62e6eaa72a86","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"89114550-48c3-4e6e-9f20-168c16c062e2","resourceInvariantUUID":"14e36d9e-0b9d-4c82-a2c7-ba8dc29de9ad","resourceCustomizationUUID":"b5a475d5-83c9-4aaa-8b54-d58d5ce7dcb6","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":"Mjk5YTg1NWQyYzE1NmUwMWFkMTg5ZGM4OGViOTM5OWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e3d6e690-c914-4e31-9a33-73d2fc5ee3cb","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":"286679b5-33c6-4945-a2f6-8eac7913943d","artifactVersion":"2","generatedFromUUID":"e59de05a-42c5-4781-a89c-4b6a0d19243e"},{"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":"e59de05a-42c5-4781-a89c-4b6a0d19243e","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":"YWNhMTc5YTZkMDg0MWY4NzlkZmY4YzczNjRhNDEzZDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"56023286-04a5-4c01-b139-45e59f7bd94a","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":"db6fe420-426b-4baf-a46f-09a86c370ed9","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":"ad914937-8ce2-4b9c-8191-66fff3fdab47","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":"5e690036-4ba6-4283-8e45-0e0e941d5768","artifactVersion":"2","generatedFromUUID":"db6fe420-426b-4baf-a46f-09a86c370ed9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NzY3M2QzOGU5NDAxY2I5NGQwZDVjM2M2ZTAyZGE5Nzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"308f2d36-6699-45f5-b3b0-97056337bbfd","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YTIzMTU2ODY0YzZkYTQ2ZGVjZDcxYTBlNDBjMzExY2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"996dc60c-d02e-4a96-b76b-53978cea4f2c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-15T13:03:06.556Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T13:03:06.557Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-15T13:03:06.558Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T13:03:06.559Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671109308259,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:03:06.659Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T13:03:06.659Z||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-12-15T13:03:06.659Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T13:03:06.674Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T13:03:06.675Z||pool-51-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-15T13:03:07.560Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T13:03:07.561Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-15T13:03:07.563Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T13:03:07.564Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671109308259,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-12-15T13:03:07.663Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-15T13:03:07.664Z||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-12-15T13:03:07.664Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T13:03:07.679Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T13:03:07.680Z||pool-52-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-15T13:03:08.564Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T13:03:08.565Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-15T13:03:08.567Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T13:03:08.568Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671109308259,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-12-15T13:03:08.668Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T13:03:08.669Z||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-12-15T13:03:08.669Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T13:03:08.682Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T13:03:08.682Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-15T13:03:09.569Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T13:03:09.571Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-15T13:03:09.573Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T13:03:09.573Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671109308259,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-12-15T13:03:09.673Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T13:03:09.674Z||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-12-15T13:03:09.674Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T13:03:09.688Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T13:03:09.689Z||pool-54-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-15T13:03:10.573Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T13:03:10.574Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-15T13:03:10.577Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T13:03:10.577Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671109308259,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-12-15T13:03:10.677Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T13:03:10.678Z||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-12-15T13:03:10.678Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T13:03:10.691Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T13:03:10.691Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-15T13:03:11.577Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T13:03:11.578Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-15T13:03:11.580Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T13:03:11.580Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671109308259,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:03:11.680Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T13:03:11.681Z||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-12-15T13:03:11.681Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T13:03:11.695Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T13:03:11.695Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-15T13:03:12.580Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T13:03:12.581Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-15T13:03:12.583Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T13:03:12.583Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671109308259,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-12-15T13:03:12.683Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T13:03:12.684Z||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-12-15T13:03:12.684Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T13:03:12.700Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T13:03:12.700Z||pool-57-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-15T13:03:13.583Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T13:03:13.584Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-15T13:03:13.586Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T13:03:13.586Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671109308259,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-15T13:03:13.686Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T13:03:13.687Z||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-12-15T13:03:13.687Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T13:03:13.702Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T13:03:13.703Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-15T13:03:14.587Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-15T13:03:14.587Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-15T13:03:14.589Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T13:03:14.590Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671109308259,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-12-15T13:03:14.690Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T13:03:14.691Z||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-12-15T13:03:14.691Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T13:03:14.705Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T13:03:14.705Z||pool-59-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-15T13:03:15.591Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "a00225ee-dd8b-4350-b63d-1f57bfb1aa9e",
"serviceDescription": "service",
"serviceInvariantUUID": "060664dc-a22e-47d7-b8d5-62e6eaa72a86",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "b5a475d5-83c9-4aaa-8b54-d58d5ce7dcb6",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "89114550-48c3-4e6e-9f20-168c16c062e2",
"resourceInvariantUUID": "14e36d9e-0b9d-4c82-a2c7-ba8dc29de9ad",
"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": "286679b5-33c6-4945-a2f6-8eac7913943d",
"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": "e59de05a-42c5-4781-a89c-4b6a0d19243e",
"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": "YWNhMTc5YTZkMDg0MWY4NzlkZmY4YzczNjRhNDEzZDU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "56023286-04a5-4c01-b139-45e59f7bd94a",
"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": "db6fe420-426b-4baf-a46f-09a86c370ed9",
"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": "5e690036-4ba6-4283-8e45-0e0e941d5768",
"generatedFromUUID": "db6fe420-426b-4baf-a46f-09a86c370ed9"
},
"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": "5e690036-4ba6-4283-8e45-0e0e941d5768",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "YTIzMTU2ODY0YzZkYTQ2ZGVjZDcxYTBlNDBjMzExY2E\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "996dc60c-d02e-4a96-b76b-53978cea4f2c"
}
],
"workloadContext": "Production"
}
2022-12-15T13:03:15.591Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-15T13:03:15.591Z|df310539-85ac-490b-ae6c-b5c3131a8d0d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 a00225ee-dd8b-4350-b63d-1f57bfb1aa9e ASDC
2022-12-15T13:03:15.592Z|dd30fbee-5a92-4bc2-8322-271d93cd7c3c|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:dd30fbee-5a92-4bc2-8322-271d93cd7c3c
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:a00225ee-dd8b-4350-b63d-1f57bfb1aa9e
ServiceInvariantUUID:060664dc-a22e-47d7-b8d5-62e6eaa72a86
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:996dc60c-d02e-4a96-b76b-53978cea4f2c
ArtifactChecksum:YTIzMTU2ODY0YzZkYTQ2ZGVjZDcxYTBlNDBjMzExY2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:b5a475d5-83c9-4aaa-8b54-d58d5ce7dcb6
ResourceInvariantUUID:14e36d9e-0b9d-4c82-a2c7-ba8dc29de9ad
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:89114550-48c3-4e6e-9f20-168c16c062e2
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:286679b5-33c6-4945-a2f6-8eac7913943d
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:e59de05a-42c5-4781-a89c-4b6a0d19243e
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:56023286-04a5-4c01-b139-45e59f7bd94a
ArtifactChecksum:YWNhMTc5YTZkMDg0MWY4NzlkZmY4YzczNjRhNDEzZDU=
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:db6fe420-426b-4baf-a46f-09a86c370ed9
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:5e690036-4ba6-4283-8e45-0e0e941d5768
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:5e690036-4ba6-4283-8e45-0e0e941d5768
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-15T13:03:15.592Z|dd30fbee-5a92-4bc2-8322-271d93cd7c3c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a00225ee-dd8b-4350-b63d-1f57bfb1aa9e 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-12-15T13:03:15.641Z|dd30fbee-5a92-4bc2-8322-271d93cd7c3c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-15T13:03:15.642Z|dd30fbee-5a92-4bc2-8322-271d93cd7c3c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-15T13:03:15.642Z|dd30fbee-5a92-4bc2-8322-271d93cd7c3c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-15T13:03:15.642Z|dd30fbee-5a92-4bc2-8322-271d93cd7c3c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 996dc60c-d02e-4a96-b76b-53978cea4f2c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-15T13:03:15.642Z|dd30fbee-5a92-4bc2-8322-271d93cd7c3c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-15T13:03:15.642Z|dd30fbee-5a92-4bc2-8322-271d93cd7c3c|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-12-15T13:03:15.803Z|dd30fbee-5a92-4bc2-8322-271d93cd7c3c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-15T13:03:15.804Z|dd30fbee-5a92-4bc2-8322-271d93cd7c3c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 996dc60c-d02e-4a96-b76b-53978cea4f2c 73995
2022-12-15T13:03:15.804Z|dd30fbee-5a92-4bc2-8322-271d93cd7c3c|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-12-15T13:03:15.804Z|dd30fbee-5a92-4bc2-8322-271d93cd7c3c|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-12-15T13:03:15.804Z|dd30fbee-5a92-4bc2-8322-271d93cd7c3c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-15T13:03:15.805Z|dd30fbee-5a92-4bc2-8322-271d93cd7c3c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-15T13:03:15.806Z|dd30fbee-5a92-4bc2-8322-271d93cd7c3c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-15T13:03:15.807Z|dd30fbee-5a92-4bc2-8322-271d93cd7c3c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "dd30fbee-5a92-4bc2-8322-271d93cd7c3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671109395804,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-15T13:03:15.907Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-15T13:03:15.907Z||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-12-15T13:03:15.908Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dYl1aCs77Bf5HrhG) ...
2022-12-15T13:03:15.922Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-15T13:03:15.923Z||pool-60-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-15T13:03:16.807Z|dd30fbee-5a92-4bc2-8322-271d93cd7c3c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-15T13:03:16.808Z|dd30fbee-5a92-4bc2-8322-271d93cd7c3c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-15T13:03:16.808Z|dd30fbee-5a92-4bc2-8322-271d93cd7c3c|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 996dc60c-d02e-4a96-b76b-53978cea4f2c, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-15T13:03:16.809Z|dd30fbee-5a92-4bc2-8322-271d93cd7c3c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-12-15T13:03:16.809Z|dd30fbee-5a92-4bc2-8322-271d93cd7c3c|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-15T13:03:16.809Z|dd30fbee-5a92-4bc2-8322-271d93cd7c3c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-15T13:03:16.911Z|dd30fbee-5a92-4bc2-8322-271d93cd7c3c|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4524540035273300471/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-12-15T13:03:18.044Z|dd30fbee-5a92-4bc2-8322-271d93cd7c3c|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-15T13:03:18.045Z|dd30fbee-5a92-4bc2-8322-271d93cd7c3c|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-15T13:03:18.045Z|dd30fbee-5a92-4bc2-8322-271d93cd7c3c|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-15T13:03:18.045Z|dd30fbee-5a92-4bc2-8322-271d93cd7c3c|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-12-15T13:03:18.045Z|dd30fbee-5a92-4bc2-8322-271d93cd7c3c|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-12-15T13:03:18.046Z|dd30fbee-5a92-4bc2-8322-271d93cd7c3c|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-12-15T13:03:18.046Z|dd30fbee-5a92-4bc2-8322-271d93cd7c3c|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-12-15T13:03:18.046Z|dd30fbee-5a92-4bc2-8322-271d93cd7c3c|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-12-15T13:03:18.046Z|dd30fbee-5a92-4bc2-8322-271d93cd7c3c|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-15T13:03:18.046Z|dd30fbee-5a92-4bc2-8322-271d93cd7c3c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery