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-09T23:16:37.212Z||main|||||INFO|500||The following profiles are active: basic
2022-12-09T23:16:51.253Z||main|||||INFO|500||Starting service [Tomcat]
2022-12-09T23:16:51.254Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-12-09T23:16:51.386Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-12-09T23:16:55.867Z||main|||||INFO|500||catdb-pool - Starting...
2022-12-09T23:16:56.330Z||main|||||INFO|500||catdb-pool - Start completed.
2022-12-09T23:16:56.816Z||main|||||INFO|500||reqdb-pool - Starting...
2022-12-09T23:16:56.839Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-12-09T23:16:56.960Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-12-09T23:16:57.193Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-12-09T23:16:57.791Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-09T23:16:59.657Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-09T23:17:02.526Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-09T23:17:02.584Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-12-09T23:17:03.228Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-09T23:17:03.500Z||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-09T23:17:05.128Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-09T23:17:06.459Z||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-09T23:17:07.298Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2022-12-09T23:17:07.300Z||main|||||ERROR|500||(conn=1217) Table 'catalogdb.activity_spec' doesn't exist
2022-12-09T23:17:07.316Z||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-09T23:17:11.044Z||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-09T23:17:14.681Z||main|||||WARN|500||---
2022-12-09T23:17:14.681Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-12-09T23:17:14.681Z||main|||||WARN|500||---
2022-12-09T23:17:15.496Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-12-09T23:17:22.316Z||main|||||INFO|500||Started Application in 49.03 seconds (JVM running for 51.375)
2022-12-09T23:17:22.341Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-09T23:17:22.346Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-09T23:17:22.364Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-09T23:17:22.402Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-09T23:17:22.463Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 62ac2433-8cde-4eca-8321-79d9843d08ed url= /sdc/v1/artifactTypes
2022-12-09T23:17:22.467Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-12-09T23:17:22.742Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-12-09T23:17:22.771Z||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-09T23:17:22.797Z||scheduling-1|||||DEBUG|500||create keys
2022-12-09T23:17:22.806Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-12-09T23:17:23.007Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:17:23.027Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2e5acdcb-a1f8-46cc-809c-a5e684d757d9 url= /sdc/v1/registerForDistribution
2022-12-09T23:17:23.286Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2e5acdcb-a1f8-46cc-809c-a5e684d757d9 url= /sdc/v1/registerForDistribution
2022-12-09T23:17:23.287Z||scheduling-1|||||INFO|500||start DistributionClient
2022-12-09T23:17:23.295Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:17:23.297Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:17:23.307Z||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-09T23:17:23.307Z||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-09T23:17:23.307Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:17:23.307Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:17:23.310Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-12-09T23:17:34.042Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:17:34.078Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:18:23.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:18:23.296Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:18:23.297Z||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-09T23:18:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:18:23.300Z||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-09T23:18:23.300Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:18:32.938Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:18:32.970Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:19:23.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:19:23.296Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:19:23.297Z||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-09T23:19:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:19:23.298Z||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-09T23:19:23.298Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:19:32.919Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:19:32.986Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:20:23.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:20:23.296Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:20:23.297Z||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-09T23:20:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:20:23.297Z||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-09T23:20:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:20:32.878Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:20:32.888Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:21:23.293Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:21:23.295Z||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-09T23:21:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:21:23.296Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:21:23.297Z||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-09T23:21:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:21:32.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:21:32.871Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:22:23.293Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:22:23.294Z||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-09T23:22:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:22:23.296Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:22:23.296Z||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-09T23:22:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:22:32.883Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:22:32.883Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:23:23.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:23:23.296Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:23:23.297Z||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-09T23:23:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:23:23.297Z||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-09T23:23:23.298Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:23:32.878Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:23:32.902Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:24:23.293Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:24:23.295Z||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-09T23:24:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:24:23.296Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:24:23.300Z||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-09T23:24:23.300Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:24:32.873Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:24:32.880Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:25:23.293Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:25:23.295Z||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-09T23:25:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:25:23.296Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:25:23.297Z||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-09T23:25:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:25:32.886Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:25:32.888Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:26:23.296Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:26:23.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:26:23.300Z||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-09T23:26:23.300Z||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-09T23:26:23.301Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:26:23.301Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:26:32.900Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:26:32.900Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:27:23.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:27:23.296Z||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-09T23:27:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:27:23.296Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:27:23.297Z||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-09T23:27:23.298Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:27:29.427Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-09T23:27:32.873Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:27:32.883Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:28:23.293Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:28:23.294Z||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-09T23:28:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:28:23.296Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:28:23.297Z||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-09T23:28:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:28:32.873Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:28:32.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:29:23.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:29:23.300Z||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-09T23:29:23.298Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:29:23.301Z||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-09T23:29:23.301Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:29:23.303Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:29:32.905Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:29:32.908Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:30:23.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:30:23.296Z||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-09T23:30:23.296Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:30:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:30:23.296Z||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-09T23:30:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:30:32.907Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:30:32.923Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:31:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:31:23.295Z||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-09T23:31:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:31:23.296Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:31:23.297Z||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-09T23:31:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:31:32.871Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:31:32.875Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:32:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:32:23.294Z||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-09T23:32:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:32:23.296Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:32:23.297Z||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-09T23:32:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:32:32.863Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:32:32.866Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:33:23.295Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:33:23.296Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:33:23.299Z||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-09T23:33:23.299Z||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-09T23:33:23.299Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:33:23.299Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:33:32.955Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:33:32.957Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:34:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:34:23.295Z||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-09T23:34:23.296Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:34:23.296Z||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-09T23:34:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:34:23.299Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:34:32.859Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:34:32.860Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:35:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:35:23.294Z||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-09T23:35:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:35:23.297Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:35:23.297Z||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-09T23:35:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:35:32.936Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:35:32.946Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:36:23.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:36:23.296Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:36:23.297Z||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-09T23:36:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:36:23.297Z||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-09T23:36:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:36:32.861Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:36:32.874Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:37:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:37:23.295Z||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-09T23:37:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:37:23.296Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:37:23.297Z||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-09T23:37:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:37:32.886Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:37:32.892Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:38:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:38:23.294Z||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-09T23:38:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:38:23.296Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:38:23.297Z||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-09T23:38:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:38:32.872Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:38:32.920Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:39:23.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:39:23.296Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:39:23.297Z||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-09T23:39:23.297Z||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-09T23:39:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:39:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:39:32.857Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:39:32.866Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:40:23.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:40:23.295Z||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-09T23:40:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:40:23.300Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:40:23.301Z||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-09T23:40:23.301Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:40:32.864Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:40:32.917Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:41:23.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:41:23.296Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:41:23.296Z||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-09T23:41:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:41:23.296Z||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-09T23:41:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:41:32.928Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:41:32.931Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:42:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:42:23.295Z||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-09T23:42:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:42:23.296Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:42:23.297Z||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-09T23:42:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:42:32.863Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:42:32.863Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:43:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:43:23.294Z||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-09T23:43:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:43:23.296Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:43:23.297Z||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-09T23:43:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:43:32.885Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:43:32.885Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:44:23.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:44:23.297Z||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-09T23:44:23.298Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:44:23.296Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:44:23.299Z||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-09T23:44:23.299Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:44:32.939Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:44:32.948Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:45:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:45:23.294Z||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-09T23:45:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:45:23.296Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:45:23.296Z||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-09T23:45:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:45:32.879Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:45:32.879Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:46:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:46:23.294Z||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-09T23:46:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:46:23.296Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:46:23.296Z||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-09T23:46:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:46:32.871Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:46:32.872Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:47:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:47:23.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:47:23.349Z||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-09T23:47:23.349Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:47:23.350Z||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-09T23:47:23.350Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:47:32.915Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:47:32.923Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:48:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:48:23.296Z||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-09T23:48:23.296Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:48:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:48:23.297Z||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-09T23:48:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:48:32.891Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:48:32.891Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:49:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:49:23.294Z||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-09T23:49:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:49:23.296Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:49:23.296Z||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-09T23:49:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:49:32.846Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:49:32.850Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:50:23.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:50:23.295Z||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-09T23:50:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:50:23.296Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:50:23.296Z||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-09T23:50:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:50:32.884Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:50:32.884Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:51:23.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:51:23.296Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:51:23.299Z||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-09T23:51:23.299Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:51:23.299Z||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-09T23:51:23.299Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:51:32.865Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:51:32.868Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:52:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:52:23.294Z||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-09T23:52:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:52:23.296Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:52:23.297Z||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-09T23:52:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:52:32.891Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:52:32.892Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:53:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:53:23.294Z||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-09T23:53:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:53:23.296Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:53:23.296Z||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-09T23:53:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:53:32.866Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:53:32.876Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:54:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:54:23.296Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:54:23.297Z||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-09T23:54:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:54:23.298Z||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-09T23:54:23.298Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:54:32.865Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:54:32.868Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:55:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:55:23.296Z||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-09T23:55:23.296Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:55:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:55:23.296Z||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-09T23:55:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:55:32.885Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:55:32.899Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:56:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:56:23.294Z||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-09T23:56:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:56:23.296Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:56:23.297Z||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-09T23:56:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:56:32.862Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:56:32.900Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:57:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:57:23.294Z||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-09T23:57:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:57:23.296Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:57:23.296Z||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-09T23:57:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:57:32.867Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:57:32.873Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:58:23.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:58:23.296Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:58:23.297Z||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-09T23:58:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:58:23.298Z||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-09T23:58:23.298Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:58:32.858Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:58:32.911Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:59:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:59:23.294Z||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-09T23:59:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:59:23.296Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T23:59:23.296Z||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-09T23:59:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-09T23:59:32.858Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T23:59:32.863Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:00:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:00:23.294Z||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-10T00:00:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:00:23.296Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:00:23.296Z||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-10T00:00:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:00:32.855Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:00:32.860Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:01:23.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:01:23.295Z||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-10T00:01:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:01:23.296Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:01:23.296Z||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-10T00:01:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:01:32.887Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:01:32.888Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:02:23.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:02:23.296Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:02:23.297Z||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-10T00:02:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:02:23.297Z||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-10T00:02:23.299Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:02:32.853Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:02:32.853Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:03:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:03:23.295Z||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-10T00:03:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:03:23.296Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:03:23.297Z||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-10T00:03:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:03:32.852Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:03:32.892Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:04:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:04:23.295Z||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-10T00:04:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:04:23.296Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:04:23.297Z||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-10T00:04:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:04:32.864Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:04:32.867Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:05:23.295Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:05:23.296Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:05:23.297Z||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-10T00:05:23.297Z||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-10T00:05:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:05:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:05:32.858Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:05:32.864Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:06:23.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:06:23.296Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:06:23.296Z||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-10T00:06:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:06:23.297Z||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-10T00:06:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:06:32.873Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:06:32.876Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:07:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:07:23.294Z||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-10T00:07:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:07:23.296Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:07:23.296Z||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-10T00:07:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:07:32.865Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:07:32.877Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:08:23.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:08:23.296Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:08:23.297Z||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-10T00:08:23.297Z||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-10T00:08:23.298Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:08:23.309Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:08:32.920Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:08:32.920Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:09:23.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:09:23.296Z||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-10T00:09:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:09:23.296Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:09:23.297Z||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-10T00:09:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:09:32.845Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:09:32.852Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:10:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:10:23.294Z||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-10T00:10:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:10:23.296Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:10:23.297Z||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-10T00:10:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:10:32.864Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:10:32.879Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:11:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:11:23.294Z||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-10T00:11:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:11:23.296Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:11:23.296Z||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-10T00:11:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:11:32.859Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:11:32.891Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:12:23.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:12:23.296Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:12:23.298Z||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-10T00:12:23.298Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:12:23.298Z||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-10T00:12:23.299Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:12:32.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:12:32.880Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:13:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:13:23.294Z||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-10T00:13:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:13:23.296Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:13:23.297Z||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-10T00:13:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:13:32.853Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:13:32.853Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:14:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:14:23.294Z||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-10T00:14:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:14:23.296Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:14:23.296Z||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-10T00:14:23.298Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:14:32.866Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:14:32.866Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:15:23.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:15:23.295Z||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-10T00:15:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:15:23.296Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:15:23.297Z||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-10T00:15:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:15:32.882Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:15:32.895Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:16:23.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:16:23.296Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:16:23.298Z||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-10T00:16:23.298Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:16:23.299Z||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-10T00:16:23.300Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:16:32.863Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:16:32.888Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:17:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:17:23.295Z||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-10T00:17:23.296Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:17:23.297Z||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-10T00:17:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:17:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:17:32.873Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:17:32.888Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:18:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:18:23.295Z||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-10T00:18:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:18:23.296Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:18:23.297Z||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-10T00:18:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:18:32.900Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:18:32.907Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:19:23.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:19:23.296Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:19:23.298Z||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-10T00:19:23.298Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:19:23.298Z||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-10T00:19:23.298Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:19:32.874Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:19:32.886Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:20:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:20:23.295Z||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-10T00:20:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:20:23.296Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:20:23.296Z||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-10T00:20:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:20:32.880Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:20:32.884Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:21:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:21:23.295Z||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-10T00:21:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:21:23.296Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:21:23.297Z||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-10T00:21:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:21:32.879Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:21:32.908Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:22:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:22:23.294Z||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-10T00:22:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:22:23.296Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:22:23.296Z||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-10T00:22:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:22:32.892Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:22:32.892Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:23:23.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:23:23.296Z||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-10T00:23:23.296Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:23:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:23:23.296Z||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-10T00:23:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:23:32.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:23:32.880Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:24:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:24:23.294Z||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-10T00:24:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:24:23.296Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:24:23.297Z||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-10T00:24:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:24:32.897Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:24:32.903Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:25:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:25:23.295Z||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-10T00:25:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:25:23.296Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:25:23.297Z||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-10T00:25:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:25:32.856Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:25:32.874Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:26:23.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:26:23.296Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:26:23.296Z||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-10T00:26:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:26:23.296Z||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-10T00:26:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:26:32.857Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:26:32.865Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:27:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:27:23.296Z||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-10T00:27:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:27:23.296Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:27:23.296Z||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-10T00:27:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:27:32.883Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:27:32.884Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:28:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:28:23.295Z||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-10T00:28:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:28:23.297Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:28:23.297Z||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-10T00:28:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:28:32.857Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:28:32.872Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:29:23.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:29:23.296Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:29:23.296Z||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-10T00:29:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:29:23.295Z||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-10T00:29:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:29:32.876Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:29:32.886Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:30:23.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:30:23.296Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:30:23.298Z||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-10T00:30:23.298Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:30:23.298Z||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-10T00:30:23.301Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:30:32.870Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:30:32.870Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:31:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:31:23.294Z||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-10T00:31:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:31:23.296Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:31:23.297Z||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-10T00:31:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:31:32.855Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:31:32.875Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:32:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:32:23.294Z||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-10T00:32:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:32:23.296Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:32:23.296Z||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-10T00:32:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:32:32.860Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:32:32.864Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:33:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:33:23.295Z||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-10T00:33:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:33:23.296Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:33:23.297Z||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-10T00:33:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:33:32.884Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:33:32.894Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:34:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:34:23.296Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:34:23.296Z||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-10T00:34:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:34:23.297Z||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-10T00:34:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:34:32.860Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:34:32.860Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:35:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:35:23.294Z||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-10T00:35:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:35:23.296Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:35:23.296Z||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-10T00:35:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:35:32.858Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:35:32.858Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:36:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:36:23.294Z||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-10T00:36:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:36:23.296Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:36:23.297Z||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-10T00:36:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:36:32.858Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:36:32.872Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:37:23.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:37:23.296Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:37:23.297Z||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-10T00:37:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:37:23.299Z||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-10T00:37:23.299Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:37:32.859Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:37:32.874Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:38:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:38:23.294Z||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-10T00:38:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:38:23.296Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:38:23.296Z||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-10T00:38:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:38:32.884Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:38:32.890Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:39:23.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:39:23.294Z||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-10T00:39:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:39:23.296Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:39:23.296Z||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-10T00:39:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:39:32.854Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:39:32.855Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:40:23.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:40:23.294Z||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-10T00:40:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:40:23.296Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:40:23.297Z||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-10T00:40:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:40:32.864Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:40:32.907Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:41:23.294Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:41:23.296Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:41:23.298Z||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-10T00:41:23.298Z||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-10T00:41:23.298Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:41:23.298Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:41:32.865Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:41:32.872Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:42:23.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:42:23.294Z||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-10T00:42:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:42:23.296Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:42:23.296Z||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-10T00:42:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:42:32.857Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:42:32.865Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:43:23.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:43:23.295Z||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-10T00:43:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:43:23.296Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:43:23.296Z||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-10T00:43:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:43:32.863Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:43:32.863Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:44:23.295Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:44:23.296Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:44:23.297Z||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-10T00:44:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:44:23.298Z||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-10T00:44:23.298Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:44:32.866Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:44:32.874Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:45:23.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:45:23.295Z||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-10T00:45:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:45:23.296Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:45:23.297Z||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-10T00:45:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:45:32.885Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:45:32.885Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:46:23.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:46:23.294Z||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-10T00:46:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:46:23.296Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:46:23.296Z||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-10T00:46:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:46:32.857Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:46:32.880Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:47:23.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:47:23.294Z||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-10T00:47:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:47:23.296Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:47:23.297Z||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-10T00:47:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:47:32.873Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:47:32.875Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:48:23.295Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:48:23.298Z||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-10T00:48:23.298Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:48:23.301Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:48:23.301Z||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-10T00:48:23.301Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:48:32.873Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:48:32.873Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:49:23.294Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:49:23.295Z||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-10T00:49:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:49:23.296Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:49:23.296Z||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-10T00:49:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:49:32.857Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:49:32.866Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:50:23.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:50:23.294Z||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-10T00:50:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:50:23.296Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:50:23.296Z||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-10T00:50:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:50:32.854Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:50:32.874Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:51:23.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:51:23.295Z||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-10T00:51:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:51:23.296Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:51:23.296Z||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-10T00:51:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:51:32.860Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:51:32.882Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:52:23.294Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:52:23.296Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:52:23.298Z||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-10T00:52:23.298Z||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-10T00:52:23.298Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:52:23.298Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:52:32.879Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:52:32.879Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:53:23.294Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:53:23.295Z||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-10T00:53:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:53:23.296Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:53:23.296Z||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-10T00:53:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:53:32.874Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:53:32.885Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:54:23.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:54:23.294Z||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-10T00:54:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:54:23.296Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:54:23.296Z||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-10T00:54:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:54:32.854Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:54:32.859Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:55:23.294Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:55:23.296Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:55:23.296Z||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-10T00:55:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:55:23.297Z||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-10T00:55:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:55:32.861Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:55:32.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:56:23.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:56:23.295Z||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-10T00:56:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:56:23.296Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:56:23.296Z||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-10T00:56:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:56:32.873Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:56:32.874Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:57:23.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:57:23.295Z||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-10T00:57:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:57:23.296Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:57:23.296Z||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-10T00:57:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:57:32.855Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:57:32.855Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:58:23.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:58:23.294Z||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-10T00:58:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:58:23.296Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:58:23.297Z||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-10T00:58:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:58:32.858Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:58:32.862Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:59:23.297Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:59:23.297Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T00:59:23.300Z||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-10T00:59:23.300Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:59:23.300Z||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-10T00:59:23.301Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T00:59:32.921Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T00:59:32.922Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:00:23.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:00:23.296Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:00:23.297Z||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-10T01:00:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:00:23.298Z||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-10T01:00:23.298Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:00:32.875Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:00:32.890Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:01:23.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:01:23.294Z||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-10T01:01:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:01:23.296Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:01:23.296Z||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-10T01:01:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:01:32.890Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:01:32.893Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:02:23.294Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:02:23.296Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:02:23.297Z||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-10T01:02:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:02:23.298Z||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-10T01:02:23.298Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:02:32.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:02:32.896Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:03:23.294Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:03:23.296Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:03:23.296Z||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-10T01:03:23.297Z||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-10T01:03:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:03:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:03:32.876Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:03:32.885Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:04:23.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:04:23.294Z||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-10T01:04:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:04:23.296Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:04:23.296Z||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-10T01:04:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:04:32.865Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:04:32.870Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:05:23.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:05:23.294Z||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-10T01:05:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:05:23.296Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:05:23.296Z||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-10T01:05:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:05:32.858Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:05:32.875Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:06:23.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:06:23.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:06:23.300Z||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-10T01:06:23.300Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:06:23.303Z||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-10T01:06:23.303Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:06:32.875Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:06:32.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:07:23.293Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:07:23.294Z||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-10T01:07:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:07:23.296Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:07:23.297Z||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-10T01:07:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:07:32.866Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:07:32.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:08:23.293Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:08:23.294Z||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-10T01:08:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:08:23.296Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:08:23.296Z||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-10T01:08:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:08:32.888Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:08:32.889Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:09:23.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:09:23.295Z||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-10T01:09:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:09:23.296Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:09:23.296Z||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-10T01:09:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:09:32.856Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:09:32.860Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:10:23.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:10:23.296Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:10:23.297Z||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-10T01:10:23.297Z||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-10T01:10:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:10:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:10:32.888Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:10:32.913Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:11:23.293Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:11:23.295Z||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-10T01:11:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:11:23.296Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:11:23.296Z||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-10T01:11:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:11:32.905Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:11:32.911Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:12:23.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:12:23.296Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:12:23.296Z||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-10T01:12:23.296Z||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-10T01:12:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:12:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:12:32.871Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:12:32.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:13:23.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:13:23.296Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:13:23.297Z||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-10T01:13:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:13:23.301Z||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-10T01:13:23.301Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:13:32.859Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:13:32.881Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:14:23.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:14:23.296Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:14:23.297Z||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-10T01:14:23.297Z||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-10T01:14:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:14:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:14:32.896Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:14:32.913Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:15:23.293Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:15:23.294Z||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-10T01:15:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:15:23.296Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:15:23.296Z||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-10T01:15:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:15:32.866Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:15:32.874Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:16:23.293Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:16:23.294Z||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-10T01:16:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:16:23.296Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:16:23.296Z||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-10T01:16:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:16:32.895Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:16:32.906Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:17:23.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:17:23.296Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:17:23.298Z||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-10T01:17:23.298Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T01:17:23.299Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:17:23.298Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:17:32.871Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:17:32.878Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:18:23.293Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:18:23.294Z||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-10T01:18:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:18:23.296Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:18:23.296Z||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-10T01:18:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:18:32.869Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:18:32.910Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:19:23.293Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:19:23.294Z||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-10T01:19:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:19:23.296Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:19:23.297Z||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-10T01:19:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:19:32.854Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:19:32.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:20:23.293Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:20:23.294Z||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-10T01:20:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:20:23.296Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:20:23.296Z||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-10T01:20:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:20:32.860Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:20:32.860Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:21:23.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:21:23.295Z||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-10T01:21:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:21:23.296Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:21:23.296Z||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-10T01:21:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:21:32.903Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:21:32.908Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:22:23.293Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:22:23.295Z||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-10T01:22:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:22:23.296Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:22:23.297Z||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-10T01:22:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:22:32.868Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:22:32.870Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:23:23.293Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:23:23.295Z||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-10T01:23:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:23:23.296Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:23:23.296Z||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-10T01:23:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:23:32.867Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:23:32.870Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:24:23.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:24:23.296Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:24:23.298Z||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-10T01:24:23.298Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T01:24:23.298Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:24:23.298Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:24:32.868Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:24:32.870Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:25:23.293Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:25:23.295Z||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-10T01:25:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:25:23.296Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:25:23.296Z||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-10T01:25:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:25:32.889Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:25:32.898Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:26:23.293Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:26:23.294Z||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-10T01:26:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:26:23.296Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:26:23.297Z||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-10T01:26:23.298Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:26:32.856Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:26:32.857Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:27:23.293Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:27:23.294Z||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-10T01:27:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:27:23.296Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:27:23.296Z||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-10T01:27:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:27:32.854Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:27:32.862Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:28:23.297Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:28:23.297Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:28:23.299Z||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-10T01:28:23.299Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:28:23.299Z||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-10T01:28:23.299Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:28:32.869Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:28:32.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:29:23.293Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:29:23.294Z||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-10T01:29:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:29:23.296Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:29:23.296Z||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-10T01:29:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:29:32.857Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:29:32.861Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:30:23.293Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:30:23.294Z||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-10T01:30:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:30:23.296Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:30:23.296Z||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-10T01:30:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:30:32.866Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:30:32.866Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:31:23.293Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:31:23.295Z||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-10T01:31:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:31:23.296Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:31:23.297Z||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-10T01:31:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:31:32.845Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:31:32.853Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:32:23.293Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:32:23.295Z||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-10T01:32:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:32:23.296Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:32:23.296Z||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-10T01:32:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:32:32.864Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:32:32.869Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:33:23.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:33:23.295Z||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-10T01:33:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:33:23.296Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:33:23.297Z||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-10T01:33:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:33:32.886Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:33:32.886Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:34:23.293Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:34:23.294Z||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-10T01:34:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:34:23.296Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:34:23.296Z||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-10T01:34:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:34:32.871Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:34:32.874Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:35:23.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:35:23.296Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:35:23.297Z||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-10T01:35:23.297Z||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-10T01:35:23.298Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:35:23.298Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:35:32.874Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:35:32.874Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:36:23.293Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:36:23.294Z||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-10T01:36:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:36:23.296Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:36:23.296Z||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-10T01:36:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:36:32.889Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:36:32.902Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:37:23.293Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:37:23.294Z||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-10T01:37:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:37:23.296Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:37:23.296Z||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-10T01:37:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:37:23.926Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:37:23.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-10T01:37:23.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"63503ef8-909d-4d16-af53-311cd041d3af","serviceName":"vFW 2022-12-10 01-35-32","serviceVersion":"1.0","serviceUUID":"29f04e56-dd8e-4be5-8bea-29b02b3bc447","serviceDescription":"catalog service description","serviceInvariantUUID":"5162ccea-f2e2-4a88-bbb2-1e58d3477471","resources":[{"resourceInstanceName":"vFW 3cfe607f-5af2 0","resourceName":"vFW 3cfe607f-5af2","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e98993de-691b-4a25-93a5-53a8fc445d41","resourceInvariantUUID":"44f0adf1-7377-421a-a1a3-be6e7dd74ac1","resourceCustomizationUUID":"2d9ba61f-39ac-43f4-aeb7-f66fa7a94cba","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/vf-license-model.xml","artifactChecksum":"Njk3YmFkODE4YTc4MDU4OTNmODcxNmVkYzIzM2Y1Nzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"926ef23d-91bb-4128-b602-0b02e89f02e1","artifactVersion":"1"},{"artifactName":"vfw3cfe607f5af20_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/vfw3cfe607f5af20_modules.json","artifactChecksum":"ODczNTJmYzBhZjI0ZDhhOTJkZTU1ZjNjOWEzODY4ODI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"062970a2-9b44-4ad5-a2ac-73d815b95439","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"42832cb4-8b4e-4495-8281-9532167a8883","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/vendor-license-model.xml","artifactChecksum":"M2E2ZjliOWVhMDM5MTMyZDA4NTE2NzExMmZlNmRlMzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f897083f-8970-4126-85b9-6c0b3b4ecfe9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"63a3faa1-9d50-4b14-b2df-e275c52e99e8","artifactVersion":"2","generatedFromUUID":"42832cb4-8b4e-4495-8281-9532167a8883"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221210013532-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221210013532/1.0/artifacts/service-Vfw20221210013532-template.yml","artifactChecksum":"ODk4MjU5YjRiYTdhM2IwZWNiODkyN2E5M2U5OGMzYmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bfdc9341-8151-43cf-a228-c3256d630fe1","artifactVersion":"1"},{"artifactName":"service-Vfw20221210013532-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221210013532/1.0/artifacts/service-Vfw20221210013532-csar.csar","artifactChecksum":"MTZkOGU4YWI2ZDZjNjhlMzM5YWIxMDU4ZGIyYzI1YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f7b5d578-7ad6-44fa-aced-1e89bebb4fdd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-10T01:37:23.950Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T01:37:23.959Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:37:23.959Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-10T01:37:23.962Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:23.963Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "multicloud-k8s",
"timestamp": 1670636197139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:37:23.975Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T01:37:23.975Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636243293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:37:23.995Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:37:23.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:23.996Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "aai-model-loader",
"timestamp": 1670636190093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:37:23.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:37:23.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:23.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "cds-sdc-listener",
"timestamp": 1670636169469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:37:23.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:37:23.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:23.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "policy-id",
"timestamp": 1670636205383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:37:23.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:37:23.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:23.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "cds-sdc-listener",
"timestamp": 1670636169469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/vfw3cfe607f5af20_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:37:24.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:37:24.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "aai-model-loader",
"timestamp": 1670636190093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/vfw3cfe607f5af20_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:37:24.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:37:24.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "multicloud-k8s",
"timestamp": 1670636197139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/vfw3cfe607f5af20_modules.json",
"status": "NOTIFIED"
}
2022-12-10T01:37:24.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:37:24.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "policy-id",
"timestamp": 1670636205383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/vfw3cfe607f5af20_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:37:24.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:37:24.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "cds-sdc-listener",
"timestamp": 1670636169469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:37:24.004Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:37:24.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "multicloud-k8s",
"timestamp": 1670636197139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-10T01:37:24.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:37:24.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "aai-model-loader",
"timestamp": 1670636190093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:37:24.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:37:24.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "policy-id",
"timestamp": 1670636205383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-10T01:37:24.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:37:24.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "cds-sdc-listener",
"timestamp": 1670636169469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:37:24.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:37:24.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "multicloud-k8s",
"timestamp": 1670636197139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:37:24.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:37:24.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "aai-model-loader",
"timestamp": 1670636190093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:37:24.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:37:24.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "policy-id",
"timestamp": 1670636205383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:37:24.015Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:37:24.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "cds-sdc-listener",
"timestamp": 1670636169469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:37:24.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:37:24.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "multicloud-k8s",
"timestamp": 1670636197139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-10T01:37:24.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:37:24.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "aai-model-loader",
"timestamp": 1670636190093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:37:24.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:37:24.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "policy-id",
"timestamp": 1670636205383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:37:24.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:37:24.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "cds-sdc-listener",
"timestamp": 1670636169469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/artifacts/service-Vfw20221210013532-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:37:24.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:37:24.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "multicloud-k8s",
"timestamp": 1670636197139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/artifacts/service-Vfw20221210013532-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:37:24.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:37:24.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "aai-model-loader",
"timestamp": 1670636190093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/artifacts/service-Vfw20221210013532-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:37:24.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:37:24.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "policy-id",
"timestamp": 1670636205383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/artifacts/service-Vfw20221210013532-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:37:24.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:37:24.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "cds-sdc-listener",
"timestamp": 1670636169469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/artifacts/service-Vfw20221210013532-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T01:37:24.029Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:37:24.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "multicloud-k8s",
"timestamp": 1670636197139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/artifacts/service-Vfw20221210013532-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T01:37:24.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:37:24.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "aai-model-loader",
"timestamp": 1670636190093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/artifacts/service-Vfw20221210013532-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T01:37:24.031Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:37:24.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "policy-id",
"timestamp": 1670636205383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/artifacts/service-Vfw20221210013532-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T01:37:24.031Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:37:24.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670636212739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:37:24.032Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:37:24.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "multicloud-k8s",
"timestamp": 1670636212069,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/vfw3cfe607f5af20_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-10T01:37:24.034Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:37:24.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "cds-sdc-listener",
"timestamp": 1670636212498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/artifacts/service-Vfw20221210013532-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T01:37:24.036Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:37:24.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "aai-model-loader",
"timestamp": 1670636213708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/artifacts/service-Vfw20221210013532-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T01:37:24.037Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:37:24.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "policy-id",
"timestamp": 1670636213431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/artifacts/service-Vfw20221210013532-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T01:37:24.039Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:37:24.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670636212739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/vfw3cfe607f5af20_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:37:24.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:37:24.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "multicloud-k8s",
"timestamp": 1670636213163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-10T01:37:24.042Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:37:24.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "policy-id",
"timestamp": 1670636214450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/artifacts/service-Vfw20221210013532-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-10T01:37:24.043Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:37:24.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670636212739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:37:24.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:37:24.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "multicloud-k8s",
"timestamp": 1670636214249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-10T01:37:24.045Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:37:24.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "policy-id",
"timestamp": 1670636215455,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2022-12-10T01:37:24.081Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T01:37:24.087Z||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-10T01:37:24.087Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T01:37:24.117Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:37:24.119Z||pool-3-thread-1|||||INFO|500||cambria reply ok (32 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-10T01:37:24.233Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 63503ef8-909d-4d16-af53-311cd041d3af
2022-12-10T01:37:24.256Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63503ef8-909d-4d16-af53-311cd041d3af 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-10T01:37:24.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670636212739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:37:24.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:37:24.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "multicloud-k8s",
"timestamp": 1670636215350,
"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-10T01:37:24.302Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 63503ef8-909d-4d16-af53-311cd041d3af
2022-12-10T01:37:24.303Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63503ef8-909d-4d16-af53-311cd041d3af 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-10T01:37:24.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.318Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670636212739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:37:24.319Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:37:24.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "multicloud-k8s",
"timestamp": 1670636216353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/vfw3cfe607f5af20_modules.json",
"status": "DEPLOY_OK"
}
2022-12-10T01:37:24.320Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:37:24.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670636212739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/artifacts/service-Vfw20221210013532-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:37:24.321Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:37:24.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670636212739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/artifacts/service-Vfw20221210013532-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T01:37:24.322Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:37:24.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670636220641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/artifacts/service-Vfw20221210013532-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T01:37:24.323Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:37:24.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670636226797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/artifacts/service-Vfw20221210013532-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-10T01:37:24.324Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:37:24.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.324Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670636227802,
"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-10T01:37:24.333Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 63503ef8-909d-4d16-af53-311cd041d3af
2022-12-10T01:37:24.334Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63503ef8-909d-4d16-af53-311cd041d3af 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-10T01:37:24.350Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "aai-model-loader",
"timestamp": 1670636231898,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/artifacts/service-Vfw20221210013532-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-10T01:37:24.351Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:37:24.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:37:24.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "aai-model-loader",
"timestamp": 1670636232903,
"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-10T01:37:24.362Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 63503ef8-909d-4d16-af53-311cd041d3af
2022-12-10T01:37:24.362Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63503ef8-909d-4d16-af53-311cd041d3af 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-10T01:37:24.984Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T01:37:24.985Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-10T01:37:24.987Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T01:37:24.987Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636243293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/vfw3cfe607f5af20_modules.json",
"status": "NOTIFIED"
}
2022-12-10T01:37:25.088Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-10T01:37:25.089Z||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-10T01:37:25.089Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:37:25.110Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:37:25.111Z||pool-4-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-12-10T01:37:25.988Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T01:37:25.989Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-10T01:37:25.991Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T01:37:25.991Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636243293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-10T01:37:26.095Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-10T01:37:26.096Z||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-10T01:37:26.096Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:37:26.114Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:37:26.115Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-10T01:37:26.992Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T01:37:26.993Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-10T01:37:26.995Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T01:37:26.995Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636243293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:37:27.095Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T01:37:27.096Z||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-10T01:37:27.097Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:37:27.115Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:37:27.116Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-10T01:37:27.996Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T01:37:27.997Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-10T01:37:27.999Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T01:37:27.999Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636243293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-10T01:37:28.099Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T01:37:28.101Z||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-10T01:37:28.101Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:37:28.116Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:37:28.116Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-10T01:37:29.000Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T01:37:29.000Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-10T01:37:29.002Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T01:37:29.003Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636243293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/artifacts/service-Vfw20221210013532-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:37:29.103Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T01:37:29.104Z||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-10T01:37:29.105Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:37:29.120Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:37:29.121Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-10T01:37:30.003Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T01:37:30.004Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-10T01:37:30.006Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T01:37:30.006Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636243293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/artifacts/service-Vfw20221210013532-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T01:37:30.107Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T01:37:30.108Z||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-10T01:37:30.109Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:37:30.137Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:37:30.138Z||pool-9-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-12-10T01:37:31.009Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"serviceName": "vFW 2022-12-10 01-35-32",
"serviceVersion": "1.0",
"serviceUUID": "29f04e56-dd8e-4be5-8bea-29b02b3bc447",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "5162ccea-f2e2-4a88-bbb2-1e58d3477471",
"resources": [
{
"resourceInstanceName": "vFW 3cfe607f-5af2 0",
"resourceCustomizationUUID": "2d9ba61f-39ac-43f4-aeb7-f66fa7a94cba",
"resourceName": "vFW 3cfe607f-5af2",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e98993de-691b-4a25-93a5-53a8fc445d41",
"resourceInvariantUUID": "44f0adf1-7377-421a-a1a3-be6e7dd74ac1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw3cfe607f5af20_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/vfw3cfe607f5af20_modules.json",
"artifactChecksum": "ODczNTJmYzBhZjI0ZDhhOTJkZTU1ZjNjOWEzODY4ODI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "062970a2-9b44-4ad5-a2ac-73d815b95439",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "42832cb4-8b4e-4495-8281-9532167a8883",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "63a3faa1-9d50-4b14-b2df-e275c52e99e8",
"generatedFromUUID": "42832cb4-8b4e-4495-8281-9532167a8883"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "63a3faa1-9d50-4b14-b2df-e275c52e99e8",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221210013532-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/artifacts/service-Vfw20221210013532-csar.csar",
"artifactChecksum": "MTZkOGU4YWI2ZDZjNjhlMzM5YWIxMDU4ZGIyYzI1YzU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f7b5d578-7ad6-44fa-aced-1e89bebb4fdd"
}
],
"workloadContext": "Production"
}
2022-12-10T01:37:31.010Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-10T01:37:31.011Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 29f04e56-dd8e-4be5-8bea-29b02b3bc447 ASDC
2022-12-10T01:37:31.130Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:63503ef8-909d-4d16-af53-311cd041d3af
ServiceName:vFW 2022-12-10 01-35-32
ServiceVersion:1.0
ServiceUUID:29f04e56-dd8e-4be5-8bea-29b02b3bc447
ServiceInvariantUUID:5162ccea-f2e2-4a88-bbb2-1e58d3477471
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221210013532-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221210013532/1.0/artifacts/service-Vfw20221210013532-csar.csar
ArtifactUUID:f7b5d578-7ad6-44fa-aced-1e89bebb4fdd
ArtifactChecksum:MTZkOGU4YWI2ZDZjNjhlMzM5YWIxMDU4ZGIyYzI1YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3cfe607f-5af2 0
ResourceCustomizationUUID:2d9ba61f-39ac-43f4-aeb7-f66fa7a94cba
ResourceInvariantUUID:44f0adf1-7377-421a-a1a3-be6e7dd74ac1
ResourceName:vFW 3cfe607f-5af2
ResourceType:VF
ResourceUUID:e98993de-691b-4a25-93a5-53a8fc445d41
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3cfe607f5af20_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/vfw3cfe607f5af20_modules.json
ArtifactUUID:062970a2-9b44-4ad5-a2ac-73d815b95439
ArtifactChecksum:ODczNTJmYzBhZjI0ZDhhOTJkZTU1ZjNjOWEzODY4ODI=
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/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.yaml
ArtifactUUID:42832cb4-8b4e-4495-8281-9532167a8883
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/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.env
ArtifactUUID:63a3faa1-9d50-4b14-b2df-e275c52e99e8
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/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.env
ArtifactUUID:63a3faa1-9d50-4b14-b2df-e275c52e99e8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-10T01:37:31.131Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 29f04e56-dd8e-4be5-8bea-29b02b3bc447 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-10T01:37:31.198Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-10T01:37:31.199Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-10T01:37:31.201Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-10T01:37:31.201Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f7b5d578-7ad6-44fa-aced-1e89bebb4fdd from URL: /sdc/v1/catalog/services/Vfw20221210013532/1.0/artifacts/service-Vfw20221210013532-csar.csar
2022-12-10T01:37:31.201Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-10T01:37:31.203Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221210013532/1.0/artifacts/service-Vfw20221210013532-csar.csar
2022-12-10T01:37:31.291Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-10T01:37:31.303Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221210013532/1.0/artifacts/service-Vfw20221210013532-csar.csar f7b5d578-7ad6-44fa-aced-1e89bebb4fdd 101468
2022-12-10T01:37:31.305Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221210013532/1.0/artifacts/service-Vfw20221210013532-csar.csar ASDC sendASDCNotification
2022-12-10T01:37:31.305Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221210013532/1.0/artifacts/service-Vfw20221210013532-csar.csar
2022-12-10T01:37:31.306Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-10T01:37:31.307Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-10T01:37:31.308Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T01:37:31.309Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636251303,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/artifacts/service-Vfw20221210013532-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T01:37:31.409Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T01:37:31.410Z||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-10T01:37:31.411Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:37:31.431Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:37:31.432Z||pool-10-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-10T01:37:32.309Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-10T01:37:32.310Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-10T01:37:32.311Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: f7b5d578-7ad6-44fa-aced-1e89bebb4fdd, URL: /sdc/v1/catalog/services/Vfw20221210013532/1.0/artifacts/service-Vfw20221210013532-csar.csar to file: /app/ASDC/1/service-Vfw20221210013532-csar.csar
2022-12-10T01:37:32.312Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221210013532-csar.csar
2022-12-10T01:37:32.392Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221210013532-csar.csar
2022-12-10T01:37:32.393Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221210013532-csar.csar
2022-12-10T01:37:33.117Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14750432591581117531/Definitions/service-Vfw20221210013532-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-10T01:37:36.251Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-10T01:37:36.258Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-10T01:37:36.258Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221210013532-csar.csar
2022-12-10T01:37:36.258Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-10T01:37:36.259Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221210013532-csar.csar
2022-12-10T01:37:36.259Z|63503ef8-909d-4d16-af53-311cd041d3af|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-Vfw20221210013532-csar.csar
2022-12-10T01:37:36.259Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3cfe607f-5af2 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-Vfw20221210013532-csar.csar
2022-12-10T01:37:36.259Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||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-Vfw20221210013532-csar.csar
2022-12-10T01:37:36.259Z|63503ef8-909d-4d16-af53-311cd041d3af|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-Vfw20221210013532-csar.csar
2022-12-10T01:37:36.260Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221210013532-csar.csar
2022-12-10T01:37:36.260Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221210013532-csar.csar
2022-12-10T01:37:36.260Z|63503ef8-909d-4d16-af53-311cd041d3af|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-Vfw20221210013532-csar.csar
2022-12-10T01:37:36.261Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221210013532-csar.csar
2022-12-10T01:37:36.261Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221210013532-csar.csar
2022-12-10T01:37:36.262Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221210013532-csar.csar
2022-12-10T01:37:36.262Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-10T01:37:36.269Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:37:36.271Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-10 01-35-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:37:36.276Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vFW 3cfe607f-5af2 0 is matching search criteria
2022-12-10T01:37:36.277Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-10T01:37:36.278Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3cfe607f-5af2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-10T01:37:36.280Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:37:36.281Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-10 01-35-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:37:36.281Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vFW 3cfe607f-5af2 0 is matching search criteria
2022-12-10T01:37:36.281Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-10T01:37:36.281Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3cfe607f-5af2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-10T01:37:36.282Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:37:36.282Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-10 01-35-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:37:36.287Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:37:36.287Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vFW 3cfe607f-5af2 0 is not matching search criteria
2022-12-10T01:37:36.287Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-10T01:37:36.288Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-10T01:37:36.288Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-10T01:37:36.288Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-10T01:37:36.288Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-10T01:37:36.288Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-10T01:37:36.289Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-10T01:37:36.289Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-10T01:37:36.289Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-10T01:37:36.289Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-10T01:37:36.289Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-10T01:37:36.290Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-10T01:37:36.290Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-10T01:37:36.290Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-10T01:37:36.290Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-10T01:37:36.290Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-10T01:37:36.291Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:37:36.291Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-10 01-35-32 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-10T01:37:36.292Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:37:36.293Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vFW 3cfe607f-5af2 0 is matching search criteria
2022-12-10T01:37:36.293Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3cfe607f-5af2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-10T01:37:36.293Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:37:36.294Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vFW 3cfe607f-5af2 0 is matching search criteria
2022-12-10T01:37:36.294Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3cfe607f-5af2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-10T01:37:36.294Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:37:36.294Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vFW 3cfe607f-5af2 0 is matching search criteria
2022-12-10T01:37:36.294Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3cfe607f-5af2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-10T01:37:36.295Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:37:36.295Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vFW 3cfe607f-5af2 0 is not matching search criteria
2022-12-10T01:37:36.295Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-10T01:37:36.295Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-10T01:37:36.296Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-10T01:37:36.296Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-10T01:37:36.296Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-10T01:37:36.296Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-10T01:37:36.296Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-10T01:37:36.297Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-10T01:37:36.297Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-10T01:37:36.297Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-10T01:37:36.297Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-10T01:37:36.297Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=dd6b82eb-f840-4d60-b651-5d1621e5221c
2022-12-10T01:37:36.298Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:37:36.298Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vFW 3cfe607f-5af2 0 is not matching search criteria
2022-12-10T01:37:36.298Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-10T01:37:36.298Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-10T01:37:36.300Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-10T01:37:36.300Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-10T01:37:36.300Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-10T01:37:36.301Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-10T01:37:36.301Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-10T01:37:36.301Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-10T01:37:36.301Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-10T01:37:36.301Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-10T01:37:36.301Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-10T01:37:36.302Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-10T01:37:36.302Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=af20365b-08da-4dc9-8955-e687a6fb463b
2022-12-10T01:37:36.302Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:37:36.302Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vFW 3cfe607f-5af2 0 is not matching search criteria
2022-12-10T01:37:36.303Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-10T01:37:36.303Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-10T01:37:36.303Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-10T01:37:36.303Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-10T01:37:36.303Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-10T01:37:36.304Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-10T01:37:36.304Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-10T01:37:36.304Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-10T01:37:36.304Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-10T01:37:36.305Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-10T01:37:36.305Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-10T01:37:36.305Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-10T01:37:36.305Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6627f647-ed5a-4697-a118-dd64d3c4973d
2022-12-10T01:37:36.305Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:37:36.306Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-10 01-35-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:37:36.306Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:37:36.306Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-10 01-35-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:37:36.306Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:37:36.306Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-10 01-35-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:37:36.307Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:37:36.307Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-10 01-35-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:37:36.307Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-12-10 01-35-32
Description:catalog service description
Model UUID:29f04e56-dd8e-4be5-8bea-29b02b3bc447
Model Version:NULL
Model InvariantUuid:5162ccea-f2e2-4a88-bbb2-1e58d3477471
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 3cfe607f-5af2
Model UUID:21a9acdc-df85-4ed9-98ba-75dbf5aa07db
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:44f0adf1-7377-421a-a1a3-be6e7dd74ac1
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2d9ba61f-39ac-43f4-aeb7-f66fa7a94cba
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:7ce1f3a6-c5c3-49ff-9325-f0a84f25529d
ModelName:Vfw3cfe607f5af2..base_vfw..module-0
ModelUuid:0dc00145-b61d-4f1d-a99e-e4b0535c2889
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:dd6b82eb-f840-4d60-b651-5d1621e5221c
ModelInvariantUuid:75f8ac62-cd79-4426-9bca-50f14bb48562
ModelName:vFW 3cfe607f-5af2-nodes.vfwCvfc
ModelUuid:58588ebd-4ff9-4a2a-9d2e-e4a848b80de0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:b5d710fa-7858-4d0d-ac30-06943b524472
ModelInvariantUuid:20a98f79-5b9a-4bdc-b59b-32e26d044c17
ModelName:Vfw3cfe607f5af2.compute.nodes.heat.vfw
ModelUuid:8d40ac8e-92f6-4a54-ad9f-f12cb4189848
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:af20365b-08da-4dc9-8955-e687a6fb463b
ModelInvariantUuid:8e7d1728-9bda-46c7-b5c6-493b8fa98a4f
ModelName:vFW 3cfe607f-5af2-nodes.vsnCvfc
ModelUuid:7aa47d0b-0535-424a-9b6e-c7816654ec9d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:e04f3f13-fa7b-4e53-bc4d-be96459269a3
ModelInvariantUuid:e5dd5c8e-9af2-4316-b238-5e6d7f02f689
ModelName:Vfw3cfe607f5af2.compute.nodes.heat.vsn
ModelUuid:d3889e50-e682-45aa-9c71-707d8b190627
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:6627f647-ed5a-4697-a118-dd64d3c4973d
ModelInvariantUuid:88f9607c-5e9c-4ee9-89bb-b022220a1f92
ModelName:vFW 3cfe607f-5af2-nodes.vpgCvfc
ModelUuid:74779a9a-503f-4833-a54b-905776ee6b53
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:b64ead9f-86b2-4023-b227-98f824d6d5a9
ModelInvariantUuid:0f7e4ef0-8051-46a9-bba3-bc34d724c800
ModelName:Vfw3cfe607f5af2.compute.nodes.heat.vpg
ModelUuid:17767feb-4298-4bcb-be50-25c7d065916f
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-10T01:37:36.332Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: e98993de-691b-4a25-93a5-53a8fc445d41
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-10T01:37:36.402Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||vFW 3cfe607f-5af2 0
2022-12-10T01:37:36.409Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e98993de-691b-4a25-93a5-53a8fc445d41
2022-12-10T01:37:36.409Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 062970a2-9b44-4ad5-a2ac-73d815b95439 from URL: /sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/vfw3cfe607f5af20_modules.json
2022-12-10T01:37:36.410Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-10T01:37:36.410Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/vfw3cfe607f5af20_modules.json
2022-12-10T01:37:36.505Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-10T01:37:36.506Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/vfw3cfe607f5af20_modules.json 062970a2-9b44-4ad5-a2ac-73d815b95439 785
2022-12-10T01:37:36.507Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/vfw3cfe607f5af20_modules.json ASDC sendASDCNotification
2022-12-10T01:37:36.507Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/vfw3cfe607f5af20_modules.json
2022-12-10T01:37:36.507Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-10T01:37:36.508Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-10T01:37:36.510Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T01:37:36.511Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636256507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/vfw3cfe607f5af20_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-10T01:37:36.610Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-10T01:37:36.611Z||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-10T01:37:36.612Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:37:36.667Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:37:36.668Z||pool-11-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-12-10T01:37:37.513Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3cfe607f5af2..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7ce1f3a6-c5c3-49ff-9325-f0a84f25529d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0dc00145-b61d-4f1d-a99e-e4b0535c2889",
"vfModuleModelCustomizationUUID": "d83c4538-279f-4879-92c5-51444f858a4f",
"isBase": true,
"artifacts": [
"42832cb4-8b4e-4495-8281-9532167a8883",
"63a3faa1-9d50-4b14-b2df-e275c52e99e8"
],
"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-10T01:37:37.530Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3cfe607f5af2..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0dc00145-b61d-4f1d-a99e-e4b0535c2889
VfModuleModelInvariantUUID:7ce1f3a6-c5c3-49ff-9325-f0a84f25529d
VfModuleModelDescription:NULL
Artifacts UUID List:{
42832cb4-8b4e-4495-8281-9532167a8883
,
63a3faa1-9d50-4b14-b2df-e275c52e99e8
}
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-10T01:37:37.534Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3cfe607f5af2..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7ce1f3a6-c5c3-49ff-9325-f0a84f25529d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0dc00145-b61d-4f1d-a99e-e4b0535c2889",
"vfModuleModelCustomizationUUID": "d83c4538-279f-4879-92c5-51444f858a4f",
"isBase": true,
"artifacts": [
"42832cb4-8b4e-4495-8281-9532167a8883",
"63a3faa1-9d50-4b14-b2df-e275c52e99e8"
],
"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-10T01:37:37.534Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3cfe607f5af2..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0dc00145-b61d-4f1d-a99e-e4b0535c2889
VfModuleModelInvariantUUID:7ce1f3a6-c5c3-49ff-9325-f0a84f25529d
VfModuleModelDescription:NULL
Artifacts UUID List:{
42832cb4-8b4e-4495-8281-9532167a8883
,
63a3faa1-9d50-4b14-b2df-e275c52e99e8
}
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-10T01:37:37.535Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 42832cb4-8b4e-4495-8281-9532167a8883 from URL: /sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.yaml
2022-12-10T01:37:37.535Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-10T01:37:37.535Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.yaml
2022-12-10T01:37:37.688Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-10T01:37:37.689Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.yaml 42832cb4-8b4e-4495-8281-9532167a8883 20368
2022-12-10T01:37:37.689Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-10T01:37:37.689Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.yaml
2022-12-10T01:37:37.690Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-10T01:37:37.690Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-10T01:37:37.693Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T01:37:37.694Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636257689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-10T01:37:37.794Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T01:37:37.795Z||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-10T01:37:37.795Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:37:37.826Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:37:37.827Z||pool-12-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-12-10T01:37:38.696Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 63a3faa1-9d50-4b14-b2df-e275c52e99e8 from URL: /sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.env
2022-12-10T01:37:38.698Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-10T01:37:38.698Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.env
2022-12-10T01:37:38.858Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-10T01:37:38.859Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.env 63a3faa1-9d50-4b14-b2df-e275c52e99e8 2098
2022-12-10T01:37:38.860Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-10T01:37:38.860Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.env
2022-12-10T01:37:38.860Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-10T01:37:38.861Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-10T01:37:38.865Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T01:37:38.865Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636258860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-10T01:37:38.965Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-10T01:37:38.966Z||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-10T01:37:38.966Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:37:38.986Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:37:38.987Z||pool-13-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-10T01:37:39.867Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 29f04e56-dd8e-4be5-8bea-29b02b3bc447
2022-12-10T01:37:39.867Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3cfe607f-5af2 0 e98993de-691b-4a25-93a5-53a8fc445d41 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-10T01:37:39.903Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f93800a, org.onap.sdc.toscaparser.api.parameters.Input@1bd1cbd6, org.onap.sdc.toscaparser.api.parameters.Input@68acb2ee, org.onap.sdc.toscaparser.api.parameters.Input@4ca71f7c, org.onap.sdc.toscaparser.api.parameters.Input@6f975532]
2022-12-10T01:37:39.909Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:37:39.910Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-10 01-35-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:37:39.910Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-12-10T01:37:39.911Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 2d9ba61f-39ac-43f4-aeb7-f66fa7a94cba
2022-12-10T01:37:39.911Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2d9ba61f-39ac-43f4-aeb7-f66fa7a94cba matches Tosca VF Customization UUID: 2d9ba61f-39ac-43f4-aeb7-f66fa7a94cba
2022-12-10T01:37:39.911Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 2d9ba61f-39ac-43f4-aeb7-f66fa7a94cba 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-10T01:37:39.920Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:37:39.920Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-10 01-35-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:37:39.922Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 2d9ba61f-39ac-43f4-aeb7-f66fa7a94cba: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-10T01:37:39.922Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7be1777b
2022-12-10T01:37:39.922Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:37:39.923Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-10 01-35-32 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-10T01:37:39.924Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d83c4538-279f-4879-92c5-51444f858a4f
2022-12-10T01:37:39.925Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d83c4538-279f-4879-92c5-51444f858a4f
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-10T01:37:39.934Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:37:39.934Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vFW 3cfe607f-5af2 0 is matching search criteria
2022-12-10T01:37:39.935Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3cfe607f-5af2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-10T01:37:39.936Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:37:39.936Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vFW 3cfe607f-5af2 0 is matching search criteria
2022-12-10T01:37:39.936Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3cfe607f-5af2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-10T01:37:39.937Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:37:39.937Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vFW 3cfe607f-5af2 0 is not matching search criteria
2022-12-10T01:37:39.938Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-10T01:37:39.938Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-10T01:37:39.938Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-10T01:37:39.938Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-10T01:37:39.939Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-10T01:37:39.939Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-10T01:37:39.940Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-10T01:37:39.940Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-10T01:37:39.940Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-10T01:37:39.940Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-10T01:37:39.941Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-10T01:37:39.941Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=dd6b82eb-f840-4d60-b651-5d1621e5221c
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-10T01:37:39.953Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:37:39.954Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vFW 3cfe607f-5af2 0 is matching search criteria
2022-12-10T01:37:39.954Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3cfe607f-5af2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-10T01:37:39.954Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:37:39.955Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vFW 3cfe607f-5af2 0 is not matching search criteria
2022-12-10T01:37:39.955Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-10T01:37:39.955Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-10T01:37:39.955Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-10T01:37:39.955Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-10T01:37:39.956Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-10T01:37:39.956Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-10T01:37:39.956Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-10T01:37:39.956Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-10T01:37:39.956Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-10T01:37:39.957Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-10T01:37:39.957Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-10T01:37:39.957Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-10T01:37:39.957Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=af20365b-08da-4dc9-8955-e687a6fb463b
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-10T01:37:39.963Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:37:39.963Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vFW 3cfe607f-5af2 0 is matching search criteria
2022-12-10T01:37:39.963Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3cfe607f-5af2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-10T01:37:39.966Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:37:39.966Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vFW 3cfe607f-5af2 0 is not matching search criteria
2022-12-10T01:37:39.966Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-10T01:37:39.966Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-10T01:37:39.968Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-10T01:37:39.968Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-10T01:37:39.968Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-10T01:37:39.968Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-10T01:37:39.968Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-10T01:37:39.969Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-10T01:37:39.969Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-10T01:37:39.969Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-10T01:37:39.969Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-10T01:37:39.969Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-10T01:37:39.969Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6627f647-ed5a-4697-a118-dd64d3c4973d
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-10T01:37:39.975Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:37:39.975Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vFW 3cfe607f-5af2 0 is matching search criteria
2022-12-10T01:37:39.975Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3cfe607f-5af2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-10T01:37:39.975Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:37:39.976Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Node template vFW 3cfe607f-5af2 0 is matching search criteria
2022-12-10T01:37:39.976Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3cfe607f-5af2 0] matching following query criteria: sdcType=VF, customizationUUID=2d9ba61f-39ac-43f4-aeb7-f66fa7a94cba
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-10T01:37:39.978Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:37:39.978Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-10 01-35-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:37:39.979Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 29f04e56-dd8e-4be5-8bea-29b02b3bc447: vFW 3cfe607f-5af2
2022-12-10T01:37:39.979Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:37:39.979Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-10 01-35-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:37:39.979Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:37:39.980Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-10 01-35-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:37:39.980Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:37:39.980Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-10 01-35-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:37:39.980Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:37:39.980Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-10 01-35-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:37:39.981Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:37:39.981Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-10 01-35-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:37:39.981Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-12-10 01-35-32
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-10T01:37:40.374Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 3cfe607f-5af2 e98993de-691b-4a25-93a5-53a8fc445d41 1 ASDC deployResourceStructure
2022-12-10T01:37:40.375Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/vfw3cfe607f5af20_modules.json ASDC sendASDCNotification
2022-12-10T01:37:40.375Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/vfw3cfe607f5af20_modules.json
2022-12-10T01:37:40.376Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-10T01:37:40.376Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-10T01:37:40.379Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T01:37:40.379Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636260375,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/vfw3cfe607f5af20_modules.json",
"status": "DEPLOY_OK"
}
2022-12-10T01:37:40.479Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T01:37:40.480Z||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-10T01:37:40.480Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:37:40.518Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:37:40.519Z||pool-14-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-12-10T01:37:41.380Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-10T01:37:41.380Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.yaml
2022-12-10T01:37:41.380Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-10T01:37:41.381Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-10T01:37:41.383Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T01:37:41.383Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636261380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-10T01:37:41.483Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T01:37:41.484Z||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-10T01:37:41.484Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:37:41.509Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:37:41.510Z||pool-15-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-12-10T01:37:42.385Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-10T01:37:42.396Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.env
2022-12-10T01:37:42.397Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-10T01:37:42.397Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-10T01:37:42.399Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T01:37:42.399Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636262384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-10T01:37:42.500Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T01:37:42.501Z||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-10T01:37:42.501Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:37:42.518Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:37:42.519Z||pool-16-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-10T01:37:43.400Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221210013532/1.0/artifacts/service-Vfw20221210013532-csar.csar ASDC sendASDCNotification
2022-12-10T01:37:43.401Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221210013532/1.0/artifacts/service-Vfw20221210013532-csar.csar
2022-12-10T01:37:43.402Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-10T01:37:43.403Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-10T01:37:43.407Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T01:37:43.409Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636263400,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/artifacts/service-Vfw20221210013532-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-10T01:37:43.506Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-12-10T01:37:43.507Z||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-10T01:37:43.507Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:37:43.528Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:37:43.528Z||pool-17-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-10T01:37:44.410Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63503ef8-909d-4d16-af53-311cd041d3af
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T01:37:44.451Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63503ef8-909d-4d16-af53-311cd041d3af
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-10T01:37:44.458Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-10T01:37:44.458Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-10T01:37:44.459Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-10T01:37:44.459Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-10T01:37:44.460Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-10T01:37:44.460Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-10T01:37:44.460Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-10T01:37:44.460Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-10T01:37:44.460Z|63503ef8-909d-4d16-af53-311cd041d3af|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-10T01:37:44.471Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-10T01:38:14.472Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 63503ef8-909d-4d16-af53-311cd041d3af 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-10T01:38:14.497Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 63503ef8-909d-4d16-af53-311cd041d3af and serviceModelVersionId: 29f04e56-dd8e-4be5-8bea-29b02b3bc447
2022-12-10T01:38:14.498Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5162ccea-f2e2-4a88-bbb2-1e58d3477471
2022-12-10T01:38:23.296Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:38:23.298Z||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-10T01:38:23.298Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:38:23.431Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:38:23.432Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:38:23.432Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636243293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:38:23.433Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:38:29.920Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5162ccea-f2e2-4a88-bbb2-1e58d3477471/model-vers/model-ver/29f04e56-dd8e-4be5-8bea-29b02b3bc447?depth=0
2022-12-10T01:38:30.081Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-12-10T01:38:30.593Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5162ccea-f2e2-4a88-bbb2-1e58d3477471/model-vers/model-ver/29f04e56-dd8e-4be5-8bea-29b02b3bc447?depth=0|INFO|500||Invoke
2022-12-10T01:38:30.601Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5162ccea-f2e2-4a88-bbb2-1e58d3477471/model-vers/model-ver/29f04e56-dd8e-4be5-8bea-29b02b3bc447?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5162ccea-f2e2-4a88-bbb2-1e58d3477471/model-vers/model-ver/29f04e56-dd8e-4be5-8bea-29b02b3bc447?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[63503ef8-909d-4d16-af53-311cd041d3af], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[57372f68-e75d-4f60-b4ca-0daf725964f1], X-ECOMP-RequestID=[63503ef8-909d-4d16-af53-311cd041d3af], X-TransactionId=[], X-ONAP-RequestID=[63503ef8-909d-4d16-af53-311cd041d3af], Content-Type=[application/merge-patch+json]}
2022-12-10T01:38:30.624Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5162ccea-f2e2-4a88-bbb2-1e58d3477471/model-vers/model-ver/29f04e56-dd8e-4be5-8bea-29b02b3bc447?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-10T01:38:30.896Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5162ccea-f2e2-4a88-bbb2-1e58d3477471/model-vers/model-ver/29f04e56-dd8e-4be5-8bea-29b02b3bc447?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/5162ccea-f2e2-4a88-bbb2-1e58d3477471/model-vers/model-ver/29f04e56-dd8e-4be5-8bea-29b02b3bc447?depth=0 has http status code:200 and response headers:{date=[Sat, 10 Dec 2022 01:38:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[230], vertex-id=[151600], x-aai-txid=[2-aai-resources-221210-01:38:29:762-96439], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-10T01:38:30.898Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5162ccea-f2e2-4a88-bbb2-1e58d3477471/model-vers/model-ver/29f04e56-dd8e-4be5-8bea-29b02b3bc447?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-10T01:38:30.899Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5162ccea-f2e2-4a88-bbb2-1e58d3477471/model-vers/model-ver/29f04e56-dd8e-4be5-8bea-29b02b3bc447?depth=0|INFO|500||InvokeReturn
2022-12-10T01:38:30.910Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-10T01:38:30.911Z|63503ef8-909d-4d16-af53-311cd041d3af|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-10T01:38:30.923Z|63503ef8-909d-4d16-af53-311cd041d3af|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-10T01:38:30.925Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 63503ef8-909d-4d16-af53-311cd041d3af and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-10T01:38:30.926Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-10T01:38:30.926Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-10T01:38:30.929Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T01:38:30.929Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636310925,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-10T01:38:31.029Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T01:38:31.031Z||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-10T01:38:31.031Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:38:31.081Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:38:31.082Z||pool-18-thread-1|||||INFO|500||cambria reply ok (52 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-10T01:38:31.955Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:38:31.957Z|63503ef8-909d-4d16-af53-311cd041d3af|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-10T01:38:31.957Z|63503ef8-909d-4d16-af53-311cd041d3af|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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:38:32.610Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:38:32.611Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-10T01:38:32.612Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"17ed01de-e031-45bd-ba40-f68b83685fe7","serviceName":"basic_onboard_QZWKMG","serviceVersion":"1.0","serviceUUID":"a9b44cd8-0380-40de-915e-cd34f08c4884","serviceDescription":"service","serviceInvariantUUID":"57204e40-1566-4938-a8aa-067fe3d8d7de","resources":[{"resourceInstanceName":"basic_onboard_QZWKMG 0","resourceName":"basic_onboard_QZWKMG","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9987495f-3492-4e24-86e7-00d6ef4b9cc4","resourceInvariantUUID":"63f267cf-7bce-4c51-b3c7-94dedf9a3677","resourceCustomizationUUID":"6c377252-3bb2-4aa5-947f-85f5ea0748d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/vf-license-model.xml","artifactChecksum":"MWFiYjcyMTMyZjdmZjkxNGNmOGQ5MGFlNTAwMzIwNWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"67fe4d62-7d98-41ad-9d43-94d7520691f4","artifactVersion":"1"},{"artifactName":"basic_onboard_qzwkmg0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/basic_onboard_qzwkmg0_modules.json","artifactChecksum":"ZTQzM2Y4YTllODExNzg4YjU2ZmNkNzI1ZGRhZDcxYWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"15af0242-15f1-4956-88b5-277754dc6d0f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"64353aba-f831-4b05-ab47-9ebbe9a3c6d0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b5adb548-e67a-4827-8990-295b39ac7ff1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e15c220e-2c2f-48ae-9d95-ba5c47972dca","artifactVersion":"2","generatedFromUUID":"64353aba-f831-4b05-ab47-9ebbe9a3c6d0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQzwkmg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/artifacts/service-BasicOnboardQzwkmg-template.yml","artifactChecksum":"MDE5MjI0ZjZhYzk2MjAwODNlN2MwZjA0NmUzOGIyOTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"753c433e-2517-444e-ac2f-d591b87137a2","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQzwkmg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/artifacts/service-BasicOnboardQzwkmg-csar.csar","artifactChecksum":"MTE5ZDhhNDFhY2YxMTJmNDVjYTM3YmM1YzhkNTQxNzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"04500367-8cb8-4384-8a62-22133d5690da","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-10T01:38:32.614Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T01:38:32.615Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-10T01:38:32.617Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T01:38:32.617Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636311955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:38:32.717Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T01:38:32.718Z||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-10T01:38:32.718Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:38:32.734Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:38:32.734Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-10T01:38:33.618Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T01:38:33.619Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-10T01:38:33.625Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T01:38:33.625Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636311955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/basic_onboard_qzwkmg0_modules.json",
"status": "NOTIFIED"
}
2022-12-10T01:38:33.721Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-12-10T01:38:33.722Z||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-10T01:38:33.722Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:38:33.744Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:38:33.745Z||pool-20-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-12-10T01:38:34.626Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T01:38:34.626Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-10T01:38:34.628Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T01:38:34.629Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636311955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-10T01:38:34.729Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T01:38:34.730Z||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-10T01:38:34.730Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:38:34.752Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:38:34.753Z||pool-21-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-10T01:38:35.629Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T01:38:35.630Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-10T01:38:35.633Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T01:38:35.633Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636311955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:38:35.733Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T01:38:35.735Z||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-10T01:38:35.735Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:38:35.762Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:38:35.773Z||pool-22-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-12-10T01:38:36.634Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T01:38:36.634Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-10T01:38:36.637Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T01:38:36.637Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636311955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-10T01:38:36.737Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T01:38:36.738Z||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-10T01:38:36.738Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:38:36.785Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:38:36.786Z||pool-23-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-12-10T01:38:37.638Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T01:38:37.639Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-10T01:38:37.641Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T01:38:37.642Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636311955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/artifacts/service-BasicOnboardQzwkmg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:38:37.742Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T01:38:37.743Z||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-10T01:38:37.743Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:38:37.766Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:38:37.766Z||pool-24-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-12-10T01:38:38.642Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T01:38:38.644Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-10T01:38:38.646Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T01:38:38.646Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636311955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/artifacts/service-BasicOnboardQzwkmg-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T01:38:38.747Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-10T01:38:38.748Z||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-10T01:38:38.748Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:38:38.768Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:38:38.769Z||pool-25-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-10T01:38:39.648Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"serviceName": "basic_onboard_QZWKMG",
"serviceVersion": "1.0",
"serviceUUID": "a9b44cd8-0380-40de-915e-cd34f08c4884",
"serviceDescription": "service",
"serviceInvariantUUID": "57204e40-1566-4938-a8aa-067fe3d8d7de",
"resources": [
{
"resourceInstanceName": "basic_onboard_QZWKMG 0",
"resourceCustomizationUUID": "6c377252-3bb2-4aa5-947f-85f5ea0748d5",
"resourceName": "basic_onboard_QZWKMG",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "9987495f-3492-4e24-86e7-00d6ef4b9cc4",
"resourceInvariantUUID": "63f267cf-7bce-4c51-b3c7-94dedf9a3677",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_qzwkmg0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/basic_onboard_qzwkmg0_modules.json",
"artifactChecksum": "ZTQzM2Y4YTllODExNzg4YjU2ZmNkNzI1ZGRhZDcxYWM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "15af0242-15f1-4956-88b5-277754dc6d0f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "64353aba-f831-4b05-ab47-9ebbe9a3c6d0",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e15c220e-2c2f-48ae-9d95-ba5c47972dca",
"generatedFromUUID": "64353aba-f831-4b05-ab47-9ebbe9a3c6d0"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e15c220e-2c2f-48ae-9d95-ba5c47972dca",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardQzwkmg-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/artifacts/service-BasicOnboardQzwkmg-csar.csar",
"artifactChecksum": "MTE5ZDhhNDFhY2YxMTJmNDVjYTM3YmM1YzhkNTQxNzQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "04500367-8cb8-4384-8a62-22133d5690da"
}
],
"workloadContext": "Production"
}
2022-12-10T01:38:39.649Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-10T01:38:39.650Z|63503ef8-909d-4d16-af53-311cd041d3af|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a9b44cd8-0380-40de-915e-cd34f08c4884 ASDC
2022-12-10T01:38:39.650Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:17ed01de-e031-45bd-ba40-f68b83685fe7
ServiceName:basic_onboard_QZWKMG
ServiceVersion:1.0
ServiceUUID:a9b44cd8-0380-40de-915e-cd34f08c4884
ServiceInvariantUUID:57204e40-1566-4938-a8aa-067fe3d8d7de
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardQzwkmg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/artifacts/service-BasicOnboardQzwkmg-csar.csar
ArtifactUUID:04500367-8cb8-4384-8a62-22133d5690da
ArtifactChecksum:MTE5ZDhhNDFhY2YxMTJmNDVjYTM3YmM1YzhkNTQxNzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_QZWKMG 0
ResourceCustomizationUUID:6c377252-3bb2-4aa5-947f-85f5ea0748d5
ResourceInvariantUUID:63f267cf-7bce-4c51-b3c7-94dedf9a3677
ResourceName:basic_onboard_QZWKMG
ResourceType:VF
ResourceUUID:9987495f-3492-4e24-86e7-00d6ef4b9cc4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_qzwkmg0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/basic_onboard_qzwkmg0_modules.json
ArtifactUUID:15af0242-15f1-4956-88b5-277754dc6d0f
ArtifactChecksum:ZTQzM2Y4YTllODExNzg4YjU2ZmNkNzI1ZGRhZDcxYWM=
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/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.yaml
ArtifactUUID:64353aba-f831-4b05-ab47-9ebbe9a3c6d0
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/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.env
ArtifactUUID:e15c220e-2c2f-48ae-9d95-ba5c47972dca
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/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.env
ArtifactUUID:e15c220e-2c2f-48ae-9d95-ba5c47972dca
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-10T01:38:39.651Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a9b44cd8-0380-40de-915e-cd34f08c4884 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-10T01:38:39.689Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-10T01:38:39.690Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-10T01:38:39.704Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-10T01:38:39.704Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 04500367-8cb8-4384-8a62-22133d5690da from URL: /sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/artifacts/service-BasicOnboardQzwkmg-csar.csar
2022-12-10T01:38:39.705Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-10T01:38:39.705Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/artifacts/service-BasicOnboardQzwkmg-csar.csar
2022-12-10T01:38:39.816Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-10T01:38:39.817Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/artifacts/service-BasicOnboardQzwkmg-csar.csar 04500367-8cb8-4384-8a62-22133d5690da 75689
2022-12-10T01:38:39.818Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/artifacts/service-BasicOnboardQzwkmg-csar.csar ASDC sendASDCNotification
2022-12-10T01:38:39.819Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/artifacts/service-BasicOnboardQzwkmg-csar.csar
2022-12-10T01:38:39.819Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-10T01:38:39.820Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-10T01:38:39.822Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T01:38:39.823Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636319818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/artifacts/service-BasicOnboardQzwkmg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T01:38:39.923Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-10T01:38:39.924Z||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-10T01:38:39.924Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:38:39.943Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:38:39.944Z||pool-26-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-10T01:38:40.824Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-10T01:38:40.825Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-10T01:38:40.826Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 04500367-8cb8-4384-8a62-22133d5690da, URL: /sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/artifacts/service-BasicOnboardQzwkmg-csar.csar to file: /app/ASDC/1/service-BasicOnboardQzwkmg-csar.csar
2022-12-10T01:38:40.826Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardQzwkmg-csar.csar
2022-12-10T01:38:40.827Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardQzwkmg-csar.csar
2022-12-10T01:38:40.827Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardQzwkmg-csar.csar
2022-12-10T01:38:40.993Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4734797192680944114/Definitions/service-BasicOnboardQzwkmg-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-10T01:38:42.289Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-10T01:38:42.290Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-10T01:38:42.290Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardQzwkmg-csar.csar
2022-12-10T01:38:42.290Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-10T01:38:42.291Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardQzwkmg-csar.csar
2022-12-10T01:38:42.291Z|17ed01de-e031-45bd-ba40-f68b83685fe7|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-BasicOnboardQzwkmg-csar.csar
2022-12-10T01:38:42.291Z|17ed01de-e031-45bd-ba40-f68b83685fe7|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-BasicOnboardQzwkmg-csar.csar
2022-12-10T01:38:42.291Z|17ed01de-e031-45bd-ba40-f68b83685fe7|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-BasicOnboardQzwkmg-csar.csar
2022-12-10T01:38:42.292Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardQzwkmg-csar.csar
2022-12-10T01:38:42.292Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||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-BasicOnboardQzwkmg-csar.csar
2022-12-10T01:38:42.292Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_QZWKMG 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-BasicOnboardQzwkmg-csar.csar
2022-12-10T01:38:42.292Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-10T01:38:42.293Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:38:42.293Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_QZWKMG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:38:42.293Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_QZWKMG 0 is matching search criteria
2022-12-10T01:38:42.294Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-10T01:38:42.294Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_QZWKMG 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-10T01:38:42.294Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:38:42.295Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_QZWKMG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:38:42.295Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_QZWKMG 0 is matching search criteria
2022-12-10T01:38:42.295Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-10T01:38:42.295Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_QZWKMG 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-10T01:38:42.296Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:38:42.296Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_QZWKMG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:38:42.296Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:38:42.297Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_QZWKMG 0 is not matching search criteria
2022-12-10T01:38:42.297Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-12-10T01:38:42.297Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-12-10T01:38:42.297Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-12-10T01:38:42.298Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-10T01:38:42.298Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-10T01:38:42.298Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:38:42.298Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_QZWKMG is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-10T01:38:42.299Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:38:42.299Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_QZWKMG 0 is matching search criteria
2022-12-10T01:38:42.299Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_QZWKMG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-10T01:38:42.300Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:38:42.300Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_QZWKMG 0 is matching search criteria
2022-12-10T01:38:42.300Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_QZWKMG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-10T01:38:42.301Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:38:42.301Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_QZWKMG 0 is matching search criteria
2022-12-10T01:38:42.301Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_QZWKMG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-10T01:38:42.301Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:38:42.302Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_QZWKMG 0 is not matching search criteria
2022-12-10T01:38:42.302Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-10T01:38:42.302Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-10T01:38:42.303Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7eb470f4-41fd-49da-aa17-0600ca202288
2022-12-10T01:38:42.303Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:38:42.303Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_QZWKMG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:38:42.303Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:38:42.304Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_QZWKMG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:38:42.304Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:38:42.304Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_QZWKMG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:38:42.304Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:38:42.305Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_QZWKMG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:38:42.305Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_QZWKMG
Description:service
Model UUID:a9b44cd8-0380-40de-915e-cd34f08c4884
Model Version:NULL
Model InvariantUuid:57204e40-1566-4938-a8aa-067fe3d8d7de
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_QZWKMG
Model UUID:6724cb94-bcbb-44ec-bd8d-9b31bb6a2782
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:63f267cf-7bce-4c51-b3c7-94dedf9a3677
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:6c377252-3bb2-4aa5-947f-85f5ea0748d5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:4158ac2f-147f-48ce-9750-a0f08c2d852e
ModelName:BasicOnboardQzwkmg..base_ubuntu18..module-0
ModelUuid:332daac3-9a8d-44e5-97ca-5eba124171e2
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:7eb470f4-41fd-49da-aa17-0600ca202288
ModelInvariantUuid:f709b695-1785-4c2b-b798-0586afd1d8f9
ModelName:basic_onboard_QZWKMG-nodes.ubuntu18Cvfc
ModelUuid:49b322eb-0ac3-4337-93ae-9126eea55a49
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:1f71b2eb-3b92-4807-aa4e-a31c905eaf9c
ModelInvariantUuid:f8d19881-e1ab-4ac3-9c21-e095ee95f496
ModelName:BasicOnboardQzwkmg.compute.nodes.heat.ubuntu18
ModelUuid:dbd6052e-4258-4888-8176-e42ec5bd115a
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-10T01:38:42.314Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 9987495f-3492-4e24-86e7-00d6ef4b9cc4
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-10T01:38:42.317Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||basic_onboard_QZWKMG 0
2022-12-10T01:38:42.318Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9987495f-3492-4e24-86e7-00d6ef4b9cc4
2022-12-10T01:38:42.318Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 15af0242-15f1-4956-88b5-277754dc6d0f from URL: /sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/basic_onboard_qzwkmg0_modules.json
2022-12-10T01:38:42.318Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-10T01:38:42.319Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/basic_onboard_qzwkmg0_modules.json
2022-12-10T01:38:42.383Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-10T01:38:42.384Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/basic_onboard_qzwkmg0_modules.json 15af0242-15f1-4956-88b5-277754dc6d0f 798
2022-12-10T01:38:42.385Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/basic_onboard_qzwkmg0_modules.json ASDC sendASDCNotification
2022-12-10T01:38:42.385Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/basic_onboard_qzwkmg0_modules.json
2022-12-10T01:38:42.386Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-10T01:38:42.386Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-10T01:38:42.389Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T01:38:42.390Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636322385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/basic_onboard_qzwkmg0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-10T01:38:42.490Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T01:38:42.491Z||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-10T01:38:42.491Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:38:42.510Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:38:42.511Z||pool-27-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-10T01:38:43.391Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardQzwkmg..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "4158ac2f-147f-48ce-9750-a0f08c2d852e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "332daac3-9a8d-44e5-97ca-5eba124171e2",
"vfModuleModelCustomizationUUID": "f19d2175-aed1-4b9b-a491-99cb0b68cf71",
"isBase": true,
"artifacts": [
"64353aba-f831-4b05-ab47-9ebbe9a3c6d0",
"e15c220e-2c2f-48ae-9d95-ba5c47972dca"
],
"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-10T01:38:43.397Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQzwkmg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:332daac3-9a8d-44e5-97ca-5eba124171e2
VfModuleModelInvariantUUID:4158ac2f-147f-48ce-9750-a0f08c2d852e
VfModuleModelDescription:NULL
Artifacts UUID List:{
64353aba-f831-4b05-ab47-9ebbe9a3c6d0
,
e15c220e-2c2f-48ae-9d95-ba5c47972dca
}
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-10T01:38:43.399Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardQzwkmg..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "4158ac2f-147f-48ce-9750-a0f08c2d852e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "332daac3-9a8d-44e5-97ca-5eba124171e2",
"vfModuleModelCustomizationUUID": "f19d2175-aed1-4b9b-a491-99cb0b68cf71",
"isBase": true,
"artifacts": [
"64353aba-f831-4b05-ab47-9ebbe9a3c6d0",
"e15c220e-2c2f-48ae-9d95-ba5c47972dca"
],
"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-10T01:38:43.400Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQzwkmg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:332daac3-9a8d-44e5-97ca-5eba124171e2
VfModuleModelInvariantUUID:4158ac2f-147f-48ce-9750-a0f08c2d852e
VfModuleModelDescription:NULL
Artifacts UUID List:{
64353aba-f831-4b05-ab47-9ebbe9a3c6d0
,
e15c220e-2c2f-48ae-9d95-ba5c47972dca
}
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-10T01:38:43.400Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 64353aba-f831-4b05-ab47-9ebbe9a3c6d0 from URL: /sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.yaml
2022-12-10T01:38:43.400Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-10T01:38:43.401Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.yaml
2022-12-10T01:38:43.491Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-10T01:38:43.492Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.yaml 64353aba-f831-4b05-ab47-9ebbe9a3c6d0 5033
2022-12-10T01:38:43.492Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-10T01:38:43.493Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.yaml
2022-12-10T01:38:43.493Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-10T01:38:43.494Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-10T01:38:43.496Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T01:38:43.496Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636323492,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-10T01:38:43.596Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-10T01:38:43.597Z||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-10T01:38:43.597Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:38:43.614Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:38:43.615Z||pool-28-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-10T01:38:44.498Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e15c220e-2c2f-48ae-9d95-ba5c47972dca from URL: /sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.env
2022-12-10T01:38:44.500Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-10T01:38:44.501Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.env
2022-12-10T01:38:44.561Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-10T01:38:44.562Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.env e15c220e-2c2f-48ae-9d95-ba5c47972dca 909
2022-12-10T01:38:44.562Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-10T01:38:44.562Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.env
2022-12-10T01:38:44.563Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-10T01:38:44.563Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-10T01:38:44.566Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T01:38:44.566Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636324562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-10T01:38:44.666Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T01:38:44.668Z||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-10T01:38:44.668Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:38:44.693Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:38:44.693Z||pool-29-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-12-10T01:38:45.566Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: a9b44cd8-0380-40de-915e-cd34f08c4884
2022-12-10T01:38:45.567Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_QZWKMG 0 9987495f-3492-4e24-86e7-00d6ef4b9cc4 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-10T01:38:45.588Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@25c8f7d8, org.onap.sdc.toscaparser.api.parameters.Input@13244af3, org.onap.sdc.toscaparser.api.parameters.Input@17bf113c, org.onap.sdc.toscaparser.api.parameters.Input@63b68ded, org.onap.sdc.toscaparser.api.parameters.Input@1a2d074]
2022-12-10T01:38:45.590Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:38:45.590Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_QZWKMG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:38:45.590Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-12-10T01:38:45.591Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 6c377252-3bb2-4aa5-947f-85f5ea0748d5
2022-12-10T01:38:45.591Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6c377252-3bb2-4aa5-947f-85f5ea0748d5 matches Tosca VF Customization UUID: 6c377252-3bb2-4aa5-947f-85f5ea0748d5
2022-12-10T01:38:45.591Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 6c377252-3bb2-4aa5-947f-85f5ea0748d5 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-10T01:38:45.593Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:38:45.593Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_QZWKMG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:38:45.593Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 6c377252-3bb2-4aa5-947f-85f5ea0748d5: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-10T01:38:45.593Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@837974f
2022-12-10T01:38:45.594Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:38:45.594Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_QZWKMG is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-10T01:38:45.594Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f19d2175-aed1-4b9b-a491-99cb0b68cf71
2022-12-10T01:38:45.594Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f19d2175-aed1-4b9b-a491-99cb0b68cf71
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-10T01:38:45.596Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:38:45.611Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_QZWKMG 0 is matching search criteria
2022-12-10T01:38:45.611Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_QZWKMG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-10T01:38:45.612Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:38:45.612Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_QZWKMG 0 is matching search criteria
2022-12-10T01:38:45.612Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_QZWKMG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-10T01:38:45.613Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:38:45.613Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_QZWKMG 0 is not matching search criteria
2022-12-10T01:38:45.613Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-10T01:38:45.613Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-10T01:38:45.613Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7eb470f4-41fd-49da-aa17-0600ca202288
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-10T01:38:45.621Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:38:45.621Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_QZWKMG 0 is matching search criteria
2022-12-10T01:38:45.621Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_QZWKMG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-10T01:38:45.622Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:38:45.622Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_QZWKMG 0 is matching search criteria
2022-12-10T01:38:45.622Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_QZWKMG 0] matching following query criteria: sdcType=VF, customizationUUID=6c377252-3bb2-4aa5-947f-85f5ea0748d5
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-10T01:38:45.625Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:38:45.625Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_QZWKMG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:38:45.625Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid a9b44cd8-0380-40de-915e-cd34f08c4884: basic_onboard_QZWKMG
2022-12-10T01:38:45.625Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:38:45.625Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_QZWKMG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:38:45.626Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:38:45.626Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_QZWKMG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:38:45.626Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:38:45.626Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_QZWKMG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:38:45.626Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:38:45.626Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_QZWKMG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:38:45.627Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:38:45.627Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_QZWKMG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:38:45.627Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_QZWKMG
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-10T01:38:45.731Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_QZWKMG 9987495f-3492-4e24-86e7-00d6ef4b9cc4 1 ASDC deployResourceStructure
2022-12-10T01:38:45.732Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/basic_onboard_qzwkmg0_modules.json ASDC sendASDCNotification
2022-12-10T01:38:45.732Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/basic_onboard_qzwkmg0_modules.json
2022-12-10T01:38:45.732Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-10T01:38:45.733Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-10T01:38:45.735Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T01:38:45.735Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636325732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/basic_onboard_qzwkmg0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-10T01:38:45.835Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T01:38:45.836Z||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-10T01:38:45.837Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:38:45.853Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:38:45.853Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-10T01:38:46.736Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-10T01:38:46.737Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.yaml
2022-12-10T01:38:46.737Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-10T01:38:46.737Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-10T01:38:46.739Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T01:38:46.739Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636326736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-10T01:38:46.840Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T01:38:46.841Z||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-10T01:38:46.841Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:38:46.863Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:38:46.864Z||pool-31-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-10T01:38:47.741Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-10T01:38:47.741Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.env
2022-12-10T01:38:47.741Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-10T01:38:47.742Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-10T01:38:47.746Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T01:38:47.746Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636327740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-10T01:38:47.845Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-10T01:38:47.846Z||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-10T01:38:47.846Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:38:47.863Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:38:47.864Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-10T01:38:48.747Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/artifacts/service-BasicOnboardQzwkmg-csar.csar ASDC sendASDCNotification
2022-12-10T01:38:48.748Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/artifacts/service-BasicOnboardQzwkmg-csar.csar
2022-12-10T01:38:48.748Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-10T01:38:48.748Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-10T01:38:48.750Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T01:38:48.750Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636328747,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/artifacts/service-BasicOnboardQzwkmg-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-10T01:38:48.850Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T01:38:48.851Z||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-10T01:38:48.852Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:38:48.867Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:38:48.868Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-10T01:38:49.751Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17ed01de-e031-45bd-ba40-f68b83685fe7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T01:38:49.765Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17ed01de-e031-45bd-ba40-f68b83685fe7
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-10T01:38:49.768Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-10T01:38:49.768Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-10T01:38:49.769Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-10T01:39:19.769Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17ed01de-e031-45bd-ba40-f68b83685fe7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T01:39:19.785Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17ed01de-e031-45bd-ba40-f68b83685fe7
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-10T01:39:19.788Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-10T01:39:19.788Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-10T01:39:19.789Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-10T01:39:23.296Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:39:23.297Z||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-10T01:39:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:39:23.332Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:39:23.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "multicloud-k8s",
"timestamp": 1670636217356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:39:23.337Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:39:23.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "aai-model-loader",
"timestamp": 1670636233905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:39:23.337Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:39:23.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.338Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "cds-sdc-listener",
"timestamp": 1670636213519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:39:23.338Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:39:23.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.338Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636243293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/vfw3cfe607f5af20_modules.json",
"status": "NOTIFIED"
}
2022-12-10T01:39:23.338Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:39:23.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.338Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670636242739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:39:23.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:39:23.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "aai-model-loader",
"timestamp": 1670636233905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/basic_onboard_qzwkmg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:39:23.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:39:23.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "multicloud-k8s",
"timestamp": 1670636217356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/basic_onboard_qzwkmg0_modules.json",
"status": "NOTIFIED"
}
2022-12-10T01:39:23.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:39:23.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "cds-sdc-listener",
"timestamp": 1670636213519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/basic_onboard_qzwkmg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:39:23.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:39:23.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636243293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-10T01:39:23.340Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:39:23.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "policy-id",
"timestamp": 1670636245383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:39:23.340Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:39:23.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670636242739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/basic_onboard_qzwkmg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:39:23.340Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:39:23.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "multicloud-k8s",
"timestamp": 1670636217356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-10T01:39:23.341Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:39:23.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "aai-model-loader",
"timestamp": 1670636233905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:39:23.341Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:39:23.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "cds-sdc-listener",
"timestamp": 1670636213519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:39:23.341Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:39:23.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636243293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:39:23.342Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:39:23.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "policy-id",
"timestamp": 1670636245383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/basic_onboard_qzwkmg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:39:23.342Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:39:23.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670636242739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:39:23.342Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:39:23.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "multicloud-k8s",
"timestamp": 1670636217356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:39:23.343Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:39:23.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "aai-model-loader",
"timestamp": 1670636233905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:39:23.343Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:39:23.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "cds-sdc-listener",
"timestamp": 1670636213519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:39:23.343Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:39:23.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636243293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-10T01:39:23.344Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:39:23.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "policy-id",
"timestamp": 1670636245383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-10T01:39:23.344Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:39:23.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670636242739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:39:23.344Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:39:23.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.345Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "multicloud-k8s",
"timestamp": 1670636217356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-10T01:39:23.345Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:39:23.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.345Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "aai-model-loader",
"timestamp": 1670636233905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:39:23.345Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:39:23.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.345Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "cds-sdc-listener",
"timestamp": 1670636213519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:39:23.345Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:39:23.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.345Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636243293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/artifacts/service-Vfw20221210013532-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:39:23.345Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:39:23.346Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.346Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "policy-id",
"timestamp": 1670636245383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:39:23.346Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:39:23.346Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.346Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670636242739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:39:23.346Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:39:23.346Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.346Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "multicloud-k8s",
"timestamp": 1670636217356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/artifacts/service-BasicOnboardQzwkmg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:39:23.347Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:39:23.347Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.347Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "aai-model-loader",
"timestamp": 1670636233905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/artifacts/service-BasicOnboardQzwkmg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:39:23.347Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:39:23.347Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.347Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "cds-sdc-listener",
"timestamp": 1670636213519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/artifacts/service-BasicOnboardQzwkmg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:39:23.348Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:39:23.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636243293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/artifacts/service-Vfw20221210013532-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T01:39:23.348Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:39:23.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "policy-id",
"timestamp": 1670636245383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:39:23.348Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:39:23.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670636242739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/artifacts/service-BasicOnboardQzwkmg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:39:23.349Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:39:23.349Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "multicloud-k8s",
"timestamp": 1670636217356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/artifacts/service-BasicOnboardQzwkmg-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T01:39:23.349Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:39:23.349Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "aai-model-loader",
"timestamp": 1670636233905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/artifacts/service-BasicOnboardQzwkmg-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T01:39:23.349Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:39:23.349Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "cds-sdc-listener",
"timestamp": 1670636213519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/artifacts/service-BasicOnboardQzwkmg-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T01:39:23.350Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:39:23.350Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.350Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "policy-id",
"timestamp": 1670636245383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/artifacts/service-BasicOnboardQzwkmg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:39:23.350Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:39:23.350Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.350Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670636242739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/artifacts/service-BasicOnboardQzwkmg-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T01:39:23.350Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:39:23.350Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.350Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636251303,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/artifacts/service-Vfw20221210013532-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T01:39:23.351Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:39:23.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "cds-sdc-listener",
"timestamp": 1670636251412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/artifacts/service-BasicOnboardQzwkmg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T01:39:23.351Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:39:23.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "multicloud-k8s",
"timestamp": 1670636250989,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/basic_onboard_qzwkmg0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-10T01:39:23.351Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:39:23.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "aai-model-loader",
"timestamp": 1670636252611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/artifacts/service-BasicOnboardQzwkmg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T01:39:23.352Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:39:23.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "policy-id",
"timestamp": 1670636245383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/artifacts/service-BasicOnboardQzwkmg-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T01:39:23.352Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T01:39:23.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670636253099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/artifacts/service-BasicOnboardQzwkmg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T01:39:23.353Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:39:23.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "multicloud-k8s",
"timestamp": 1670636252102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-10T01:39:23.353Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:39:23.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "policy-id",
"timestamp": 1670636253162,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/artifacts/service-BasicOnboardQzwkmg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T01:39:23.354Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:39:23.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "multicloud-k8s",
"timestamp": 1670636253179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-10T01:39:23.354Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:39:23.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "policy-id",
"timestamp": 1670636254170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/artifacts/service-BasicOnboardQzwkmg-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-10T01:39:23.355Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:39:23.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670636255615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/artifacts/service-BasicOnboardQzwkmg-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-10T01:39:23.355Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:39:23.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "multicloud-k8s",
"timestamp": 1670636254209,
"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-10T01:39:23.387Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 17ed01de-e031-45bd-ba40-f68b83685fe7
2022-12-10T01:39:23.388Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17ed01de-e031-45bd-ba40-f68b83685fe7 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-10T01:39:23.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "policy-id",
"timestamp": 1670636255178,
"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-10T01:39:23.417Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 17ed01de-e031-45bd-ba40-f68b83685fe7
2022-12-10T01:39:23.417Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17ed01de-e031-45bd-ba40-f68b83685fe7 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-10T01:39:23.427Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.427Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670636256621,
"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-10T01:39:23.450Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 17ed01de-e031-45bd-ba40-f68b83685fe7
2022-12-10T01:39:23.451Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17ed01de-e031-45bd-ba40-f68b83685fe7 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-10T01:39:23.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "multicloud-k8s",
"timestamp": 1670636255211,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/basic_onboard_qzwkmg0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-10T01:39:23.475Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:39:23.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636256507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/vfw3cfe607f5af20_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-10T01:39:23.475Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:39:23.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636257689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-10T01:39:23.476Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:39:23.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636258860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-10T01:39:23.476Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:39:23.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "aai-model-loader",
"timestamp": 1670636261150,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/artifacts/service-BasicOnboardQzwkmg-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-10T01:39:23.476Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:39:23.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636260375,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/vfw3cfe607f5af20_modules.json",
"status": "DEPLOY_OK"
}
2022-12-10T01:39:23.477Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:39:23.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "aai-model-loader",
"timestamp": 1670636262155,
"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-10T01:39:23.486Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 17ed01de-e031-45bd-ba40-f68b83685fe7
2022-12-10T01:39:23.486Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17ed01de-e031-45bd-ba40-f68b83685fe7 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-10T01:39:23.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636261380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-10T01:39:23.499Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:39:23.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636262384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/resourceInstances/vfw3cfe607f5af20/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-10T01:39:23.499Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:39:23.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T01:39:23.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636263400,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210013532/1.0/artifacts/service-Vfw20221210013532-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-10T01:39:23.500Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:39:49.789Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17ed01de-e031-45bd-ba40-f68b83685fe7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T01:39:49.808Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17ed01de-e031-45bd-ba40-f68b83685fe7
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-10T01:39:49.819Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-10T01:39:49.819Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-10T01:39:49.819Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-10T01:39:49.819Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-10T01:39:49.819Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-10T01:39:49.819Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-10T01:39:49.819Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-10T01:39:49.820Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-10T01:39:49.820Z|17ed01de-e031-45bd-ba40-f68b83685fe7|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-10T01:39:49.829Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-10T01:40:19.830Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17ed01de-e031-45bd-ba40-f68b83685fe7 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-10T01:40:19.837Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17ed01de-e031-45bd-ba40-f68b83685fe7 and serviceModelVersionId: a9b44cd8-0380-40de-915e-cd34f08c4884
2022-12-10T01:40:19.837Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 57204e40-1566-4938-a8aa-067fe3d8d7de
2022-12-10T01:40:19.837Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/57204e40-1566-4938-a8aa-067fe3d8d7de/model-vers/model-ver/a9b44cd8-0380-40de-915e-cd34f08c4884?depth=0
2022-12-10T01:40:19.842Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-12-10T01:40:19.893Z|17ed01de-e031-45bd-ba40-f68b83685fe7|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/57204e40-1566-4938-a8aa-067fe3d8d7de/model-vers/model-ver/a9b44cd8-0380-40de-915e-cd34f08c4884?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-10T01:40:19.895Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/57204e40-1566-4938-a8aa-067fe3d8d7de/model-vers/model-ver/a9b44cd8-0380-40de-915e-cd34f08c4884?depth=0|INFO|500||Invoke
2022-12-10T01:40:19.900Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/57204e40-1566-4938-a8aa-067fe3d8d7de/model-vers/model-ver/a9b44cd8-0380-40de-915e-cd34f08c4884?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-10T01:40:20.024Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/57204e40-1566-4938-a8aa-067fe3d8d7de/model-vers/model-ver/a9b44cd8-0380-40de-915e-cd34f08c4884?depth=0|INFO|500||InvokeReturn
2022-12-10T01:40:20.025Z|17ed01de-e031-45bd-ba40-f68b83685fe7|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/57204e40-1566-4938-a8aa-067fe3d8d7de/model-vers/model-ver/a9b44cd8-0380-40de-915e-cd34f08c4884?depth=0 has http status code:200 and response headers:{date=[Sat, 10 Dec 2022 01:40:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[118], vertex-id=[237808], x-aai-txid=[2-aai-resources-221210-01:40:19:036-84541], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-10T01:40:20.026Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-12-10T01:40:20.026Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-10T01:40:20.026Z|17ed01de-e031-45bd-ba40-f68b83685fe7|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-10T01:40:20.033Z|17ed01de-e031-45bd-ba40-f68b83685fe7|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-10T01:40:20.033Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17ed01de-e031-45bd-ba40-f68b83685fe7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-10T01:40:20.033Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-10T01:40:20.034Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-10T01:40:20.036Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T01:40:20.036Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636420033,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-10T01:40:20.136Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T01:40:20.137Z||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-10T01:40:20.137Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:40:20.162Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:40:20.162Z||pool-34-thread-1|||||INFO|500||cambria reply ok (25 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-10T01:40:21.056Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:40:21.057Z|17ed01de-e031-45bd-ba40-f68b83685fe7|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-10T01:40:21.057Z|17ed01de-e031-45bd-ba40-f68b83685fe7|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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:40:23.296Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:40:23.297Z||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-10T01:40:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:40:23.326Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:40:23.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-10T01:40:23.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63503ef8-909d-4d16-af53-311cd041d3af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636310925,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-10T01:40:23.329Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:40:23.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-10T01:40:23.329Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636311955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:40:23.329Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-10T01:40:23.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-10T01:40:23.329Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636311955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/basic_onboard_qzwkmg0_modules.json",
"status": "NOTIFIED"
}
2022-12-10T01:40:23.329Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-10T01:40:23.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-10T01:40:23.329Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636311955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-10T01:40:23.330Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-10T01:40:23.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-10T01:40:23.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636311955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:40:23.330Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-10T01:40:23.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-10T01:40:23.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636311955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-10T01:40:23.330Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-10T01:40:23.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-10T01:40:23.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636311955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/artifacts/service-BasicOnboardQzwkmg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:40:23.331Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-10T01:40:23.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-10T01:40:23.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636311955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/artifacts/service-BasicOnboardQzwkmg-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T01:40:23.331Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-10T01:40:23.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-10T01:40:23.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636319818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/artifacts/service-BasicOnboardQzwkmg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T01:40:23.331Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:40:23.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-10T01:40:23.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636322385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/basic_onboard_qzwkmg0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-10T01:40:23.332Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:40:23.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-10T01:40:23.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636323492,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-10T01:40:23.332Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:40:23.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-10T01:40:23.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636324562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-10T01:40:23.332Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:40:23.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-10T01:40:23.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636325732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/basic_onboard_qzwkmg0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-10T01:40:23.332Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:40:23.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-10T01:40:23.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636326736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-10T01:40:23.333Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:40:23.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-10T01:40:23.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636327740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/resourceInstances/basic_onboard_qzwkmg0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-10T01:40:23.333Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:40:23.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-10T01:40:23.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636328747,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQzwkmg/1.0/artifacts/service-BasicOnboardQzwkmg-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-10T01:40:23.333Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:40:30.620Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:40:30.621Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:40:30.621Z||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-10T01:40:30.621Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:40:40.195Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:41:23.293Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:41:23.295Z||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-10T01:41:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:41:23.296Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:41:23.297Z||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-10T01:41:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:41:23.837Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:41:23.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-10T01:41:23.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17ed01de-e031-45bd-ba40-f68b83685fe7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670636420033,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-10T01:41:23.839Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:41:32.861Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:42:23.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:42:23.296Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:42:23.296Z||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-10T01:42:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:42:23.296Z||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-10T01:42:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:42:32.851Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:42:32.863Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:43:23.293Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:43:23.295Z||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-10T01:43:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:43:23.296Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:43:23.296Z||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-10T01:43:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:43:32.873Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:43:32.884Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:44:23.293Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:44:23.294Z||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-10T01:44:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:44:23.296Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:44:23.296Z||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-10T01:44:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:44:32.856Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:44:32.856Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:45:23.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:45:23.296Z||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-10T01:45:23.296Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:45:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:45:23.296Z||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-10T01:45:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:45:32.859Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:45:32.869Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:46:23.293Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:46:23.294Z||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-10T01:46:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:46:23.296Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:46:23.297Z|17ed01de-e031-45bd-ba40-f68b83685fe7|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-10T01:46:23.297Z|17ed01de-e031-45bd-ba40-f68b83685fe7|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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:46:32.908Z|17ed01de-e031-45bd-ba40-f68b83685fe7|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:46:32.918Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:47:23.293Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:47:23.294Z||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-10T01:47:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:47:23.296Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:47:23.296Z||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-10T01:47:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:47:32.869Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:47:32.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:48:23.298Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:48:23.300Z||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-10T01:48:23.301Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:48:23.296Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:48:23.303Z||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-10T01:48:23.303Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:48:32.886Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:48:32.887Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:49:23.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:49:23.296Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:49:23.296Z||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-10T01:49:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:49:23.296Z||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-10T01:49:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:49:32.858Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:49:32.871Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:50:23.293Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:50:23.296Z||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-10T01:50:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:50:23.296Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:50:23.296Z||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-10T01:50:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:50:32.851Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:50:32.862Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:51:23.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:51:23.296Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:51:23.298Z||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-10T01:51:23.298Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:51:23.298Z||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-10T01:51:23.298Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:51:32.863Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:51:32.863Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:52:23.293Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:52:23.295Z||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-10T01:52:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:52:23.296Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:52:23.296Z||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-10T01:52:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:52:32.865Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:52:32.865Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:53:23.293Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:53:23.294Z||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-10T01:53:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:53:23.296Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:53:23.297Z||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-10T01:53:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:53:32.868Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:53:32.872Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:54:23.293Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:54:23.294Z||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-10T01:54:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:54:23.296Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:54:23.297Z||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-10T01:54:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:54:32.920Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:54:32.920Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:55:23.296Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:55:23.295Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:55:23.302Z||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-10T01:55:23.303Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:55:23.302Z||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-10T01:55:23.307Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:55:32.902Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:55:32.902Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:56:23.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:56:23.294Z||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-10T01:56:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:56:23.296Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:56:23.297Z||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-10T01:56:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:56:32.939Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:56:32.966Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:57:23.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:57:23.294Z||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-10T01:57:23.294Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:57:23.296Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:57:23.296Z||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-10T01:57:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:57:33.012Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:57:33.049Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:58:23.293Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:58:23.295Z||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-10T01:58:23.295Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:58:23.296Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:58:23.296Z||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-10T01:58:23.296Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:58:33.135Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:58:33.170Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:59:23.296Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:59:23.300Z||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-10T01:59:23.300Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:59:23.294Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T01:59:23.303Z||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-10T01:59:23.303Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:59:23.928Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:59:23.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:23.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9049cd76-de87-4b3f-9193-a186e28ea8a3",
"consumerID": "multicloud-k8s",
"timestamp": 1670637516268,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:59:23.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:23.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:23.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9049cd76-de87-4b3f-9193-a186e28ea8a3",
"consumerID": "aai-model-loader",
"timestamp": 1670637510093,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:59:23.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:23.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:23.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9049cd76-de87-4b3f-9193-a186e28ea8a3",
"consumerID": "cds-sdc-listener",
"timestamp": 1670637512448,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:59:23.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:23.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:23.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9049cd76-de87-4b3f-9193-a186e28ea8a3",
"consumerID": "multicloud-k8s",
"timestamp": 1670637516268,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T01:59:23.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:23.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:23.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9049cd76-de87-4b3f-9193-a186e28ea8a3",
"consumerID": "cds-sdc-listener",
"timestamp": 1670637512448,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T01:59:23.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:23.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:23.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9049cd76-de87-4b3f-9193-a186e28ea8a3",
"consumerID": "aai-model-loader",
"timestamp": 1670637510093,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T01:59:23.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:23.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:23.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9049cd76-de87-4b3f-9193-a186e28ea8a3",
"consumerID": "cds-sdc-listener",
"timestamp": 1670637520131,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T01:59:23.957Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:59:23.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:23.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9049cd76-de87-4b3f-9193-a186e28ea8a3",
"consumerID": "aai-model-loader",
"timestamp": 1670637521351,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T01:59:23.957Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:59:23.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:23.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9049cd76-de87-4b3f-9193-a186e28ea8a3",
"consumerID": "policy-id",
"timestamp": 1670637525384,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:59:23.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:23.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:23.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9049cd76-de87-4b3f-9193-a186e28ea8a3",
"consumerID": "policy-id",
"timestamp": 1670637525384,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T01:59:23.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:23.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:23.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9049cd76-de87-4b3f-9193-a186e28ea8a3",
"consumerID": "aai-model-loader",
"timestamp": 1670637528616,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-10T01:59:23.959Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:59:23.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:23.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9049cd76-de87-4b3f-9193-a186e28ea8a3",
"consumerID": "policy-id",
"timestamp": 1670637528536,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T01:59:23.959Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:59:23.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:23.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9049cd76-de87-4b3f-9193-a186e28ea8a3",
"consumerID": "aai-model-loader",
"timestamp": 1670637529620,
"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-10T01:59:24.008Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9049cd76-de87-4b3f-9193-a186e28ea8a3
2022-12-10T01:59:24.009Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9049cd76-de87-4b3f-9193-a186e28ea8a3 and ComponentName AAI
2022-12-10T01:59:24.018Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:59:24.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"9049cd76-de87-4b3f-9193-a186e28ea8a3","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"3eca1028-a4c6-4c26-9b82-c69a45264092","serviceDescription":"service","serviceInvariantUUID":"1245314c-84af-4ea0-bc6f-4a9139f1cfc4","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"6e7026b4-3fde-495a-885a-52756606fe60","resourceInvariantUUID":"e12af78e-2d82-41b5-9b4e-32613b1b1b16","resourceCustomizationUUID":"95258885-436e-4ab0-9710-a5acedeeec39","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":"ZjBmZDY1NDBkMDYyZWY1NGIzNzljZWU0NDE4ZmRmMmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b229155d-9e7c-4f89-a816-c156f35c0c76","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NzY1MGQ2ZDM5YTllMjM5N2U5OTRmMjBkZjM0NTAxM2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"06825241-6073-4ed1-bb49-f61db0aef680","artifactVersion":"1"}],"workloadContext":"Production"}
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-10T01:59:24.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9049cd76-de87-4b3f-9193-a186e28ea8a3",
"consumerID": "policy-id",
"timestamp": 1670637529543,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-10T01:59:24.048Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:59:24.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9049cd76-de87-4b3f-9193-a186e28ea8a3",
"consumerID": "policy-id",
"timestamp": 1670637530546,
"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-10T01:59:24.062Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9049cd76-de87-4b3f-9193-a186e28ea8a3
2022-12-10T01:59:24.062Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9049cd76-de87-4b3f-9193-a186e28ea8a3 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-10T01:59:24.080Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T01:59:24.082Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T01:59:24.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9049cd76-de87-4b3f-9193-a186e28ea8a3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670637532739,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:59:24.083Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:24.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9049cd76-de87-4b3f-9193-a186e28ea8a3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670637532739,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T01:59:24.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:24.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9049cd76-de87-4b3f-9193-a186e28ea8a3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670637535758,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T01:59:24.086Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:59:24.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9049cd76-de87-4b3f-9193-a186e28ea8a3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670637537571,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-10T01:59:24.087Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:59:24.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9049cd76-de87-4b3f-9193-a186e28ea8a3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670637538577,
"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-10T01:59:24.093Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T01:59:24.094Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9049cd76-de87-4b3f-9193-a186e28ea8a3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670637563294,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:59:24.101Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9049cd76-de87-4b3f-9193-a186e28ea8a3
2022-12-10T01:59:24.101Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9049cd76-de87-4b3f-9193-a186e28ea8a3 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-10T01:59:24.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "aai-model-loader",
"timestamp": 1670637540092,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:59:24.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:24.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "multicloud-k8s",
"timestamp": 1670637519136,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:59:24.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:24.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "cds-sdc-listener",
"timestamp": 1670637521139,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:59:24.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:24.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "policy-id",
"timestamp": 1670637545383,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:59:24.124Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:24.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "aai-model-loader",
"timestamp": 1670637540092,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:59:24.125Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:24.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "cds-sdc-listener",
"timestamp": 1670637521139,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:59:24.126Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:24.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.127Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "multicloud-k8s",
"timestamp": 1670637519136,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:59:24.127Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:24.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.127Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "policy-id",
"timestamp": 1670637545383,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:59:24.128Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:24.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "cds-sdc-listener",
"timestamp": 1670637521139,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:59:24.129Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:24.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "aai-model-loader",
"timestamp": 1670637540092,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:59:24.130Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:24.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "multicloud-k8s",
"timestamp": 1670637519136,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:59:24.131Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:24.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "policy-id",
"timestamp": 1670637545383,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:59:24.132Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:24.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "cds-sdc-listener",
"timestamp": 1670637521139,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:59:24.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:24.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "aai-model-loader",
"timestamp": 1670637540092,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:59:24.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:24.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "multicloud-k8s",
"timestamp": 1670637519136,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:59:24.134Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:24.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "policy-id",
"timestamp": 1670637545383,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:59:24.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:24.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "cds-sdc-listener",
"timestamp": 1670637521139,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:59:24.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:24.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "multicloud-k8s",
"timestamp": 1670637519136,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:59:24.137Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:24.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "aai-model-loader",
"timestamp": 1670637540092,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:59:24.138Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:24.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.138Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "policy-id",
"timestamp": 1670637545383,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:59:24.139Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:24.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.139Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "cds-sdc-listener",
"timestamp": 1670637521139,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:59:24.140Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:24.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "multicloud-k8s",
"timestamp": 1670637519136,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:59:24.141Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:24.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.141Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "aai-model-loader",
"timestamp": 1670637540092,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:59:24.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:24.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "policy-id",
"timestamp": 1670637545383,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:59:24.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:24.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "cds-sdc-listener",
"timestamp": 1670637521139,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/artifacts/service-DemoPnfRii1pasm2ghixx5cdb7l-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:59:24.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:24.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "multicloud-k8s",
"timestamp": 1670637519136,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/artifacts/service-DemoPnfRii1pasm2ghixx5cdb7l-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:59:24.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:24.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "aai-model-loader",
"timestamp": 1670637540092,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/artifacts/service-DemoPnfRii1pasm2ghixx5cdb7l-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:59:24.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:24.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "policy-id",
"timestamp": 1670637545383,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/artifacts/service-DemoPnfRii1pasm2ghixx5cdb7l-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:59:24.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:24.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "cds-sdc-listener",
"timestamp": 1670637521139,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/artifacts/service-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T01:59:24.148Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:24.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "aai-model-loader",
"timestamp": 1670637540092,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/artifacts/service-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T01:59:24.150Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:24.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "multicloud-k8s",
"timestamp": 1670637519136,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/artifacts/service-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T01:59:24.151Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:24.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "policy-id",
"timestamp": 1670637545383,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/artifacts/service-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T01:59:24.152Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:24.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "aai-model-loader",
"timestamp": 1670637557120,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/artifacts/service-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T01:59:24.153Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:59:24.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "cds-sdc-listener",
"timestamp": 1670637555966,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/artifacts/service-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T01:59:24.154Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:59:24.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "policy-id",
"timestamp": 1670637557230,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/artifacts/service-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T01:59:24.154Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:59:24.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "policy-id",
"timestamp": 1670637558236,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/artifacts/service-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-10T01:59:24.156Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T01:59:24.156Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.156Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "policy-id",
"timestamp": 1670637559244,
"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-10T01:59:24.193Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-10T01:59:24.195Z||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-10T01:59:24.195Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:59:24.196Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6c77cd79-02f3-48a0-89bb-c2a3c04cd155
2022-12-10T01:59:24.196Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c77cd79-02f3-48a0-89bb-c2a3c04cd155 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-10T01:59:24.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T01:59:24.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670637562739,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T01:59:24.215Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T01:59:24.225Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:59:24.225Z||pool-35-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-12-10T01:59:25.095Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T01:59:25.098Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T01:59:25.100Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T01:59:25.101Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9049cd76-de87-4b3f-9193-a186e28ea8a3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670637563294,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T01:59:25.201Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T01:59:25.202Z||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-10T01:59:25.202Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:59:25.242Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:59:25.243Z||pool-36-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-12-10T01:59:26.105Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "9049cd76-de87-4b3f-9193-a186e28ea8a3",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "3eca1028-a4c6-4c26-9b82-c69a45264092",
"serviceDescription": "service",
"serviceInvariantUUID": "1245314c-84af-4ea0-bc6f-4a9139f1cfc4",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "95258885-436e-4ab0-9710-a5acedeeec39",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "6e7026b4-3fde-495a-885a-52756606fe60",
"resourceInvariantUUID": "e12af78e-2d82-41b5-9b4e-32613b1b1b16",
"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": "NzY1MGQ2ZDM5YTllMjM5N2U5OTRmMjBkZjM0NTAxM2M\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "06825241-6073-4ed1-bb49-f61db0aef680"
}
],
"workloadContext": "Production"
}
2022-12-10T01:59:26.105Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-10T01:59:26.105Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3eca1028-a4c6-4c26-9b82-c69a45264092 ASDC
2022-12-10T01:59:26.107Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:9049cd76-de87-4b3f-9193-a186e28ea8a3
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:3eca1028-a4c6-4c26-9b82-c69a45264092
ServiceInvariantUUID:1245314c-84af-4ea0-bc6f-4a9139f1cfc4
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:06825241-6073-4ed1-bb49-f61db0aef680
ArtifactChecksum:NzY1MGQ2ZDM5YTllMjM5N2U5OTRmMjBkZjM0NTAxM2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:95258885-436e-4ab0-9710-a5acedeeec39
ResourceInvariantUUID:e12af78e-2d82-41b5-9b4e-32613b1b1b16
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:6e7026b4-3fde-495a-885a-52756606fe60
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-12-10T01:59:26.107Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3eca1028-a4c6-4c26-9b82-c69a45264092 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-10T01:59:26.175Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-10T01:59:26.177Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-10T01:59:26.177Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-10T01:59:26.177Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 06825241-6073-4ed1-bb49-f61db0aef680 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-10T01:59:26.178Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-10T01:59:26.178Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-10T01:59:26.275Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-10T01:59:26.277Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 06825241-6073-4ed1-bb49-f61db0aef680 57786
2022-12-10T01:59:26.277Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||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-10T01:59:26.278Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||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-10T01:59:26.278Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-10T01:59:26.278Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T01:59:26.284Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T01:59:26.285Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9049cd76-de87-4b3f-9193-a186e28ea8a3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670637566277,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T01:59:26.386Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-10T01:59:26.387Z||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-10T01:59:26.387Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:59:26.410Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:59:26.410Z||pool-37-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-10T01:59:27.286Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-10T01:59:27.288Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-10T01:59:27.289Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 06825241-6073-4ed1-bb49-f61db0aef680, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-10T01:59:27.290Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-12-10T01:59:27.290Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-10T01:59:27.291Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-10T01:59:27.526Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6943884020705317025/Definitions/service-BasicNetwork-template.yml
2022-12-10T01:59:28.289Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-10T01:59:28.290Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-10T01:59:28.290Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-10T01:59:28.290Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-12-10T01:59:28.290Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||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-10T01:59:28.290Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||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-10T01:59:28.290Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||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-10T01:59:28.290Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||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-10T01:59:28.290Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-10T01:59:28.291Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||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-10T01:59:28.291Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||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-10T01:59:28.291Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||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-10T01:59:28.291Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-10T01:59:28.291Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:59:28.292Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:59:28.292Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-10T01:59:28.293Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-10T01:59:28.293Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-10T01:59:28.293Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:59:28.293Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:59:28.294Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-10T01:59:28.294Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-10T01:59:28.294Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-10T01:59:28.294Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:59:28.294Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:59:28.295Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:59:28.295Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:59:28.295Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:59:28.296Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:59:28.296Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:59:28.296Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:59:28.296Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:59:28.296Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:59:28.296Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:3eca1028-a4c6-4c26-9b82-c69a45264092
Model Version:NULL
Model InvariantUuid:1245314c-84af-4ea0-bc6f-4a9139f1cfc4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:e12af78e-2d82-41b5-9b4e-32613b1b1b16
Model UUID:57aec96f-896f-42b4-89d5-b6395ac23f3e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:95258885-436e-4ab0-9710-a5acedeeec39
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-10T01:59:28.307Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 6e7026b4-3fde-495a-885a-52756606fe60
2022-12-10T01:59:28.307Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||INFO|500||No resources found for Service: 3eca1028-a4c6-4c26-9b82-c69a45264092
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-10T01:59:28.318Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||INFO|500||
2022-12-10T01:59:28.318Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-12-10T01:59:28.321Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 3eca1028-a4c6-4c26-9b82-c69a45264092
2022-12-10T01:59:28.321Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 3eca1028-a4c6-4c26-9b82-c69a45264092
2022-12-10T01:59:28.321Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-12-10T01:59:28.321Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||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-10T01:59:28.330Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@57afb61e, org.onap.sdc.toscaparser.api.parameters.Input@1149096d, org.onap.sdc.toscaparser.api.parameters.Input@4d0dd7e9, org.onap.sdc.toscaparser.api.parameters.Input@6f90b4b8, org.onap.sdc.toscaparser.api.parameters.Input@45a5e012]
2022-12-10T01:59:28.333Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:59:28.333Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:59:28.334Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:59:28.334Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:59:28.334Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 3eca1028-a4c6-4c26-9b82-c69a45264092: Generic NeutronNet
2022-12-10T01:59:28.334Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:59:28.335Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:59:28.335Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:59:28.335Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||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-10T01:59:28.390Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:59:28.391Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:59:28.391Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:59:28.391Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:59:28.392Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T01:59:28.392Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T01:59:28.392Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||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-10T01:59:28.496Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-12-10T01:59:28.497Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||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-10T01:59:28.497Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||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-10T01:59:28.497Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-10T01:59:28.497Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T01:59:28.500Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T01:59:28.500Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9049cd76-de87-4b3f-9193-a186e28ea8a3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670637568496,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-10T01:59:28.600Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T01:59:28.601Z||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-10T01:59:28.601Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:59:28.633Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:59:28.634Z||pool-38-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-12-10T01:59:29.502Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9049cd76-de87-4b3f-9193-a186e28ea8a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T01:59:29.522Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9049cd76-de87-4b3f-9193-a186e28ea8a3
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-10T01:59:29.528Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-10T01:59:29.528Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-10T01:59:29.528Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-10T01:59:29.529Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-10T01:59:29.529Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-10T01:59:29.529Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-10T01:59:29.529Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-10T01:59:29.529Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-10T01:59:29.529Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-10T01:59:29.537Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-10T01:59:59.538Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9049cd76-de87-4b3f-9193-a186e28ea8a3 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-10T01:59:59.547Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9049cd76-de87-4b3f-9193-a186e28ea8a3 and serviceModelVersionId: 3eca1028-a4c6-4c26-9b82-c69a45264092
2022-12-10T01:59:59.547Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1245314c-84af-4ea0-bc6f-4a9139f1cfc4
2022-12-10T01:59:59.549Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1245314c-84af-4ea0-bc6f-4a9139f1cfc4/model-vers/model-ver/3eca1028-a4c6-4c26-9b82-c69a45264092?depth=0
2022-12-10T01:59:59.557Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-12-10T01:59:59.647Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1245314c-84af-4ea0-bc6f-4a9139f1cfc4/model-vers/model-ver/3eca1028-a4c6-4c26-9b82-c69a45264092?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-10T01:59:59.651Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1245314c-84af-4ea0-bc6f-4a9139f1cfc4/model-vers/model-ver/3eca1028-a4c6-4c26-9b82-c69a45264092?depth=0|INFO|500||Invoke
2022-12-10T01:59:59.659Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1245314c-84af-4ea0-bc6f-4a9139f1cfc4/model-vers/model-ver/3eca1028-a4c6-4c26-9b82-c69a45264092?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-10T01:59:59.792Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1245314c-84af-4ea0-bc6f-4a9139f1cfc4/model-vers/model-ver/3eca1028-a4c6-4c26-9b82-c69a45264092?depth=0|INFO|500||InvokeReturn
2022-12-10T01:59:59.794Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1245314c-84af-4ea0-bc6f-4a9139f1cfc4/model-vers/model-ver/3eca1028-a4c6-4c26-9b82-c69a45264092?depth=0 has http status code:200 and response headers:{date=[Sat, 10 Dec 2022 01:59:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[127], vertex-id=[204976], x-aai-txid=[0-aai-resources-221210-01:59:58:779-36214], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-10T01:59:59.795Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-12-10T01:59:59.795Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-10T01:59:59.796Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-10T01:59:59.803Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-10T01:59:59.804Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9049cd76-de87-4b3f-9193-a186e28ea8a3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-10T01:59:59.804Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-10T01:59:59.804Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T01:59:59.807Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T01:59:59.807Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9049cd76-de87-4b3f-9193-a186e28ea8a3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670637599804,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-10T01:59:59.907Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T01:59:59.908Z||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-10T01:59:59.908Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T01:59:59.961Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T01:59:59.962Z||pool-39-thread-1|||||INFO|500||cambria reply ok (55 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-10T02:00:00.830Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-10T02:00:00.831Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"6c77cd79-02f3-48a0-89bb-c2a3c04cd155","serviceName":"Demo_pNF_rIi1PaSm2GHiXx5cDb7L","serviceVersion":"1.0","serviceUUID":"2dfa92f9-0d40-4a11-b3ce-12bd684d1b3c","serviceDescription":"catalog service description","serviceInvariantUUID":"423bb5cb-0657-44d8-aa24-a5eb5919e356","resources":[{"resourceInstanceName":"pNF 5c9901fa-c617 0","resourceName":"pNF 5c9901fa-c617","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"31f512a7-b6b7-40e6-a4f2-7efbfcd8b86e","resourceInvariantUUID":"47b9556c-916d-423e-b549-35bdd8e96056","resourceCustomizationUUID":"ad2e3af7-c938-462b-ba4e-99b8afdc1f48","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/vf-license-model.xml","artifactChecksum":"NDM1OTc4MWIxODIxNTE4Y2I2NzRiNjJmMTRjMzVmZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dee689cc-46d1-4f6b-98bf-8c185900ba18","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/pNF.csar","artifactChecksum":"YjRkYThhZTU3MTdjODg5NTRjZGRiMDExNDE4OGM0YzA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1571f91a-48b4-47df-a774-13d5f0962157","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"138525cd-cd67-4883-bc61-bbd6b001d99f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/vendor-license-model.xml","artifactChecksum":"OTI2ZTU4MzVhMDQwMGZjNjJhOTljN2ExNjQ3NTg2YWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ea3534b5-caf8-4b53-bfc6-5f94edd2eec6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e65455b6-ab83-403c-a304-1c7b1edff131","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"427ccd25-29ed-45d5-9ac3-d410a07ed7d4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRii1pasm2ghixx5cdb7l-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/artifacts/service-DemoPnfRii1pasm2ghixx5cdb7l-template.yml","artifactChecksum":"NTNjYzBkYjRlNWE2MDI1NmFmOGFiZDI5NDg0YzdhYzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"96aa998c-7e1e-40cc-aeae-128ce6a03913","artifactVersion":"1"},{"artifactName":"service-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/artifacts/service-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar","artifactChecksum":"MGZmODlhOWI1MDIzNWM0OGYwNmMxZThjMjFkNTYxNWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"add08663-f30e-4825-a29c-0a052db162cb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-10T02:00:00.833Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T02:00:00.833Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T02:00:00.836Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T02:00:00.836Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670637563294,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:00:00.936Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-10T02:00:00.938Z||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-10T02:00:00.938Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T02:00:00.961Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T02:00:00.962Z||pool-40-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-12-10T02:00:01.837Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T02:00:01.839Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T02:00:01.841Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T02:00:01.841Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670637563294,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:00:01.942Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-10T02:00:01.943Z||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-10T02:00:01.943Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T02:00:01.972Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T02:00:01.973Z||pool-41-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-12-10T02:00:02.843Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T02:00:02.844Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T02:00:02.846Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T02:00:02.846Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670637563294,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:00:02.946Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-10T02:00:02.947Z||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-10T02:00:02.947Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T02:00:02.977Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T02:00:02.977Z||pool-42-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-12-10T02:00:03.847Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T02:00:03.848Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T02:00:03.850Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T02:00:03.851Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670637563294,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:00:03.951Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T02:00:03.952Z||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-10T02:00:03.952Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T02:00:03.986Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T02:00:03.987Z||pool-43-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-12-10T02:00:04.851Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T02:00:04.852Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T02:00:04.864Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T02:00:04.865Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670637563294,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:00:04.955Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-12-10T02:00:04.956Z||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-10T02:00:04.956Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T02:00:04.977Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T02:00:04.978Z||pool-44-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-10T02:00:05.865Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T02:00:05.870Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T02:00:05.874Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T02:00:05.874Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670637563294,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:00:05.973Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-10T02:00:05.974Z||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-10T02:00:05.974Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T02:00:05.996Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T02:00:05.996Z||pool-45-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-12-10T02:00:06.878Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T02:00:06.879Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T02:00:06.882Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T02:00:06.882Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670637563294,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/artifacts/service-DemoPnfRii1pasm2ghixx5cdb7l-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:00:06.982Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T02:00:06.983Z||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-10T02:00:06.983Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T02:00:07.038Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T02:00:07.039Z||pool-46-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2022-12-10T02:00:07.886Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T02:00:07.889Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T02:00:07.892Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T02:00:07.892Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670637563294,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/artifacts/service-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T02:00:07.992Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T02:00:07.993Z||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-10T02:00:07.993Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T02:00:08.011Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T02:00:08.012Z||pool-47-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-10T02:00:08.898Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"serviceName": "Demo_pNF_rIi1PaSm2GHiXx5cDb7L",
"serviceVersion": "1.0",
"serviceUUID": "2dfa92f9-0d40-4a11-b3ce-12bd684d1b3c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "423bb5cb-0657-44d8-aa24-a5eb5919e356",
"resources": [
{
"resourceInstanceName": "pNF 5c9901fa-c617 0",
"resourceCustomizationUUID": "ad2e3af7-c938-462b-ba4e-99b8afdc1f48",
"resourceName": "pNF 5c9901fa-c617",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "31f512a7-b6b7-40e6-a4f2-7efbfcd8b86e",
"resourceInvariantUUID": "47b9556c-916d-423e-b549-35bdd8e96056",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/artifacts/service-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar",
"artifactChecksum": "MGZmODlhOWI1MDIzNWM0OGYwNmMxZThjMjFkNTYxNWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "add08663-f30e-4825-a29c-0a052db162cb"
}
],
"workloadContext": "Production"
}
2022-12-10T02:00:08.899Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-10T02:00:08.900Z|9049cd76-de87-4b3f-9193-a186e28ea8a3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2dfa92f9-0d40-4a11-b3ce-12bd684d1b3c ASDC
2022-12-10T02:00:08.900Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:6c77cd79-02f3-48a0-89bb-c2a3c04cd155
ServiceName:Demo_pNF_rIi1PaSm2GHiXx5cDb7L
ServiceVersion:1.0
ServiceUUID:2dfa92f9-0d40-4a11-b3ce-12bd684d1b3c
ServiceInvariantUUID:423bb5cb-0657-44d8-aa24-a5eb5919e356
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/artifacts/service-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar
ArtifactUUID:add08663-f30e-4825-a29c-0a052db162cb
ArtifactChecksum:MGZmODlhOWI1MDIzNWM0OGYwNmMxZThjMjFkNTYxNWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 5c9901fa-c617 0
ResourceCustomizationUUID:ad2e3af7-c938-462b-ba4e-99b8afdc1f48
ResourceInvariantUUID:47b9556c-916d-423e-b549-35bdd8e96056
ResourceName:pNF 5c9901fa-c617
ResourceType:PNF
ResourceUUID:31f512a7-b6b7-40e6-a4f2-7efbfcd8b86e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-12-10T02:00:08.901Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2dfa92f9-0d40-4a11-b3ce-12bd684d1b3c 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-10T02:00:08.955Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-10T02:00:08.956Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-10T02:00:08.956Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-10T02:00:08.956Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: add08663-f30e-4825-a29c-0a052db162cb from URL: /sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/artifacts/service-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar
2022-12-10T02:00:08.956Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-10T02:00:08.957Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/artifacts/service-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar
2022-12-10T02:00:09.048Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-10T02:00:09.049Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/artifacts/service-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar add08663-f30e-4825-a29c-0a052db162cb 88029
2022-12-10T02:00:09.049Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/artifacts/service-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar ASDC sendASDCNotification
2022-12-10T02:00:09.050Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/artifacts/service-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar
2022-12-10T02:00:09.050Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-10T02:00:09.050Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T02:00:09.052Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T02:00:09.052Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670637609049,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/artifacts/service-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T02:00:09.152Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T02:00:09.153Z||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-10T02:00:09.154Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T02:00:09.175Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T02:00:09.176Z||pool-48-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-10T02:00:10.053Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-10T02:00:10.054Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-10T02:00:10.054Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: add08663-f30e-4825-a29c-0a052db162cb, URL: /sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/artifacts/service-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar to file: /app/ASDC/1/service-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar
2022-12-10T02:00:10.055Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar
2022-12-10T02:00:10.056Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar
2022-12-10T02:00:10.056Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar
2022-12-10T02:00:10.242Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5072447394253917656/Definitions/service-DemoPnfRii1pasm2ghixx5cdb7l-template.yml
2022-12-10T02:00:11.039Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-10T02:00:11.040Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-10T02:00:11.040Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar
2022-12-10T02:00:11.041Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-10T02:00:11.041Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||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-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar
2022-12-10T02:00:11.041Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar
2022-12-10T02:00:11.041Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||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-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar
2022-12-10T02:00:11.041Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar
2022-12-10T02:00:11.041Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar
2022-12-10T02:00:11.042Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5c9901fa-c617 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-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar
2022-12-10T02:00:11.042Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar
2022-12-10T02:00:11.042Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-10T02:00:11.043Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T02:00:11.043Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_rIi1PaSm2GHiXx5cDb7L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T02:00:11.043Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Node template pNF 5c9901fa-c617 0 is matching search criteria
2022-12-10T02:00:11.044Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-10T02:00:11.044Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 5c9901fa-c617 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-10T02:00:11.045Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T02:00:11.045Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_rIi1PaSm2GHiXx5cDb7L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T02:00:11.045Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Node template pNF 5c9901fa-c617 0 is matching search criteria
2022-12-10T02:00:11.046Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-10T02:00:11.046Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 5c9901fa-c617 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-10T02:00:11.046Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T02:00:11.047Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_rIi1PaSm2GHiXx5cDb7L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T02:00:11.047Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T02:00:11.047Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_rIi1PaSm2GHiXx5cDb7L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T02:00:11.048Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T02:00:11.048Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_rIi1PaSm2GHiXx5cDb7L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T02:00:11.048Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T02:00:11.049Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_rIi1PaSm2GHiXx5cDb7L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T02:00:11.049Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T02:00:11.049Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_rIi1PaSm2GHiXx5cDb7L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T02:00:11.049Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_rIi1PaSm2GHiXx5cDb7L
Description:catalog service description
Model UUID:2dfa92f9-0d40-4a11-b3ce-12bd684d1b3c
Model Version:NULL
Model InvariantUuid:423bb5cb-0657-44d8-aa24-a5eb5919e356
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-10T02:00:11.060Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 31f512a7-b6b7-40e6-a4f2-7efbfcd8b86e
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-10T02:00:11.064Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||pNF 5c9901fa-c617 0
2022-12-10T02:00:11.065Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 31f512a7-b6b7-40e6-a4f2-7efbfcd8b86e
2022-12-10T02:00:11.065Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 2dfa92f9-0d40-4a11-b3ce-12bd684d1b3c
2022-12-10T02:00:11.065Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 2dfa92f9-0d40-4a11-b3ce-12bd684d1b3c
2022-12-10T02:00:11.065Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 5c9901fa-c617 0 31f512a7-b6b7-40e6-a4f2-7efbfcd8b86e 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-10T02:00:11.070Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@26c7bfc0, org.onap.sdc.toscaparser.api.parameters.Input@49c832ba, org.onap.sdc.toscaparser.api.parameters.Input@2be937c0, org.onap.sdc.toscaparser.api.parameters.Input@4fcd7bec, org.onap.sdc.toscaparser.api.parameters.Input@546ff46a]
2022-12-10T02:00:11.071Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T02:00:11.071Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_rIi1PaSm2GHiXx5cDb7L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T02:00:11.071Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 2dfa92f9-0d40-4a11-b3ce-12bd684d1b3c: pNF 5c9901fa-c617
2022-12-10T02:00:11.071Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||Processing PNF resource: 31f512a7-b6b7-40e6-a4f2-7efbfcd8b86e
2022-12-10T02:00:11.072Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T02:00:11.072Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_rIi1PaSm2GHiXx5cDb7L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T02:00:11.072Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||Resource customization UUID: ad2e3af7-c938-462b-ba4e-99b8afdc1f48 is the same as notified resource customizationUUID: ad2e3af7-c938-462b-ba4e-99b8afdc1f48
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-10T02:00:11.133Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 5c9901fa-c617 31f512a7-b6b7-40e6-a4f2-7efbfcd8b86e 0 ASDC deployResourceStructure
2022-12-10T02:00:11.133Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/artifacts/service-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar ASDC sendASDCNotification
2022-12-10T02:00:11.134Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/artifacts/service-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar
2022-12-10T02:00:11.134Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-10T02:00:11.134Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T02:00:11.136Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T02:00:11.136Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670637611133,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/artifacts/service-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-10T02:00:11.241Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-12-10T02:00:11.242Z||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-10T02:00:11.243Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T02:00:11.271Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T02:00:11.272Z||pool-49-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-12-10T02:00:12.137Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c77cd79-02f3-48a0-89bb-c2a3c04cd155
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T02:00:12.172Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c77cd79-02f3-48a0-89bb-c2a3c04cd155
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-10T02:00:12.183Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-10T02:00:12.184Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-10T02:00:12.184Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-10T02:00:23.296Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T02:00:23.297Z||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-10T02:00:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T02:00:23.349Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T02:00:23.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:00:23.351Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "aai-model-loader",
"timestamp": 1670637564572,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/artifacts/service-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-10T02:00:23.353Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T02:00:42.184Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c77cd79-02f3-48a0-89bb-c2a3c04cd155
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T02:00:42.203Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c77cd79-02f3-48a0-89bb-c2a3c04cd155
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-10T02:00:42.207Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-10T02:00:42.208Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-10T02:00:42.208Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-10T02:01:12.208Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c77cd79-02f3-48a0-89bb-c2a3c04cd155
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T02:01:12.240Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c77cd79-02f3-48a0-89bb-c2a3c04cd155
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-10T02:01:12.244Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-10T02:01:12.245Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-10T02:01:12.245Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-10T02:01:23.296Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T02:01:23.297Z||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-10T02:01:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T02:01:23.387Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T02:01:23.387Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:01:23.387Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670637562739,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:01:23.388Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:01:42.245Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c77cd79-02f3-48a0-89bb-c2a3c04cd155
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T02:01:42.267Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c77cd79-02f3-48a0-89bb-c2a3c04cd155
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-10T02:01:42.271Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-10T02:01:42.271Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-10T02:01:42.272Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-10T02:02:12.272Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c77cd79-02f3-48a0-89bb-c2a3c04cd155
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T02:02:12.303Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c77cd79-02f3-48a0-89bb-c2a3c04cd155
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-10T02:02:12.307Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-10T02:02:12.307Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-10T02:02:12.307Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-10T02:02:23.297Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T02:02:23.300Z||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-10T02:02:23.300Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T02:02:23.367Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T02:02:23.404Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.405Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9049cd76-de87-4b3f-9193-a186e28ea8a3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670637563294,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.408Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.409Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.409Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "aai-model-loader",
"timestamp": 1670637565574,
"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-10T02:02:23.427Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6c77cd79-02f3-48a0-89bb-c2a3c04cd155
2022-12-10T02:02:23.428Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c77cd79-02f3-48a0-89bb-c2a3c04cd155 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-10T02:02:23.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670637562739,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.448Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.448Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9049cd76-de87-4b3f-9193-a186e28ea8a3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670637563294,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T02:02:23.449Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670637562739,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.450Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9049cd76-de87-4b3f-9193-a186e28ea8a3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670637566277,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T02:02:23.450Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T02:02:23.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670637562739,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.451Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670637562739,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9049cd76-de87-4b3f-9193-a186e28ea8a3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670637568496,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-10T02:02:23.452Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T02:02:23.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670637562739,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/artifacts/service-DemoPnfRii1pasm2ghixx5cdb7l-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.454Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670637562739,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/artifacts/service-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T02:02:23.454Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.454Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670637571672,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/artifacts/service-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T02:02:23.454Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T02:02:23.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670637573760,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/artifacts/service-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-10T02:02:23.455Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T02:02:23.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670637574764,
"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-10T02:02:23.463Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6c77cd79-02f3-48a0-89bb-c2a3c04cd155
2022-12-10T02:02:23.463Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c77cd79-02f3-48a0-89bb-c2a3c04cd155 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-10T02:02:23.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.475Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "cds-sdc-listener",
"timestamp": 1670637556970,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.476Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "multicloud-k8s",
"timestamp": 1670637585226,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.476Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "policy-id",
"timestamp": 1670637585383,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.477Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "multicloud-k8s",
"timestamp": 1670637585226,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-12-10T02:02:23.478Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.479Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "cds-sdc-listener",
"timestamp": 1670637556970,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.479Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.479Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.479Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "policy-id",
"timestamp": 1670637585383,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.480Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.480Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.480Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "multicloud-k8s",
"timestamp": 1670637585226,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-12-10T02:02:23.481Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.481Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.481Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "cds-sdc-listener",
"timestamp": 1670637556970,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.482Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.483Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "policy-id",
"timestamp": 1670637585383,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.483Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.483Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "multicloud-k8s",
"timestamp": 1670637585226,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-12-10T02:02:23.484Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "cds-sdc-listener",
"timestamp": 1670637556970,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.486Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670637592739,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "policy-id",
"timestamp": 1670637585383,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.489Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "multicloud-k8s",
"timestamp": 1670637585226,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-12-10T02:02:23.490Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "cds-sdc-listener",
"timestamp": 1670637556970,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670637592739,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.492Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "policy-id",
"timestamp": 1670637585383,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-12-10T02:02:23.493Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "multicloud-k8s",
"timestamp": 1670637585226,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.494Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "cds-sdc-listener",
"timestamp": 1670637556970,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.494Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670637592739,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.495Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "policy-id",
"timestamp": 1670637585383,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.496Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "multicloud-k8s",
"timestamp": 1670637585226,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-12-10T02:02:23.496Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "cds-sdc-listener",
"timestamp": 1670637556970,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.497Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670637592739,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "policy-id",
"timestamp": 1670637585383,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "multicloud-k8s",
"timestamp": 1670637585226,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "cds-sdc-listener",
"timestamp": 1670637556970,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670637592739,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "policy-id",
"timestamp": 1670637585383,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "multicloud-k8s",
"timestamp": 1670637585226,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T02:02:23.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "cds-sdc-listener",
"timestamp": 1670637556970,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T02:02:23.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670637592739,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.502Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "policy-id",
"timestamp": 1670637585383,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T02:02:23.502Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "multicloud-k8s",
"timestamp": 1670637597965,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-10T02:02:23.503Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T02:02:23.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670637592739,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.503Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "cds-sdc-listener",
"timestamp": 1670637598417,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T02:02:23.504Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T02:02:23.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.504Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "policy-id",
"timestamp": 1670637599128,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T02:02:23.505Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T02:02:23.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.505Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "aai-model-loader",
"timestamp": 1670637600093,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.505Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.506Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670637592739,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.506Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.506Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "cds-sdc-listener",
"timestamp": 1670637599422,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.506Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.506Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9049cd76-de87-4b3f-9193-a186e28ea8a3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670637599804,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-10T02:02:23.506Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T02:02:23.507Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.507Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "multicloud-k8s",
"timestamp": 1670637599117,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-12-10T02:02:23.507Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T02:02:23.507Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.507Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "policy-id",
"timestamp": 1670637600133,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-10T02:02:23.507Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T02:02:23.507Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.508Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "aai-model-loader",
"timestamp": 1670637600093,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.508Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670637592739,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T02:02:23.510Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "cds-sdc-listener",
"timestamp": 1670637599422,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.510Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670637563294,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.511Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "multicloud-k8s",
"timestamp": 1670637600232,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-10T02:02:23.511Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T02:02:23.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "policy-id",
"timestamp": 1670637601137,
"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-10T02:02:23.533Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 045c5766-6357-4d20-b6ab-50d05361c341
2022-12-10T02:02:23.533Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 045c5766-6357-4d20-b6ab-50d05361c341 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-10T02:02:23.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "aai-model-loader",
"timestamp": 1670637600093,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.547Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "cds-sdc-listener",
"timestamp": 1670637599422,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.547Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670637563294,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.548Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670637602634,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T02:02:23.549Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T02:02:23.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "multicloud-k8s",
"timestamp": 1670637601327,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-12-10T02:02:23.549Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T02:02:23.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "aai-model-loader",
"timestamp": 1670637600093,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.549Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "cds-sdc-listener",
"timestamp": 1670637599422,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.550Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670637563294,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "multicloud-k8s",
"timestamp": 1670637602392,
"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-10T02:02:23.558Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 045c5766-6357-4d20-b6ab-50d05361c341
2022-12-10T02:02:23.558Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 045c5766-6357-4d20-b6ab-50d05361c341 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-10T02:02:23.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "aai-model-loader",
"timestamp": 1670637600093,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.575Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "cds-sdc-listener",
"timestamp": 1670637599422,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.575Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670637563294,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.576Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "multicloud-k8s",
"timestamp": 1670637603395,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-10T02:02:23.576Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T02:02:23.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670637604925,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-10T02:02:23.577Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T02:02:23.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "aai-model-loader",
"timestamp": 1670637600093,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.577Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "cds-sdc-listener",
"timestamp": 1670637599422,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.577Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670637563294,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.577Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670637605929,
"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-10T02:02:23.586Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 045c5766-6357-4d20-b6ab-50d05361c341
2022-12-10T02:02:23.586Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 045c5766-6357-4d20-b6ab-50d05361c341 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-10T02:02:23.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "multicloud-k8s",
"timestamp": 1670637604399,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.597Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "aai-model-loader",
"timestamp": 1670637600093,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.597Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "cds-sdc-listener",
"timestamp": 1670637599422,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T02:02:23.597Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670637563294,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/resourceInstances/pnf5c9901fac6170/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "policy-id",
"timestamp": 1670637605384,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670637592739,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "multicloud-k8s",
"timestamp": 1670637604399,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-12-10T02:02:23.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "aai-model-loader",
"timestamp": 1670637600093,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.599Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670637563294,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/artifacts/service-DemoPnfRii1pasm2ghixx5cdb7l-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.599Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "policy-id",
"timestamp": 1670637605384,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.599Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "cds-sdc-listener",
"timestamp": 1670637606760,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T02:02:23.600Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T02:02:23.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670637592739,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "multicloud-k8s",
"timestamp": 1670637604399,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-12-10T02:02:23.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "aai-model-loader",
"timestamp": 1670637600093,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T02:02:23.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670637563294,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/artifacts/service-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T02:02:23.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "policy-id",
"timestamp": 1670637605384,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-12-10T02:02:23.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "multicloud-k8s",
"timestamp": 1670637604399,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670637592739,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "aai-model-loader",
"timestamp": 1670637609232,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T02:02:23.602Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T02:02:23.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "policy-id",
"timestamp": 1670637605384,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670637609049,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/artifacts/service-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T02:02:23.603Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T02:02:23.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670637592739,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "multicloud-k8s",
"timestamp": 1670637604399,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-12-10T02:02:23.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "policy-id",
"timestamp": 1670637605384,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.604Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "multicloud-k8s",
"timestamp": 1670637604399,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.604Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670637592739,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.604Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "policy-id",
"timestamp": 1670637605384,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.604Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670637611133,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfRii1pasm2ghixx5cdb7l/1.0/artifacts/service-DemoPnfRii1pasm2ghixx5cdb7l-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-10T02:02:23.605Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T02:02:23.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670637592739,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:02:23.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "multicloud-k8s",
"timestamp": 1670637604399,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T02:02:23.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "policy-id",
"timestamp": 1670637605384,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T02:02:23.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670637592739,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T02:02:23.606Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:02:23.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "multicloud-k8s",
"timestamp": 1670637611515,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-10T02:02:23.606Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T02:02:23.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "policy-id",
"timestamp": 1670637613058,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T02:02:23.606Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T02:02:23.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670637614054,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T02:02:23.606Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T02:02:23.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "multicloud-k8s",
"timestamp": 1670637612616,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-10T02:02:23.606Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T02:02:23.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "policy-id",
"timestamp": 1670637614064,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-10T02:02:23.607Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T02:02:23.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "multicloud-k8s",
"timestamp": 1670637613743,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-12-10T02:02:23.607Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T02:02:23.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "policy-id",
"timestamp": 1670637615068,
"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-10T02:02:23.630Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 048c461f-5d4d-413f-8145-bc3e01c67771
2022-12-10T02:02:23.631Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 048c461f-5d4d-413f-8145-bc3e01c67771 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-10T02:02:23.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "multicloud-k8s",
"timestamp": 1670637614771,
"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-10T02:02:23.651Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 048c461f-5d4d-413f-8145-bc3e01c67771
2022-12-10T02:02:23.651Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 048c461f-5d4d-413f-8145-bc3e01c67771 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-10T02:02:23.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670637616426,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-10T02:02:23.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T02:02:23.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "multicloud-k8s",
"timestamp": 1670637615774,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-10T02:02:23.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T02:02:23.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670637617434,
"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-10T02:02:23.669Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 048c461f-5d4d-413f-8145-bc3e01c67771
2022-12-10T02:02:23.669Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 048c461f-5d4d-413f-8145-bc3e01c67771 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-10T02:02:23.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "aai-model-loader",
"timestamp": 1670637620436,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-10T02:02:23.685Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T02:02:23.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:02:23.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "aai-model-loader",
"timestamp": 1670637621438,
"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-10T02:02:23.691Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 045c5766-6357-4d20-b6ab-50d05361c341
2022-12-10T02:02:23.692Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 045c5766-6357-4d20-b6ab-50d05361c341 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-10T02:02:42.308Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c77cd79-02f3-48a0-89bb-c2a3c04cd155
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T02:02:42.332Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c77cd79-02f3-48a0-89bb-c2a3c04cd155
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-10T02:02:42.343Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-10T02:02:42.343Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-10T02:02:42.344Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-10T02:02:42.344Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-10T02:02:42.344Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-10T02:02:42.344Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-10T02:02:42.344Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-10T02:02:42.344Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-10T02:02:42.344Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-10T02:02:42.353Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-10T02:03:12.353Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6c77cd79-02f3-48a0-89bb-c2a3c04cd155 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-10T02:03:12.362Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6c77cd79-02f3-48a0-89bb-c2a3c04cd155 and serviceModelVersionId: 2dfa92f9-0d40-4a11-b3ce-12bd684d1b3c
2022-12-10T02:03:12.362Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 423bb5cb-0657-44d8-aa24-a5eb5919e356
2022-12-10T02:03:12.364Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/423bb5cb-0657-44d8-aa24-a5eb5919e356/model-vers/model-ver/2dfa92f9-0d40-4a11-b3ce-12bd684d1b3c?depth=0
2022-12-10T02:03:12.372Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-12-10T02:03:12.440Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/423bb5cb-0657-44d8-aa24-a5eb5919e356/model-vers/model-ver/2dfa92f9-0d40-4a11-b3ce-12bd684d1b3c?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-10T02:03:12.445Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/423bb5cb-0657-44d8-aa24-a5eb5919e356/model-vers/model-ver/2dfa92f9-0d40-4a11-b3ce-12bd684d1b3c?depth=0|INFO|500||Invoke
2022-12-10T02:03:12.451Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/423bb5cb-0657-44d8-aa24-a5eb5919e356/model-vers/model-ver/2dfa92f9-0d40-4a11-b3ce-12bd684d1b3c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-10T02:03:12.585Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/423bb5cb-0657-44d8-aa24-a5eb5919e356/model-vers/model-ver/2dfa92f9-0d40-4a11-b3ce-12bd684d1b3c?depth=0|INFO|500||InvokeReturn
2022-12-10T02:03:12.587Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/423bb5cb-0657-44d8-aa24-a5eb5919e356/model-vers/model-ver/2dfa92f9-0d40-4a11-b3ce-12bd684d1b3c?depth=0 has http status code:200 and response headers:{date=[Sat, 10 Dec 2022 02:03:11 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[111], vertex-id=[213168], x-aai-txid=[1-aai-resources-221210-02:03:11:568-118], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-10T02:03:12.588Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-12-10T02:03:12.588Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-10T02:03:12.588Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-10T02:03:12.599Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-10T02:03:12.599Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6c77cd79-02f3-48a0-89bb-c2a3c04cd155 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-10T02:03:12.600Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-10T02:03:12.600Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T02:03:12.603Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T02:03:12.603Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6c77cd79-02f3-48a0-89bb-c2a3c04cd155",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670637792599,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-10T02:03:12.704Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T02:03:12.705Z||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-10T02:03:12.705Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T02:03:12.764Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T02:03:12.765Z||pool-50-thread-1|||||INFO|500||cambria reply ok (60 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-10T02:03:13.625Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T02:03:13.625Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|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-10T02:03:13.626Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|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 5LNtp93OQ6SvhRZG) ...
2022-12-10T02:03:19.479Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T02:03:19.481Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-10T02:03:19.481Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"045c5766-6357-4d20-b6ab-50d05361c341","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"d2a4d9d6-dd9c-47c2-8677-ee01061bb201","serviceDescription":"service","serviceInvariantUUID":"88f3501d-68de-486f-9959-fb1079179d3a","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7e93e786-e0a2-494e-ab40-ae0dd419578d","resourceInvariantUUID":"1ee1c81c-ca23-4df7-a0ec-e72dd7980e4b","resourceCustomizationUUID":"ce485f77-2ca1-4564-ba2b-7ae53a2da434","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":"ZThhZWEyZWIzNTFkOGIxNGYxZDlmNDM1Mjk4YjNmNjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"29ca1efa-96b8-414e-b9ff-c1500f100b1a","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":"be2286ea-0a64-4451-8b22-1acb40aef8cb","artifactVersion":"2","generatedFromUUID":"8d329c35-15de-45f2-b8ef-9470ad49ac3a"},{"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":"8d329c35-15de-45f2-b8ef-9470ad49ac3a","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":"NGI3NzdiZWM3MGMwZThlNGQ4ZWJkNTAxYWM0N2Q2YzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"911aaf89-af3b-4fe1-9271-9c8e70cac484","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":"1a50e4e0-5a05-493a-bca6-d85ea910190a","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":"ee752e19-0622-4408-b2a1-eb862344045a","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":"44a0af1b-38e6-4abc-a5b4-dac50f37a389","artifactVersion":"2","generatedFromUUID":"1a50e4e0-5a05-493a-bca6-d85ea910190a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZDkxODI3MWIyMDc2YTBiYzRmNGNhMTgxZTdjZTA0Yjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"adf41bbb-ef01-4994-bcf3-7862500a3bb0","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YjU5MDdjNTY2YWMyYWEwMDlkMDExNTZiNjNlMzlhYWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0e2f35f6-f5fb-4c32-aa91-5fd163c282c5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-10T02:03:19.484Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T02:03:19.484Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T02:03:19.486Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T02:03:19.486Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670637793625,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:03:19.587Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T02:03:19.588Z||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-10T02:03:19.588Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T02:03:19.634Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T02:03:19.635Z||pool-51-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-12-10T02:03:20.489Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T02:03:20.489Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T02:03:20.492Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T02:03:20.492Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670637793625,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-12-10T02:03:20.592Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T02:03:20.593Z||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-10T02:03:20.594Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T02:03:20.614Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T02:03:20.614Z||pool-52-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-10T02:03:21.493Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T02:03:21.494Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T02:03:21.496Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T02:03:21.497Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670637793625,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-12-10T02:03:21.598Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T02:03:21.599Z||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-10T02:03:21.599Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T02:03:21.639Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T02:03:21.640Z||pool-53-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":5,"count":1}
2022-12-10T02:03:22.497Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T02:03:22.498Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T02:03:22.504Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T02:03:22.509Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670637793625,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-12-10T02:03:22.600Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-12-10T02:03:22.602Z||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-10T02:03:22.602Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T02:03:22.629Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T02:03:22.629Z||pool-54-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-12-10T02:03:23.296Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T02:03:23.297Z||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-10T02:03:23.297Z||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 5LNtp93OQ6SvhRZG) ...
2022-12-10T02:03:23.399Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T02:03:23.400Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:03:23.401Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "aai-model-loader",
"timestamp": 1670637630093,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:03:23.402Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:03:23.402Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:03:23.402Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "aai-model-loader",
"timestamp": 1670637630093,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:03:23.403Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:03:23.403Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:03:23.403Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "aai-model-loader",
"timestamp": 1670637630093,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:03:23.403Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:03:23.403Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:03:23.404Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "aai-model-loader",
"timestamp": 1670637630093,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:03:23.404Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:03:23.404Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:03:23.405Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "aai-model-loader",
"timestamp": 1670637630093,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:03:23.405Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:03:23.405Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:03:23.405Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "aai-model-loader",
"timestamp": 1670637630093,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:03:23.406Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:03:23.406Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:03:23.406Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "aai-model-loader",
"timestamp": 1670637630093,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T02:03:23.406Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-10T02:03:23.406Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:03:23.406Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "aai-model-loader",
"timestamp": 1670637637241,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T02:03:23.407Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T02:03:23.407Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:03:23.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "aai-model-loader",
"timestamp": 1670637647424,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-10T02:03:23.407Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T02:03:23.407Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-10T02:03:23.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "048c461f-5d4d-413f-8145-bc3e01c67771",
"consumerID": "aai-model-loader",
"timestamp": 1670637648427,
"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-10T02:03:23.422Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 048c461f-5d4d-413f-8145-bc3e01c67771
2022-12-10T02:03:23.423Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 048c461f-5d4d-413f-8145-bc3e01c67771 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-10T02:03:23.509Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T02:03:23.511Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T02:03:23.513Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T02:03:23.513Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670637793625,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-12-10T02:03:23.614Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-10T02:03:23.615Z||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-10T02:03:23.615Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T02:03:23.713Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T02:03:23.714Z||pool-55-thread-1|||||INFO|500||cambria reply ok (100 ms):{"serverTimeMs":0,"count":1}
2022-12-10T02:03:24.514Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T02:03:24.515Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T02:03:24.519Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T02:03:24.519Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670637793625,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:03:24.623Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-12-10T02:03:24.624Z||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-10T02:03:24.624Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T02:03:24.645Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T02:03:24.645Z||pool-56-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-10T02:03:25.520Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T02:03:25.520Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T02:03:25.529Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T02:03:25.529Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670637793625,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-12-10T02:03:25.638Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-12-10T02:03:25.638Z||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-10T02:03:25.639Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T02:03:25.674Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T02:03:25.675Z||pool-57-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":2,"count":1}
2022-12-10T02:03:26.530Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T02:03:26.531Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T02:03:26.533Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T02:03:26.533Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670637793625,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T02:03:26.633Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T02:03:26.634Z||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-10T02:03:26.634Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T02:03:26.658Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T02:03:26.659Z||pool-58-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-12-10T02:03:27.534Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T02:03:27.534Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T02:03:27.537Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T02:03:27.537Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670637793625,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T02:03:27.637Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-10T02:03:27.638Z||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-10T02:03:27.638Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T02:03:27.657Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T02:03:27.658Z||pool-59-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-10T02:03:28.539Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "d2a4d9d6-dd9c-47c2-8677-ee01061bb201",
"serviceDescription": "service",
"serviceInvariantUUID": "88f3501d-68de-486f-9959-fb1079179d3a",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "ce485f77-2ca1-4564-ba2b-7ae53a2da434",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7e93e786-e0a2-494e-ab40-ae0dd419578d",
"resourceInvariantUUID": "1ee1c81c-ca23-4df7-a0ec-e72dd7980e4b",
"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": "be2286ea-0a64-4451-8b22-1acb40aef8cb",
"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": "8d329c35-15de-45f2-b8ef-9470ad49ac3a",
"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": "NGI3NzdiZWM3MGMwZThlNGQ4ZWJkNTAxYWM0N2Q2YzI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "911aaf89-af3b-4fe1-9271-9c8e70cac484",
"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": "1a50e4e0-5a05-493a-bca6-d85ea910190a",
"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": "44a0af1b-38e6-4abc-a5b4-dac50f37a389",
"generatedFromUUID": "1a50e4e0-5a05-493a-bca6-d85ea910190a"
},
"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": "44a0af1b-38e6-4abc-a5b4-dac50f37a389",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "YjU5MDdjNTY2YWMyYWEwMDlkMDExNTZiNjNlMzlhYWM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0e2f35f6-f5fb-4c32-aa91-5fd163c282c5"
}
],
"workloadContext": "Production"
}
2022-12-10T02:03:28.539Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-10T02:03:28.540Z|6c77cd79-02f3-48a0-89bb-c2a3c04cd155|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d2a4d9d6-dd9c-47c2-8677-ee01061bb201 ASDC
2022-12-10T02:03:28.541Z|045c5766-6357-4d20-b6ab-50d05361c341|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:045c5766-6357-4d20-b6ab-50d05361c341
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:d2a4d9d6-dd9c-47c2-8677-ee01061bb201
ServiceInvariantUUID:88f3501d-68de-486f-9959-fb1079179d3a
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:0e2f35f6-f5fb-4c32-aa91-5fd163c282c5
ArtifactChecksum:YjU5MDdjNTY2YWMyYWEwMDlkMDExNTZiNjNlMzlhYWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:ce485f77-2ca1-4564-ba2b-7ae53a2da434
ResourceInvariantUUID:1ee1c81c-ca23-4df7-a0ec-e72dd7980e4b
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:7e93e786-e0a2-494e-ab40-ae0dd419578d
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:be2286ea-0a64-4451-8b22-1acb40aef8cb
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:8d329c35-15de-45f2-b8ef-9470ad49ac3a
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:911aaf89-af3b-4fe1-9271-9c8e70cac484
ArtifactChecksum:NGI3NzdiZWM3MGMwZThlNGQ4ZWJkNTAxYWM0N2Q2YzI=
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:1a50e4e0-5a05-493a-bca6-d85ea910190a
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:44a0af1b-38e6-4abc-a5b4-dac50f37a389
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:44a0af1b-38e6-4abc-a5b4-dac50f37a389
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-10T02:03:28.541Z|045c5766-6357-4d20-b6ab-50d05361c341|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d2a4d9d6-dd9c-47c2-8677-ee01061bb201 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-10T02:03:28.611Z|045c5766-6357-4d20-b6ab-50d05361c341|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-10T02:03:28.612Z|045c5766-6357-4d20-b6ab-50d05361c341|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-10T02:03:28.612Z|045c5766-6357-4d20-b6ab-50d05361c341|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-10T02:03:28.612Z|045c5766-6357-4d20-b6ab-50d05361c341|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0e2f35f6-f5fb-4c32-aa91-5fd163c282c5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-10T02:03:28.612Z|045c5766-6357-4d20-b6ab-50d05361c341|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-10T02:03:28.612Z|045c5766-6357-4d20-b6ab-50d05361c341|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-10T02:03:28.948Z|045c5766-6357-4d20-b6ab-50d05361c341|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-10T02:03:28.951Z|045c5766-6357-4d20-b6ab-50d05361c341|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 0e2f35f6-f5fb-4c32-aa91-5fd163c282c5 73999
2022-12-10T02:03:28.952Z|045c5766-6357-4d20-b6ab-50d05361c341|pool-2-thread-9|||||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-10T02:03:28.952Z|045c5766-6357-4d20-b6ab-50d05361c341|pool-2-thread-9|||||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-10T02:03:28.952Z|045c5766-6357-4d20-b6ab-50d05361c341|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-10T02:03:28.953Z|045c5766-6357-4d20-b6ab-50d05361c341|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T02:03:28.955Z|045c5766-6357-4d20-b6ab-50d05361c341|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T02:03:28.955Z|045c5766-6357-4d20-b6ab-50d05361c341|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "045c5766-6357-4d20-b6ab-50d05361c341",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670637808952,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T02:03:29.055Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T02:03:29.057Z||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-10T02:03:29.057Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5LNtp93OQ6SvhRZG) ...
2022-12-10T02:03:29.078Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T02:03:29.079Z||pool-60-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-10T02:03:29.956Z|045c5766-6357-4d20-b6ab-50d05361c341|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-10T02:03:29.957Z|045c5766-6357-4d20-b6ab-50d05361c341|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-10T02:03:29.957Z|045c5766-6357-4d20-b6ab-50d05361c341|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 0e2f35f6-f5fb-4c32-aa91-5fd163c282c5, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-10T02:03:29.958Z|045c5766-6357-4d20-b6ab-50d05361c341|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-12-10T02:03:29.958Z|045c5766-6357-4d20-b6ab-50d05361c341|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-10T02:03:29.958Z|045c5766-6357-4d20-b6ab-50d05361c341|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-10T02:03:30.287Z|045c5766-6357-4d20-b6ab-50d05361c341|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10165052451344501904/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-10T02:03:31.730Z|045c5766-6357-4d20-b6ab-50d05361c341|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-10T02:03:31.731Z|045c5766-6357-4d20-b6ab-50d05361c341|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-10T02:03:31.731Z|045c5766-6357-4d20-b6ab-50d05361c341|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-10T02:03:31.731Z|045c5766-6357-4d20-b6ab-50d05361c341|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-12-10T02:03:31.731Z|045c5766-6357-4d20-b6ab-50d05361c341|pool-2-thread-9|||||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-10T02:03:31.731Z|045c5766-6357-4d20-b6ab-50d05361c341|pool-2-thread-9|||||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-10T02:03:31.731Z|045c5766-6357-4d20-b6ab-50d05361c341|pool-2-thread-9|||||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-10T02:03:31.731Z|045c5766-6357-4d20-b6ab-50d05361c341|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-10T02:03:31.731Z|045c5766-6357-4d20-b6ab-50d05361c341|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-10T02:03:31.732Z|045c5766-6357-4d20-b6ab-50d05361c341|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery