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-05T23:11:13.917Z||main|||||INFO|500||The following profiles are active: basic
2022-12-05T23:11:26.698Z||main|||||INFO|500||Starting service [Tomcat]
2022-12-05T23:11:26.700Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-12-05T23:11:26.865Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-12-05T23:11:32.061Z||main|||||INFO|500||catdb-pool - Starting...
2022-12-05T23:11:32.519Z||main|||||INFO|500||catdb-pool - Start completed.
2022-12-05T23:11:32.992Z||main|||||INFO|500||reqdb-pool - Starting...
2022-12-05T23:11:33.004Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-12-05T23:11:33.117Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-12-05T23:11:33.349Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-12-05T23:11:33.981Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-05T23:11:35.767Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-05T23:11:38.325Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-05T23:11:38.393Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-12-05T23:11:39.010Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-05T23:11:39.362Z||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-05T23:11:40.842Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-05T23:11:42.050Z||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-05T23:11:42.739Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2022-12-05T23:11:42.740Z||main|||||ERROR|500||(conn=1117) Table 'catalogdb.activity_spec' doesn't exist
2022-12-05T23:11:42.760Z||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-05T23:11:45.936Z||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-05T23:11:48.746Z||main|||||WARN|500||---
2022-12-05T23:11:48.746Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-12-05T23:11:48.747Z||main|||||WARN|500||---
2022-12-05T23:11:49.256Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-12-05T23:11:54.521Z||main|||||INFO|500||Started Application in 44.269 seconds (JVM running for 46.607)
2022-12-05T23:11:54.538Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-05T23:11:54.542Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-05T23:11:54.558Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-05T23:11:54.592Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-05T23:11:54.634Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 363885c7-b32c-4d9b-924e-31d47116b70a url= /sdc/v1/artifactTypes
2022-12-05T23:11:54.635Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-12-05T23:11:54.810Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-12-05T23:11:54.836Z||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-05T23:11:54.857Z||scheduling-1|||||DEBUG|500||create keys
2022-12-05T23:11:54.864Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-12-05T23:11:54.977Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:11:54.995Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2968b9bd-5655-4ff0-87d5-75ea0b5d6173 url= /sdc/v1/registerForDistribution
2022-12-05T23:11:55.130Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2968b9bd-5655-4ff0-87d5-75ea0b5d6173 url= /sdc/v1/registerForDistribution
2022-12-05T23:11:55.131Z||scheduling-1|||||INFO|500||start DistributionClient
2022-12-05T23:11:55.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:11:55.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:11:55.148Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-12-05T23:11:55.151Z||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-05T23:11:55.151Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:11:55.151Z||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-05T23:11:55.152Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:12:05.557Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:12:05.584Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:12:55.138Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:12:55.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:12:55.142Z||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-05T23:12:55.142Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:12:55.146Z||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-05T23:12:55.146Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:13:04.701Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:13:04.703Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:13:55.138Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:13:55.139Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-05T23:13:55.139Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CsA91IHqx4f9kJAo) ...
2022-12-05T23:13:55.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:13:55.141Z||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-05T23:13:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:14:04.691Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:14:04.696Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:14:55.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:14:55.139Z||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-05T23:14:55.139Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:14:55.140Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:14:55.141Z||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-05T23:14:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:15:04.692Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:15:04.694Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:15:55.138Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:15:55.139Z||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-05T23:15:55.139Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:15:55.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:15:55.141Z||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-05T23:15:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:16:04.688Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:16:04.688Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:16:55.138Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:16:55.139Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-05T23:16:55.139Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CsA91IHqx4f9kJAo) ...
2022-12-05T23:16:55.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:16:55.140Z||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-05T23:16:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:17:04.693Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:17:04.696Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:17:55.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:17:55.138Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-05T23:17:55.139Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CsA91IHqx4f9kJAo) ...
2022-12-05T23:17:55.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:17:55.140Z||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-05T23:17:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:18:04.701Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:18:04.704Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:18:55.140Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:18:55.138Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:18:55.142Z||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-05T23:18:55.142Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:18:55.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-05T23:18:55.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CsA91IHqx4f9kJAo) ...
2022-12-05T23:19:04.695Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:19:04.695Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:19:55.138Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:19:55.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:19:55.140Z||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-05T23:19:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:19:55.141Z||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-05T23:19:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:20:04.690Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:20:04.690Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:20:55.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:20:55.138Z||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-05T23:20:55.139Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:20:55.140Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:20:55.140Z||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-05T23:20:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:21:04.691Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:21:04.691Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:21:49.860Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-05T23:21:55.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:21:55.139Z||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-05T23:21:55.139Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:21:55.140Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:21:55.141Z||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-05T23:21:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:22:04.694Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:22:04.694Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:22:55.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:22:55.138Z||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-05T23:22:55.139Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:22:55.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:22:55.140Z||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-05T23:22:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:23:04.689Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:23:04.689Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:23:55.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:23:55.138Z||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-05T23:23:55.139Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:23:55.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:23:55.140Z||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-05T23:23:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:24:04.684Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:24:04.688Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:24:55.138Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:24:55.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:24:55.140Z||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-05T23:24:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:24:55.141Z||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-05T23:24:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:25:04.687Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:25:04.699Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:25:55.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:25:55.138Z||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-05T23:25:55.139Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:25:55.140Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:25:55.141Z||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-05T23:25:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:26:04.688Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:26:04.688Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:26:55.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:26:55.139Z||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-05T23:26:55.139Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:26:55.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:26:55.140Z||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-05T23:26:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:27:04.702Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:27:04.702Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:27:55.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:27:55.138Z||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-05T23:27:55.139Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:27:55.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:27:55.140Z||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-05T23:27:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:28:04.686Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:28:04.686Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:28:55.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:28:55.138Z||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-05T23:28:55.139Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:28:55.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:28:55.140Z||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-05T23:28:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:29:04.689Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:29:04.689Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:29:55.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:29:55.139Z||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-05T23:29:55.139Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:29:55.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:29:55.140Z||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-05T23:29:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:30:04.686Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:30:04.694Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:30:55.138Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:30:55.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:30:55.141Z||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-05T23:30:55.141Z||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-05T23:30:55.146Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:30:55.146Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:31:04.757Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:31:04.757Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:31:55.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:31:55.138Z||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-05T23:31:55.139Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:31:55.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:31:55.140Z||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-05T23:31:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:32:04.685Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:32:04.685Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:32:55.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:32:55.138Z||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-05T23:32:55.139Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:32:55.140Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:32:55.140Z||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-05T23:32:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:33:04.684Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:33:04.685Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:33:55.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:33:55.139Z||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-05T23:33:55.139Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:33:55.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:33:55.141Z||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-05T23:33:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:34:04.686Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:34:04.694Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:34:55.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:34:55.138Z||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-05T23:34:55.139Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:34:55.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:34:55.140Z||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-05T23:34:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:35:04.688Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:35:04.690Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:35:55.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:35:55.138Z||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-05T23:35:55.138Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:35:55.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:35:55.140Z||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-05T23:35:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:36:04.703Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:36:04.703Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:36:55.138Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:36:55.139Z||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-05T23:36:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:36:55.140Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:36:55.140Z||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-05T23:36:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:37:04.693Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:37:04.693Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:37:55.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:37:55.139Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-05T23:37:55.139Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CsA91IHqx4f9kJAo) ...
2022-12-05T23:37:55.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:37:55.141Z||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-05T23:37:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:38:04.686Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:38:04.686Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:38:55.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:38:55.138Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-05T23:38:55.139Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CsA91IHqx4f9kJAo) ...
2022-12-05T23:38:55.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:38:55.140Z||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-05T23:38:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:39:04.689Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:39:04.701Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:39:55.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:39:55.139Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-05T23:39:55.139Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CsA91IHqx4f9kJAo) ...
2022-12-05T23:39:55.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:39:55.140Z||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-05T23:39:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:40:04.688Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:40:04.689Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:40:55.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:40:55.139Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-05T23:40:55.139Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CsA91IHqx4f9kJAo) ...
2022-12-05T23:40:55.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:40:55.140Z||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-05T23:40:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:41:04.685Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:41:04.688Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:41:55.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:41:55.138Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-05T23:41:55.138Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CsA91IHqx4f9kJAo) ...
2022-12-05T23:41:55.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:41:55.140Z||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-05T23:41:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:42:04.689Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:42:04.690Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:42:55.138Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:42:55.139Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-05T23:42:55.140Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CsA91IHqx4f9kJAo) ...
2022-12-05T23:42:55.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:42:55.140Z||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-05T23:42:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:43:04.712Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:43:04.712Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:43:55.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:43:55.138Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-05T23:43:55.139Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CsA91IHqx4f9kJAo) ...
2022-12-05T23:43:55.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:43:55.140Z||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-05T23:43:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:44:04.684Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:44:04.690Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:44:55.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:44:55.138Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-05T23:44:55.139Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CsA91IHqx4f9kJAo) ...
2022-12-05T23:44:55.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:44:55.141Z||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-05T23:44:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:45:04.685Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:45:04.688Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:45:55.137Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:45:55.139Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-05T23:45:55.139Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CsA91IHqx4f9kJAo) ...
2022-12-05T23:45:55.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:45:55.141Z||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-05T23:45:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:46:04.689Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:46:04.689Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:46:55.137Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:46:55.138Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-05T23:46:55.139Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CsA91IHqx4f9kJAo) ...
2022-12-05T23:46:55.140Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:46:55.140Z||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-05T23:46:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:47:04.687Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:47:04.712Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:47:55.137Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:47:55.138Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-05T23:47:55.138Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CsA91IHqx4f9kJAo) ...
2022-12-05T23:47:55.140Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:47:55.140Z||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-05T23:47:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:48:04.688Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:48:04.688Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:48:55.138Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:48:55.140Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-05T23:48:55.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:48:55.140Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CsA91IHqx4f9kJAo) ...
2022-12-05T23:48:55.141Z||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-05T23:48:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:49:04.687Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:49:04.688Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:49:55.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:49:55.138Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-05T23:49:55.139Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CsA91IHqx4f9kJAo) ...
2022-12-05T23:49:55.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:49:55.140Z||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-05T23:49:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:50:04.683Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:50:04.684Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:50:55.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:50:55.138Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-05T23:50:55.139Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CsA91IHqx4f9kJAo) ...
2022-12-05T23:50:55.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:50:55.141Z||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-05T23:50:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:51:04.685Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:51:04.685Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:51:55.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:51:55.139Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-05T23:51:55.139Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CsA91IHqx4f9kJAo) ...
2022-12-05T23:51:55.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:51:55.141Z||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-05T23:51:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:52:04.688Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:52:04.690Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:52:55.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:52:55.138Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-05T23:52:55.139Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CsA91IHqx4f9kJAo) ...
2022-12-05T23:52:55.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:52:55.141Z||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-05T23:52:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:53:04.713Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:53:04.713Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:53:55.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:53:55.138Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-05T23:53:55.138Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CsA91IHqx4f9kJAo) ...
2022-12-05T23:53:55.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:53:55.140Z||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-05T23:53:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:54:04.703Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:54:04.704Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:54:55.138Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:54:55.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:54:55.140Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-05T23:54:55.140Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CsA91IHqx4f9kJAo) ...
2022-12-05T23:54:55.140Z||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-05T23:54:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:55:04.693Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:55:04.693Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:55:55.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:55:55.139Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-05T23:55:55.139Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CsA91IHqx4f9kJAo) ...
2022-12-05T23:55:55.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:55:55.140Z||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-05T23:55:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:56:04.685Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:56:04.693Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:56:55.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:56:55.139Z||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-05T23:56:55.139Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:56:55.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:56:55.140Z||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-05T23:56:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:57:04.686Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:57:04.686Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:57:55.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:57:55.139Z||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-05T23:57:55.139Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:57:55.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:57:55.141Z||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-05T23:57:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:58:04.692Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:58:04.694Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:58:55.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:58:55.138Z||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-05T23:58:55.139Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:58:55.140Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:58:55.141Z||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-05T23:58:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:59:04.721Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:59:04.721Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T23:59:55.138Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:59:55.139Z||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-05T23:59:55.139Z||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 CsA91IHqx4f9kJAo) ...
2022-12-05T23:59:55.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T23:59:55.140Z||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-05T23:59:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:00:04.689Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:00:04.690Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:00:55.138Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:00:55.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:00:55.140Z||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-06T00:00:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:00:55.141Z||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-06T00:00:55.142Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:01:04.703Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:01:04.703Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:01:55.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:01:55.138Z||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-06T00:01:55.139Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:01:55.140Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:01:55.141Z||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-06T00:01:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:02:04.703Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:02:04.704Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:02:55.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:02:55.138Z||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-06T00:02:55.139Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:02:55.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:02:55.140Z||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-06T00:02:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:03:04.688Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:03:04.688Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:03:55.137Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:03:55.138Z||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-06T00:03:55.139Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:03:55.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:03:55.140Z||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-06T00:03:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:04:04.700Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:04:04.700Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:04:55.137Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:04:55.138Z||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-06T00:04:55.139Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:04:55.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:04:55.141Z||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-06T00:04:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:05:04.690Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:05:04.690Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:05:55.137Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:05:55.139Z||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-06T00:05:55.139Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:05:55.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:05:55.140Z||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-06T00:05:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:06:04.698Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:06:04.698Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:06:55.138Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:06:55.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:06:55.140Z||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-06T00:06:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:06:55.141Z||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-06T00:06:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:07:04.695Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:07:04.695Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:07:55.138Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:07:55.139Z||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-06T00:07:55.139Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:07:55.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:07:55.140Z||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-06T00:07:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:08:04.759Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:08:04.759Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:08:55.138Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:08:55.139Z||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-06T00:08:55.139Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:08:55.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:08:55.140Z||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-06T00:08:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:09:04.688Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:09:04.688Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:09:55.137Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:09:55.138Z||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-06T00:09:55.138Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:09:55.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:09:55.140Z||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-06T00:09:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:10:04.689Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:10:04.690Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:10:55.138Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:10:55.139Z||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-06T00:10:55.139Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:10:55.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:10:55.140Z||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-06T00:10:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:11:04.688Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:11:04.694Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:11:55.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:11:55.138Z||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-06T00:11:55.139Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:11:55.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:11:55.140Z||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-06T00:11:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:12:04.683Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:12:04.684Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:12:55.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:12:55.138Z||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-06T00:12:55.138Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:12:55.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:12:55.140Z||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-06T00:12:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:13:04.695Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:13:04.700Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:13:55.137Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:13:55.139Z||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-06T00:13:55.139Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:13:55.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:13:55.141Z||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-06T00:13:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:14:04.721Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:14:04.728Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:14:55.137Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:14:55.139Z||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-06T00:14:55.139Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:14:55.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:14:55.140Z||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-06T00:14:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:15:04.688Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:15:04.688Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:15:55.137Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:15:55.139Z||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-06T00:15:55.139Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:15:55.140Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:15:55.141Z||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-06T00:15:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:16:04.689Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:16:04.691Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:16:55.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:16:55.138Z||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-06T00:16:55.139Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:16:55.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:16:55.141Z||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-06T00:16:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:17:04.694Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:17:04.718Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:17:55.138Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:17:55.139Z||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-06T00:17:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:17:55.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:17:55.140Z||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-06T00:17:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:18:04.689Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:18:04.689Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:18:55.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:18:55.138Z||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-06T00:18:55.139Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:18:55.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:18:55.140Z||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-06T00:18:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:19:04.686Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:19:04.686Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:19:55.138Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:19:55.139Z||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-06T00:19:55.139Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:19:55.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:19:55.142Z||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-06T00:19:55.142Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:20:04.689Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:20:04.711Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:20:55.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:20:55.138Z||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-06T00:20:55.138Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:20:55.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:20:55.140Z||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-06T00:20:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:21:04.686Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:21:04.686Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:21:55.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:21:55.138Z||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-06T00:21:55.138Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:21:55.140Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:21:55.140Z||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-06T00:21:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:22:04.695Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:22:04.696Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:22:55.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:22:55.139Z||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-06T00:22:55.139Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:22:55.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:22:55.140Z||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-06T00:22:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:23:04.686Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:23:04.686Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:23:55.138Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:23:55.140Z||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-06T00:23:55.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:23:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:23:55.140Z||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-06T00:23:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:23:55.371Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:23:55.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "aai-model-loader",
"timestamp": 1670286184538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.408Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "multicloud-k8s",
"timestamp": 1670286165191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.409Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "cds-sdc-listener",
"timestamp": 1670286140116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.409Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "policy-id",
"timestamp": 1670286191817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.410Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670286192384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.410Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "aai-model-loader",
"timestamp": 1670286184538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/vfw653b9ef08e120_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.411Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "multicloud-k8s",
"timestamp": 1670286165191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/vfw653b9ef08e120_modules.json",
"status": "NOTIFIED"
}
2022-12-06T00:23:55.411Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "cds-sdc-listener",
"timestamp": 1670286140116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/vfw653b9ef08e120_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.412Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "policy-id",
"timestamp": 1670286191817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/vfw653b9ef08e120_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.412Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670286192384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/vfw653b9ef08e120_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.413Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.413Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.413Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "aai-model-loader",
"timestamp": 1670286184538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.413Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.413Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.413Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "multicloud-k8s",
"timestamp": 1670286165191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-06T00:23:55.413Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.413Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "cds-sdc-listener",
"timestamp": 1670286140116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.414Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "policy-id",
"timestamp": 1670286191817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-06T00:23:55.414Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670286192384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.415Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "aai-model-loader",
"timestamp": 1670286184538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.416Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "multicloud-k8s",
"timestamp": 1670286165191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "cds-sdc-listener",
"timestamp": 1670286140116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670286192384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "policy-id",
"timestamp": 1670286191817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "aai-model-loader",
"timestamp": 1670286184538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "multicloud-k8s",
"timestamp": 1670286165191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-06T00:23:55.419Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "cds-sdc-listener",
"timestamp": 1670286140116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.419Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.420Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "policy-id",
"timestamp": 1670286191817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.420Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.420Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670286192384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.420Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.420Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "aai-model-loader",
"timestamp": 1670286184538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/artifacts/service-Vfw20221206002217-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.421Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.421Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "multicloud-k8s",
"timestamp": 1670286165191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/artifacts/service-Vfw20221206002217-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.421Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.421Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "cds-sdc-listener",
"timestamp": 1670286140116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/artifacts/service-Vfw20221206002217-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.422Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "policy-id",
"timestamp": 1670286191817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/artifacts/service-Vfw20221206002217-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.422Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670286192384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/artifacts/service-Vfw20221206002217-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.422Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.423Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "aai-model-loader",
"timestamp": 1670286184538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/artifacts/service-Vfw20221206002217-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T00:23:55.423Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.423Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "multicloud-k8s",
"timestamp": 1670286165191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/artifacts/service-Vfw20221206002217-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T00:23:55.423Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.423Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "cds-sdc-listener",
"timestamp": 1670286140116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/artifacts/service-Vfw20221206002217-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T00:23:55.424Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.424Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "policy-id",
"timestamp": 1670286191817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/artifacts/service-Vfw20221206002217-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T00:23:55.424Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.424Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670286192384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/artifacts/service-Vfw20221206002217-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T00:23:55.424Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.425Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "multicloud-k8s",
"timestamp": 1670286201729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/vfw653b9ef08e120_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:23:55.425Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:23:55.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.425Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "cds-sdc-listener",
"timestamp": 1670286201408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/artifacts/service-Vfw20221206002217-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:23:55.425Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:23:55.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "aai-model-loader",
"timestamp": 1670286201052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/artifacts/service-Vfw20221206002217-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:23:55.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:23:55.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "policy-id",
"timestamp": 1670286202384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/artifacts/service-Vfw20221206002217-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:23:55.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:23:55.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670286202862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/artifacts/service-Vfw20221206002217-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:23:55.427Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:23:55.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "multicloud-k8s",
"timestamp": 1670286202817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:23:55.427Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:23:55.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "policy-id",
"timestamp": 1670286203402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/artifacts/service-Vfw20221206002217-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T00:23:55.428Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:23:55.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.428Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "multicloud-k8s",
"timestamp": 1670286203881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:23:55.428Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:23:55.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "policy-id",
"timestamp": 1670286204422,
"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-06T00:23:55.593Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 23ef0411-ec38-4e41-87ec-48bfa7401c10
2022-12-06T00:23:55.616Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23ef0411-ec38-4e41-87ec-48bfa7401c10 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-06T00:23:55.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "multicloud-k8s",
"timestamp": 1670286204983,
"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-06T00:23:55.671Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 23ef0411-ec38-4e41-87ec-48bfa7401c10
2022-12-06T00:23:55.672Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23ef0411-ec38-4e41-87ec-48bfa7401c10 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-06T00:23:55.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "multicloud-k8s",
"timestamp": 1670286205985,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/vfw653b9ef08e120_modules.json",
"status": "DEPLOY_OK"
}
2022-12-06T00:23:55.692Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:23:55.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670286209163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/artifacts/service-Vfw20221206002217-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T00:23:55.693Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:23:55.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670286210168,
"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-06T00:23:55.702Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 23ef0411-ec38-4e41-87ec-48bfa7401c10
2022-12-06T00:23:55.702Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23ef0411-ec38-4e41-87ec-48bfa7401c10 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-06T00:23:55.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "aai-model-loader",
"timestamp": 1670286218968,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/artifacts/service-Vfw20221206002217-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T00:23:55.721Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:23:55.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "aai-model-loader",
"timestamp": 1670286219973,
"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-06T00:23:55.731Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 23ef0411-ec38-4e41-87ec-48bfa7401c10
2022-12-06T00:23:55.731Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23ef0411-ec38-4e41-87ec-48bfa7401c10 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-06T00:23:55.743Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.744Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "aai-model-loader",
"timestamp": 1670286220975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.744Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.744Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.744Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "cds-sdc-listener",
"timestamp": 1670286202424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.744Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.745Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.745Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "multicloud-k8s",
"timestamp": 1670286206990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.745Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.745Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.745Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670286222385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.745Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.745Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "cds-sdc-listener",
"timestamp": 1670286202424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/basic_onboard_gnhjxy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.746Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "aai-model-loader",
"timestamp": 1670286220975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/basic_onboard_gnhjxy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.746Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "multicloud-k8s",
"timestamp": 1670286206990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/basic_onboard_gnhjxy0_modules.json",
"status": "NOTIFIED"
}
2022-12-06T00:23:55.746Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670286222385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/basic_onboard_gnhjxy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.747Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "cds-sdc-listener",
"timestamp": 1670286202424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.747Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "multicloud-k8s",
"timestamp": 1670286206990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-06T00:23:55.748Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "aai-model-loader",
"timestamp": 1670286220975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.748Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670286222385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.749Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "cds-sdc-listener",
"timestamp": 1670286202424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.749Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "aai-model-loader",
"timestamp": 1670286220975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.749Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "multicloud-k8s",
"timestamp": 1670286206990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.750Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670286222385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.750Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "aai-model-loader",
"timestamp": 1670286220975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.750Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "multicloud-k8s",
"timestamp": 1670286206990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-06T00:23:55.751Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "cds-sdc-listener",
"timestamp": 1670286202424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.751Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.752Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670286222385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.752Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.752Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "cds-sdc-listener",
"timestamp": 1670286202424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/artifacts/service-BasicOnboardGnhjxy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.752Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.753Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "multicloud-k8s",
"timestamp": 1670286206990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/artifacts/service-BasicOnboardGnhjxy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.753Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.753Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "aai-model-loader",
"timestamp": 1670286220975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/artifacts/service-BasicOnboardGnhjxy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.753Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.753Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.754Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670286222385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/artifacts/service-BasicOnboardGnhjxy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.754Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.754Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "cds-sdc-listener",
"timestamp": 1670286202424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/artifacts/service-BasicOnboardGnhjxy-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T00:23:55.755Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.755Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "aai-model-loader",
"timestamp": 1670286220975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/artifacts/service-BasicOnboardGnhjxy-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T00:23:55.755Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.756Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "multicloud-k8s",
"timestamp": 1670286206990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/artifacts/service-BasicOnboardGnhjxy-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T00:23:55.756Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.756Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670286222385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/artifacts/service-BasicOnboardGnhjxy-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T00:23:55.756Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.757Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "multicloud-k8s",
"timestamp": 1670286231364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/basic_onboard_gnhjxy0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:23:55.757Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:23:55.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.757Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "cds-sdc-listener",
"timestamp": 1670286231040,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/artifacts/service-BasicOnboardGnhjxy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:23:55.758Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:23:55.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "aai-model-loader",
"timestamp": 1670286230672,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/artifacts/service-BasicOnboardGnhjxy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:23:55.758Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:23:55.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670286232657,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/artifacts/service-BasicOnboardGnhjxy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:23:55.759Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:23:55.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "policy-id",
"timestamp": 1670286231817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.759Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "multicloud-k8s",
"timestamp": 1670286232427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:23:55.760Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:23:55.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "policy-id",
"timestamp": 1670286231817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/basic_onboard_gnhjxy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.760Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "multicloud-k8s",
"timestamp": 1670286233490,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:23:55.761Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:23:55.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "policy-id",
"timestamp": 1670286231817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-06T00:23:55.761Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:23:55.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "multicloud-k8s",
"timestamp": 1670286234518,
"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-06T00:23:55.775Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:23:55.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"23ef0411-ec38-4e41-87ec-48bfa7401c10","serviceName":"vFW 2022-12-06 00-22-17","serviceVersion":"1.0","serviceUUID":"7b29a665-cfe9-4ad7-b554-238705cc3b10","serviceDescription":"catalog service description","serviceInvariantUUID":"aab454a2-408e-4000-bae5-c0ca651397e1","resources":[{"resourceInstanceName":"vFW 653b9ef0-8e12 0","resourceName":"vFW 653b9ef0-8e12","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"02964335-3af3-4d83-bd59-571914163479","resourceInvariantUUID":"aea84f26-1ec0-4a46-89c7-36e74d273e91","resourceCustomizationUUID":"ce64014e-107f-4cca-93ea-abd15657d5d8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/vf-license-model.xml","artifactChecksum":"ZGI3OTRiMTBkNTNlMzNlZGNjMjNiY2IyZDk0NmQwZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f041a4c4-0356-47f2-ae91-7e3478f6cc3a","artifactVersion":"1"},{"artifactName":"vfw653b9ef08e120_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/vfw653b9ef08e120_modules.json","artifactChecksum":"ODM0YjIxMjhiMzQyNWFiYzA2YWE0MGMyOTUwZmY5MGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"611c3ef0-0b2f-4380-ab29-efc2fedecdaf","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"524d9f50-fd72-4c62-8b20-3b7e460a5f68","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/vendor-license-model.xml","artifactChecksum":"Njk3OWQ1OTI4MzIxZDIzZDk4ZGJhN2RlMGY5MjcwYjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d614e052-b4a8-4b06-ba13-cccad0875bc2","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1effbc59-065f-42ee-b21d-aca45c345dd6","artifactVersion":"2","generatedFromUUID":"524d9f50-fd72-4c62-8b20-3b7e460a5f68"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221206002217-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221206002217/1.0/artifacts/service-Vfw20221206002217-template.yml","artifactChecksum":"YThhMTM3NWIwOTZlYmI4YzEyMTM1MDM3Yjk2YzdhZDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9f33302e-7b3d-432d-b62b-a79f2bfdab1e","artifactVersion":"1"},{"artifactName":"service-Vfw20221206002217-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221206002217/1.0/artifacts/service-Vfw20221206002217-csar.csar","artifactChecksum":"MmEzMTIwMDQ2NDJkNjA3N2EzODQ2OTQ0ZDllYzVhMDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e2251943-69fd-4086-9bf3-8337614df9f1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-06T00:23:55.781Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3eca8a0a-e604-42c9-8138-4e4811c8830a
2022-12-06T00:23:55.782Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3eca8a0a-e604-42c9-8138-4e4811c8830a 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=?
2022-12-06T00:23:55.787Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-06T00:23:55.793Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:23:55.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:23:55.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670286235266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/artifacts/service-BasicOnboardGnhjxy-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T00:23:55.794Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:23:55.805Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:23:55.805Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286235137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:55.905Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-12-06T00:23:55.911Z||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-06T00:23:55.912Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:23:55.931Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:23:55.933Z||pool-3-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-06T00:23:56.812Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T00:23:56.812Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:23:56.815Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:23:56.815Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286235137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/vfw653b9ef08e120_modules.json",
"status": "NOTIFIED"
}
2022-12-06T00:23:56.915Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:23:56.916Z||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-06T00:23:56.916Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:23:56.932Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:23:56.933Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-06T00:23:57.815Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T00:23:57.817Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:23:57.819Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:23:57.820Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286235137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-06T00:23:57.920Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:23:57.921Z||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-06T00:23:57.921Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:23:57.933Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:23:57.933Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-06T00:23:58.820Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T00:23:58.822Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:23:58.824Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:23:58.824Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286235137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:23:58.924Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:23:58.925Z||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-06T00:23:58.925Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:23:58.939Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:23:58.939Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-06T00:23:59.824Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T00:23:59.827Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:23:59.829Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:23:59.829Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286235137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-06T00:23:59.929Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:23:59.931Z||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-06T00:23:59.931Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:23:59.946Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:23:59.947Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-06T00:24:00.830Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T00:24:00.831Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:24:00.833Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:24:00.834Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286235137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/artifacts/service-Vfw20221206002217-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:24:00.934Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:24:00.935Z||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-06T00:24:00.935Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:24:00.948Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:24:00.948Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-06T00:24:01.834Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T00:24:01.835Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:24:01.838Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:24:01.839Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286235137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/artifacts/service-Vfw20221206002217-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T00:24:01.939Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T00:24:01.941Z||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-06T00:24:01.941Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:24:01.959Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:24:01.960Z||pool-9-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-06T00:24:02.841Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"serviceName": "vFW 2022-12-06 00-22-17",
"serviceVersion": "1.0",
"serviceUUID": "7b29a665-cfe9-4ad7-b554-238705cc3b10",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "aab454a2-408e-4000-bae5-c0ca651397e1",
"resources": [
{
"resourceInstanceName": "vFW 653b9ef0-8e12 0",
"resourceCustomizationUUID": "ce64014e-107f-4cca-93ea-abd15657d5d8",
"resourceName": "vFW 653b9ef0-8e12",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "02964335-3af3-4d83-bd59-571914163479",
"resourceInvariantUUID": "aea84f26-1ec0-4a46-89c7-36e74d273e91",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw653b9ef08e120_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/vfw653b9ef08e120_modules.json",
"artifactChecksum": "ODM0YjIxMjhiMzQyNWFiYzA2YWE0MGMyOTUwZmY5MGE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "611c3ef0-0b2f-4380-ab29-efc2fedecdaf",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "524d9f50-fd72-4c62-8b20-3b7e460a5f68",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1effbc59-065f-42ee-b21d-aca45c345dd6",
"generatedFromUUID": "524d9f50-fd72-4c62-8b20-3b7e460a5f68"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1effbc59-065f-42ee-b21d-aca45c345dd6",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221206002217-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/artifacts/service-Vfw20221206002217-csar.csar",
"artifactChecksum": "MmEzMTIwMDQ2NDJkNjA3N2EzODQ2OTQ0ZDllYzVhMDY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e2251943-69fd-4086-9bf3-8337614df9f1"
}
],
"workloadContext": "Production"
}
2022-12-06T00:24:02.842Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-06T00:24:02.842Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7b29a665-cfe9-4ad7-b554-238705cc3b10 ASDC
2022-12-06T00:24:02.948Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:23ef0411-ec38-4e41-87ec-48bfa7401c10
ServiceName:vFW 2022-12-06 00-22-17
ServiceVersion:1.0
ServiceUUID:7b29a665-cfe9-4ad7-b554-238705cc3b10
ServiceInvariantUUID:aab454a2-408e-4000-bae5-c0ca651397e1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221206002217-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221206002217/1.0/artifacts/service-Vfw20221206002217-csar.csar
ArtifactUUID:e2251943-69fd-4086-9bf3-8337614df9f1
ArtifactChecksum:MmEzMTIwMDQ2NDJkNjA3N2EzODQ2OTQ0ZDllYzVhMDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 653b9ef0-8e12 0
ResourceCustomizationUUID:ce64014e-107f-4cca-93ea-abd15657d5d8
ResourceInvariantUUID:aea84f26-1ec0-4a46-89c7-36e74d273e91
ResourceName:vFW 653b9ef0-8e12
ResourceType:VF
ResourceUUID:02964335-3af3-4d83-bd59-571914163479
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw653b9ef08e120_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/vfw653b9ef08e120_modules.json
ArtifactUUID:611c3ef0-0b2f-4380-ab29-efc2fedecdaf
ArtifactChecksum:ODM0YjIxMjhiMzQyNWFiYzA2YWE0MGMyOTUwZmY5MGE=
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/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.yaml
ArtifactUUID:524d9f50-fd72-4c62-8b20-3b7e460a5f68
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/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.env
ArtifactUUID:1effbc59-065f-42ee-b21d-aca45c345dd6
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/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.env
ArtifactUUID:1effbc59-065f-42ee-b21d-aca45c345dd6
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-06T00:24:02.949Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7b29a665-cfe9-4ad7-b554-238705cc3b10 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-06T00:24:03.005Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T00:24:03.006Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-12-06T00:24:03.007Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-12-06T00:24:03.008Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e2251943-69fd-4086-9bf3-8337614df9f1 from URL: /sdc/v1/catalog/services/Vfw20221206002217/1.0/artifacts/service-Vfw20221206002217-csar.csar
2022-12-06T00:24:03.008Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-06T00:24:03.010Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221206002217/1.0/artifacts/service-Vfw20221206002217-csar.csar
2022-12-06T00:24:03.081Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-06T00:24:03.090Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221206002217/1.0/artifacts/service-Vfw20221206002217-csar.csar e2251943-69fd-4086-9bf3-8337614df9f1 101455
2022-12-06T00:24:03.093Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221206002217/1.0/artifacts/service-Vfw20221206002217-csar.csar ASDC sendASDCNotification
2022-12-06T00:24:03.093Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221206002217/1.0/artifacts/service-Vfw20221206002217-csar.csar
2022-12-06T00:24:03.094Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T00:24:03.095Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:24:03.098Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:24:03.098Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286243091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/artifacts/service-Vfw20221206002217-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:24:03.199Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:24:03.200Z||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-06T00:24:03.200Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:24:03.219Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:24:03.220Z||pool-10-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-06T00:24:04.099Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T00:24:04.100Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-12-06T00:24:04.100Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e2251943-69fd-4086-9bf3-8337614df9f1, URL: /sdc/v1/catalog/services/Vfw20221206002217/1.0/artifacts/service-Vfw20221206002217-csar.csar to file: /app/ASDC/1/service-Vfw20221206002217-csar.csar
2022-12-06T00:24:04.101Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221206002217-csar.csar
2022-12-06T00:24:04.181Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221206002217-csar.csar
2022-12-06T00:24:04.182Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221206002217-csar.csar
2022-12-06T00:24:04.905Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8893756415493781431/Definitions/service-Vfw20221206002217-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_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_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-06T00:24:07.919Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-06T00:24:07.925Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-12-06T00:24:07.925Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221206002217-csar.csar
2022-12-06T00:24:07.925Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-06T00:24:07.926Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221206002217-csar.csar
2022-12-06T00:24:07.926Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221206002217-csar.csar
2022-12-06T00:24:07.926Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221206002217-csar.csar
2022-12-06T00:24:07.926Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 653b9ef0-8e12 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-Vfw20221206002217-csar.csar
2022-12-06T00:24:07.926Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221206002217-csar.csar
2022-12-06T00:24:07.926Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221206002217-csar.csar
2022-12-06T00:24:07.927Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221206002217-csar.csar
2022-12-06T00:24:07.927Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221206002217-csar.csar
2022-12-06T00:24:07.927Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221206002217-csar.csar
2022-12-06T00:24:07.927Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221206002217-csar.csar
2022-12-06T00:24:07.928Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221206002217-csar.csar
2022-12-06T00:24:07.928Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-12-06T00:24:07.936Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:24:07.938Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-06 00-22-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:24:07.942Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vFW 653b9ef0-8e12 0 is matching search criteria
2022-12-06T00:24:07.942Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-12-06T00:24:07.944Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 653b9ef0-8e12 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-06T00:24:07.945Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:24:07.946Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-06 00-22-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:24:07.946Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vFW 653b9ef0-8e12 0 is matching search criteria
2022-12-06T00:24:07.946Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-12-06T00:24:07.946Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 653b9ef0-8e12 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-06T00:24:07.947Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:24:07.947Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-06 00-22-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:24:07.950Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:24:07.950Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vFW 653b9ef0-8e12 0 is not matching search criteria
2022-12-06T00:24:07.951Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-06T00:24:07.951Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-06T00:24:07.951Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-06T00:24:07.951Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-06T00:24:07.952Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-06T00:24:07.952Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-06T00:24:07.952Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-06T00:24:07.952Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-06T00:24:07.953Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-06T00:24:07.953Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-06T00:24:07.954Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-06T00:24:07.954Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-06T00:24:07.955Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-06T00:24:07.955Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-06T00:24:07.955Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-06T00:24:07.955Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-06T00:24:07.956Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:24:07.956Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-06 00-22-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-06T00:24:07.957Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:24:07.957Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vFW 653b9ef0-8e12 0 is matching search criteria
2022-12-06T00:24:07.958Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 653b9ef0-8e12 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T00:24:07.959Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:24:07.959Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vFW 653b9ef0-8e12 0 is matching search criteria
2022-12-06T00:24:07.959Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 653b9ef0-8e12 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T00:24:07.959Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:24:07.959Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vFW 653b9ef0-8e12 0 is matching search criteria
2022-12-06T00:24:07.959Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 653b9ef0-8e12 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T00:24:07.960Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:24:07.960Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vFW 653b9ef0-8e12 0 is not matching search criteria
2022-12-06T00:24:07.960Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-06T00:24:07.960Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-06T00:24:07.960Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-06T00:24:07.960Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-06T00:24:07.960Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-06T00:24:07.961Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-06T00:24:07.961Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-06T00:24:07.961Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-06T00:24:07.961Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-06T00:24:07.961Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-06T00:24:07.961Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-06T00:24:07.962Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=605e3a10-4a37-4812-b804-462b049f6327
2022-12-06T00:24:07.962Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:24:07.962Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vFW 653b9ef0-8e12 0 is not matching search criteria
2022-12-06T00:24:07.962Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-06T00:24:07.962Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-06T00:24:07.962Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-06T00:24:07.963Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-06T00:24:07.963Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-06T00:24:07.963Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-06T00:24:07.963Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-06T00:24:07.963Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-06T00:24:07.963Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-06T00:24:07.963Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-06T00:24:07.964Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-06T00:24:07.964Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-06T00:24:07.964Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d6e065c0-0b69-4747-9b02-09abac9529af
2022-12-06T00:24:07.964Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:24:07.964Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vFW 653b9ef0-8e12 0 is not matching search criteria
2022-12-06T00:24:07.964Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-06T00:24:07.965Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-06T00:24:07.965Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-06T00:24:07.965Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-06T00:24:07.965Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-06T00:24:07.965Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-06T00:24:07.965Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-06T00:24:07.965Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-06T00:24:07.966Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-06T00:24:07.966Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-06T00:24:07.966Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-06T00:24:07.966Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-06T00:24:07.966Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7751f560-47d7-4669-87a4-a979eebc4095
2022-12-06T00:24:07.966Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:24:07.967Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-06 00-22-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:24:07.967Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:24:07.967Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-06 00-22-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:24:07.967Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:24:07.967Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-06 00-22-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:24:07.967Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:24:07.968Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-06 00-22-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:24:07.968Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-12-06 00-22-17
Description:catalog service description
Model UUID:7b29a665-cfe9-4ad7-b554-238705cc3b10
Model Version:NULL
Model InvariantUuid:aab454a2-408e-4000-bae5-c0ca651397e1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 653b9ef0-8e12
Model UUID:24209783-e212-4831-b52a-f9d8d6e05a7f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:aea84f26-1ec0-4a46-89c7-36e74d273e91
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ce64014e-107f-4cca-93ea-abd15657d5d8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:2a86face-2bb1-4cdb-a956-5053f5919099
ModelName:Vfw653b9ef08e12..base_vfw..module-0
ModelUuid:427e13ea-8d9d-4a00-95a3-8be593abaa3c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:605e3a10-4a37-4812-b804-462b049f6327
ModelInvariantUuid:3a61f825-a485-48e0-975f-c39c132487c9
ModelName:vFW 653b9ef0-8e12-nodes.vfwCvfc
ModelUuid:df945741-7191-4098-a16b-9611fef94c9b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:c5a41b2e-3480-4343-8c81-ef4b051acf0a
ModelInvariantUuid:af72c75b-26ba-4d1a-91f1-b9974189464d
ModelName:Vfw653b9ef08e12.compute.nodes.heat.vfw
ModelUuid:dfd4103b-3f06-4a36-92d3-631ecaa66783
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d6e065c0-0b69-4747-9b02-09abac9529af
ModelInvariantUuid:e7e6e25f-5f34-4a06-af2b-1316063b30f6
ModelName:vFW 653b9ef0-8e12-nodes.vsnCvfc
ModelUuid:77e56bc2-23c2-478a-b3ec-26a51e70c26c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:0aaec99d-6144-4bb5-b46c-cb878f2cad46
ModelInvariantUuid:6676e3c5-2bc2-4f19-a993-a07c96c63270
ModelName:Vfw653b9ef08e12.compute.nodes.heat.vsn
ModelUuid:ee2e41b8-254b-428d-92a2-c748bf6bf0f3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7751f560-47d7-4669-87a4-a979eebc4095
ModelInvariantUuid:c7767bac-d33b-4c41-bf3a-7a0ade63ee55
ModelName:vFW 653b9ef0-8e12-nodes.vpgCvfc
ModelUuid:27b13673-92d4-43cd-a43e-ec4466667831
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:c5d09b79-c037-4a21-9345-b614ebc9382a
ModelInvariantUuid:9e9df7aa-ad2d-4a21-9918-92ebc412ad58
ModelName:Vfw653b9ef08e12.compute.nodes.heat.vpg
ModelUuid:67efa9e3-e520-4838-ad1d-c8225909cdba
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-06T00:24:07.983Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 02964335-3af3-4d83-bd59-571914163479
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-06T00:24:08.037Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||vFW 653b9ef0-8e12 0
2022-12-06T00:24:08.044Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 02964335-3af3-4d83-bd59-571914163479
2022-12-06T00:24:08.044Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 611c3ef0-0b2f-4380-ab29-efc2fedecdaf from URL: /sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/vfw653b9ef08e120_modules.json
2022-12-06T00:24:08.044Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-06T00:24:08.044Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/vfw653b9ef08e120_modules.json
2022-12-06T00:24:08.106Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-06T00:24:08.107Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/vfw653b9ef08e120_modules.json 611c3ef0-0b2f-4380-ab29-efc2fedecdaf 785
2022-12-06T00:24:08.107Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/vfw653b9ef08e120_modules.json ASDC sendASDCNotification
2022-12-06T00:24:08.108Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/vfw653b9ef08e120_modules.json
2022-12-06T00:24:08.108Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T00:24:08.108Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:24:08.110Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:24:08.111Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286248107,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/vfw653b9ef08e120_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:24:08.211Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:24:08.213Z||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-06T00:24:08.213Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:24:08.227Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:24:08.228Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-06T00:24:09.112Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw653b9ef08e12..base_vfw..module-0",
"vfModuleModelInvariantUUID": "2a86face-2bb1-4cdb-a956-5053f5919099",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "427e13ea-8d9d-4a00-95a3-8be593abaa3c",
"vfModuleModelCustomizationUUID": "3ad5fe50-200b-4e07-b90d-370da6bbd926",
"isBase": true,
"artifacts": [
"524d9f50-fd72-4c62-8b20-3b7e460a5f68",
"1effbc59-065f-42ee-b21d-aca45c345dd6"
],
"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-06T00:24:09.132Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw653b9ef08e12..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:427e13ea-8d9d-4a00-95a3-8be593abaa3c
VfModuleModelInvariantUUID:2a86face-2bb1-4cdb-a956-5053f5919099
VfModuleModelDescription:NULL
Artifacts UUID List:{
524d9f50-fd72-4c62-8b20-3b7e460a5f68
,
1effbc59-065f-42ee-b21d-aca45c345dd6
}
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-06T00:24:09.135Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw653b9ef08e12..base_vfw..module-0",
"vfModuleModelInvariantUUID": "2a86face-2bb1-4cdb-a956-5053f5919099",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "427e13ea-8d9d-4a00-95a3-8be593abaa3c",
"vfModuleModelCustomizationUUID": "3ad5fe50-200b-4e07-b90d-370da6bbd926",
"isBase": true,
"artifacts": [
"524d9f50-fd72-4c62-8b20-3b7e460a5f68",
"1effbc59-065f-42ee-b21d-aca45c345dd6"
],
"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-06T00:24:09.135Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw653b9ef08e12..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:427e13ea-8d9d-4a00-95a3-8be593abaa3c
VfModuleModelInvariantUUID:2a86face-2bb1-4cdb-a956-5053f5919099
VfModuleModelDescription:NULL
Artifacts UUID List:{
524d9f50-fd72-4c62-8b20-3b7e460a5f68
,
1effbc59-065f-42ee-b21d-aca45c345dd6
}
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-06T00:24:09.135Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 524d9f50-fd72-4c62-8b20-3b7e460a5f68 from URL: /sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.yaml
2022-12-06T00:24:09.136Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-06T00:24:09.136Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.yaml
2022-12-06T00:24:09.193Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-06T00:24:09.193Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.yaml 524d9f50-fd72-4c62-8b20-3b7e460a5f68 20368
2022-12-06T00:24:09.194Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-06T00:24:09.194Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.yaml
2022-12-06T00:24:09.194Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T00:24:09.194Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:24:09.197Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:24:09.197Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286249193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:24:09.297Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:24:09.298Z||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-06T00:24:09.298Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:24:09.314Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:24:09.315Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-06T00:24:10.198Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1effbc59-065f-42ee-b21d-aca45c345dd6 from URL: /sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.env
2022-12-06T00:24:10.198Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-06T00:24:10.199Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.env
2022-12-06T00:24:10.257Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-06T00:24:10.258Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.env 1effbc59-065f-42ee-b21d-aca45c345dd6 2098
2022-12-06T00:24:10.258Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-06T00:24:10.258Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.env
2022-12-06T00:24:10.259Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T00:24:10.259Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:24:10.263Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:24:10.263Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286250258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:24:10.363Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:24:10.364Z||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-06T00:24:10.364Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:24:10.381Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:24:10.381Z||pool-13-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-06T00:24:11.264Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 7b29a665-cfe9-4ad7-b554-238705cc3b10
2022-12-06T00:24:11.265Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 653b9ef0-8e12 0 02964335-3af3-4d83-bd59-571914163479 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-06T00:24:11.305Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@47cf6690, org.onap.sdc.toscaparser.api.parameters.Input@27fac648, org.onap.sdc.toscaparser.api.parameters.Input@5e2aa3b6, org.onap.sdc.toscaparser.api.parameters.Input@2cc2a8c9, org.onap.sdc.toscaparser.api.parameters.Input@1085a027]
2022-12-06T00:24:11.309Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:24:11.309Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-06 00-22-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:24:11.309Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-12-06T00:24:11.309Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= ce64014e-107f-4cca-93ea-abd15657d5d8
2022-12-06T00:24:11.309Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ce64014e-107f-4cca-93ea-abd15657d5d8 matches Tosca VF Customization UUID: ce64014e-107f-4cca-93ea-abd15657d5d8
2022-12-06T00:24:11.309Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: ce64014e-107f-4cca-93ea-abd15657d5d8 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-06T00:24:11.319Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:24:11.319Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-06 00-22-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:24:11.320Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id ce64014e-107f-4cca-93ea-abd15657d5d8: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-06T00:24:11.321Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2ba31484
2022-12-06T00:24:11.321Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:24:11.321Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-06 00-22-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-06T00:24:11.321Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3ad5fe50-200b-4e07-b90d-370da6bbd926
2022-12-06T00:24:11.322Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3ad5fe50-200b-4e07-b90d-370da6bbd926
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-06T00:24:11.329Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:24:11.330Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vFW 653b9ef0-8e12 0 is matching search criteria
2022-12-06T00:24:11.330Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 653b9ef0-8e12 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T00:24:11.330Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:24:11.331Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vFW 653b9ef0-8e12 0 is matching search criteria
2022-12-06T00:24:11.331Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 653b9ef0-8e12 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T00:24:11.331Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:24:11.331Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vFW 653b9ef0-8e12 0 is not matching search criteria
2022-12-06T00:24:11.331Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-06T00:24:11.332Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-06T00:24:11.332Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-06T00:24:11.332Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-06T00:24:11.333Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-06T00:24:11.333Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-06T00:24:11.333Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-06T00:24:11.333Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-06T00:24:11.333Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-06T00:24:11.334Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-06T00:24:11.334Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-06T00:24:11.334Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=605e3a10-4a37-4812-b804-462b049f6327
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-06T00:24:11.343Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:24:11.343Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vFW 653b9ef0-8e12 0 is matching search criteria
2022-12-06T00:24:11.343Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 653b9ef0-8e12 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T00:24:11.343Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:24:11.344Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vFW 653b9ef0-8e12 0 is not matching search criteria
2022-12-06T00:24:11.344Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-06T00:24:11.344Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-06T00:24:11.344Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-06T00:24:11.344Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-06T00:24:11.344Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-06T00:24:11.344Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-06T00:24:11.345Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-06T00:24:11.345Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-06T00:24:11.345Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-06T00:24:11.345Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-06T00:24:11.345Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-06T00:24:11.345Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-06T00:24:11.346Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d6e065c0-0b69-4747-9b02-09abac9529af
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-06T00:24:11.348Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:24:11.348Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vFW 653b9ef0-8e12 0 is matching search criteria
2022-12-06T00:24:11.348Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 653b9ef0-8e12 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T00:24:11.351Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:24:11.351Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vFW 653b9ef0-8e12 0 is not matching search criteria
2022-12-06T00:24:11.351Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-06T00:24:11.351Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-06T00:24:11.352Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-06T00:24:11.352Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-06T00:24:11.352Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-06T00:24:11.352Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-06T00:24:11.352Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-06T00:24:11.352Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-06T00:24:11.353Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-06T00:24:11.353Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-06T00:24:11.353Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-06T00:24:11.354Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-06T00:24:11.354Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7751f560-47d7-4669-87a4-a979eebc4095
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-06T00:24:11.357Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:24:11.357Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vFW 653b9ef0-8e12 0 is matching search criteria
2022-12-06T00:24:11.357Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 653b9ef0-8e12 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T00:24:11.357Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:24:11.358Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Node template vFW 653b9ef0-8e12 0 is matching search criteria
2022-12-06T00:24:11.358Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 653b9ef0-8e12 0] matching following query criteria: sdcType=VF, customizationUUID=ce64014e-107f-4cca-93ea-abd15657d5d8
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-06T00:24:11.360Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:24:11.360Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-06 00-22-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:24:11.360Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 7b29a665-cfe9-4ad7-b554-238705cc3b10: vFW 653b9ef0-8e12
2022-12-06T00:24:11.361Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:24:11.361Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-06 00-22-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:24:11.361Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:24:11.361Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-06 00-22-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:24:11.361Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:24:11.361Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-06 00-22-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:24:11.362Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:24:11.362Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-06 00-22-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:24:11.362Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:24:11.362Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-12-06 00-22-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:24:11.363Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-12-06 00-22-17
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-06T00:24:11.678Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 653b9ef0-8e12 02964335-3af3-4d83-bd59-571914163479 1 ASDC deployResourceStructure
2022-12-06T00:24:11.679Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/vfw653b9ef08e120_modules.json ASDC sendASDCNotification
2022-12-06T00:24:11.679Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/vfw653b9ef08e120_modules.json
2022-12-06T00:24:11.679Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T00:24:11.680Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:24:11.682Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:24:11.682Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286251679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/vfw653b9ef08e120_modules.json",
"status": "DEPLOY_OK"
}
2022-12-06T00:24:11.783Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:24:11.784Z||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-06T00:24:11.784Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:24:11.800Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:24:11.800Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-06T00:24:12.685Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-06T00:24:12.685Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.yaml
2022-12-06T00:24:12.685Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T00:24:12.686Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:24:12.688Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:24:12.688Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286252685,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-06T00:24:12.788Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:24:12.789Z||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-06T00:24:12.789Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:24:12.805Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:24:12.806Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-06T00:24:13.689Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-06T00:24:13.689Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.env
2022-12-06T00:24:13.689Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T00:24:13.690Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:24:13.691Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:24:13.692Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286253689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-06T00:24:13.792Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:24:13.793Z||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-06T00:24:13.794Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:24:13.809Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:24:13.810Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-06T00:24:14.693Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221206002217/1.0/artifacts/service-Vfw20221206002217-csar.csar ASDC sendASDCNotification
2022-12-06T00:24:14.693Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221206002217/1.0/artifacts/service-Vfw20221206002217-csar.csar
2022-12-06T00:24:14.693Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T00:24:14.693Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:24:14.696Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:24:14.696Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286254692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/artifacts/service-Vfw20221206002217-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T00:24:14.796Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:24:14.797Z||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-06T00:24:14.798Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:24:14.813Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:24:14.814Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-06T00:24:15.697Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23ef0411-ec38-4e41-87ec-48bfa7401c10
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T00:24:15.720Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23ef0411-ec38-4e41-87ec-48bfa7401c10
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-06T00:24:15.732Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T00:24:15.733Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-06T00:24:15.733Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-06T00:24:15.733Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-06T00:24:15.733Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T00:24:15.733Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T00:24:15.733Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T00:24:15.733Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T00:24:15.734Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-06T00:24:15.744Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-06T00:24:45.745Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23ef0411-ec38-4e41-87ec-48bfa7401c10 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-06T00:24:45.758Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23ef0411-ec38-4e41-87ec-48bfa7401c10 and serviceModelVersionId: 7b29a665-cfe9-4ad7-b554-238705cc3b10
2022-12-06T00:24:45.759Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aab454a2-408e-4000-bae5-c0ca651397e1
2022-12-06T00:24:55.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:24:55.141Z||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-06T00:24:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:24:55.172Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:24:55.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:24:55.174Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "policy-id",
"timestamp": 1670286231817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:24:55.175Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:25:01.103Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aab454a2-408e-4000-bae5-c0ca651397e1/model-vers/model-ver/7b29a665-cfe9-4ad7-b554-238705cc3b10?depth=0
2022-12-06T00:25:01.224Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-12-06T00:25:01.766Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aab454a2-408e-4000-bae5-c0ca651397e1/model-vers/model-ver/7b29a665-cfe9-4ad7-b554-238705cc3b10?depth=0|INFO|500||Invoke
2022-12-06T00:25:01.775Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aab454a2-408e-4000-bae5-c0ca651397e1/model-vers/model-ver/7b29a665-cfe9-4ad7-b554-238705cc3b10?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aab454a2-408e-4000-bae5-c0ca651397e1/model-vers/model-ver/7b29a665-cfe9-4ad7-b554-238705cc3b10?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[23ef0411-ec38-4e41-87ec-48bfa7401c10], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2ebc79de-79d3-4e6a-8a3a-86b89b8833b8], X-ECOMP-RequestID=[23ef0411-ec38-4e41-87ec-48bfa7401c10], X-TransactionId=[], X-ONAP-RequestID=[23ef0411-ec38-4e41-87ec-48bfa7401c10], Content-Type=[application/merge-patch+json]}
2022-12-06T00:25:01.799Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aab454a2-408e-4000-bae5-c0ca651397e1/model-vers/model-ver/7b29a665-cfe9-4ad7-b554-238705cc3b10?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-06T00:25:02.062Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aab454a2-408e-4000-bae5-c0ca651397e1/model-vers/model-ver/7b29a665-cfe9-4ad7-b554-238705cc3b10?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/aab454a2-408e-4000-bae5-c0ca651397e1/model-vers/model-ver/7b29a665-cfe9-4ad7-b554-238705cc3b10?depth=0 has http status code:200 and response headers:{date=[Tue, 06 Dec 2022 00:25:00 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[222], vertex-id=[217248], x-aai-txid=[1-aai-resources-221206-00:25:00:906-18884], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-06T00:25:02.064Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aab454a2-408e-4000-bae5-c0ca651397e1/model-vers/model-ver/7b29a665-cfe9-4ad7-b554-238705cc3b10?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-06T00:25:02.065Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aab454a2-408e-4000-bae5-c0ca651397e1/model-vers/model-ver/7b29a665-cfe9-4ad7-b554-238705cc3b10?depth=0|INFO|500||InvokeReturn
2022-12-06T00:25:02.073Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-06T00:25:02.073Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-06T00:25:02.087Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-06T00:25:02.088Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23ef0411-ec38-4e41-87ec-48bfa7401c10 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-06T00:25:02.089Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-06T00:25:02.089Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:25:02.091Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:25:02.091Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286302088,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-06T00:25:02.191Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:25:02.193Z||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-06T00:25:02.193Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:25:02.214Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:25:02.215Z||pool-18-thread-1|||||INFO|500||cambria reply ok (23 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-06T00:25:03.109Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-06T00:25:03.109Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"3eca8a0a-e604-42c9-8138-4e4811c8830a","serviceName":"basic_onboard_gNHJxy","serviceVersion":"1.0","serviceUUID":"65f3c2f7-b7dd-484f-bf1b-3d6c1270edd9","serviceDescription":"service","serviceInvariantUUID":"afff260a-917d-4f2d-b69a-54245f821eaf","resources":[{"resourceInstanceName":"basic_onboard_gNHJxy 0","resourceName":"basic_onboard_gNHJxy","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0aa5842f-5e78-4788-9dcf-0664c15e9336","resourceInvariantUUID":"9e39d76d-52b2-4156-8a70-8fefd6fb3ff0","resourceCustomizationUUID":"841fc0dc-d4f2-44a8-8886-405d0087b1ad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/vf-license-model.xml","artifactChecksum":"ZmQwYTc0ZDY2NGVhNDhhZDk2NTdmMjdmZTU4NzQzMzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a2f1d46a-4037-4b1a-9527-49effd5226f3","artifactVersion":"1"},{"artifactName":"basic_onboard_gnhjxy0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/basic_onboard_gnhjxy0_modules.json","artifactChecksum":"MDRkMjM1ZTZiM2VhZjM5NWMxNzYyY2NiMzM4N2I3M2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"688f1c68-87fd-47ee-b326-b9cc39743d89","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d8d831aa-6b31-4495-bec0-62dd497b8a91","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56cddf4a-8d64-4ca0-885b-54de785006da","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b435c205-ff8d-49cf-887c-5c0916d907c5","artifactVersion":"2","generatedFromUUID":"d8d831aa-6b31-4495-bec0-62dd497b8a91"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGnhjxy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/artifacts/service-BasicOnboardGnhjxy-template.yml","artifactChecksum":"YjU4ZTJlMGQ0YWRjNjcyMzEwZmY0MGMwNThmNThjYWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d12b26b2-5295-41c7-82bb-a9b229e74123","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGnhjxy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/artifacts/service-BasicOnboardGnhjxy-csar.csar","artifactChecksum":"YzAwM2IzYjMwMDAyZmI2MzRjNGFmNjgwNDBjZmU2ZGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"72811567-2e6e-4894-9d69-f6637b2ce978","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-06T00:25:03.110Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T00:25:03.111Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:25:03.113Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:25:03.113Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286235137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:25:03.213Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:25:03.214Z||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-06T00:25:03.214Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:25:03.234Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:25:03.235Z||pool-19-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-06T00:25:04.114Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T00:25:04.116Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:25:04.118Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:25:04.118Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286235137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/basic_onboard_gnhjxy0_modules.json",
"status": "NOTIFIED"
}
2022-12-06T00:25:04.218Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T00:25:04.219Z||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-06T00:25:04.220Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:25:04.234Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:25:04.235Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-06T00:25:05.119Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T00:25:05.120Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:25:05.123Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:25:05.123Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286235137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-06T00:25:05.223Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T00:25:05.225Z||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-06T00:25:05.225Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:25:05.245Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:25:05.246Z||pool-21-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-12-06T00:25:06.124Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T00:25:06.125Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:25:06.127Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:25:06.128Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286235137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:25:06.230Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-06T00:25:06.231Z||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-06T00:25:06.231Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:25:06.254Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:25:06.255Z||pool-22-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-12-06T00:25:07.129Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T00:25:07.130Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:25:07.132Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:25:07.133Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286235137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-06T00:25:07.233Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:25:07.234Z||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-06T00:25:07.234Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:25:07.249Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:25:07.250Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-06T00:25:08.134Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T00:25:08.135Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:25:08.137Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:25:08.138Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286235137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/artifacts/service-BasicOnboardGnhjxy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:25:08.238Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:25:08.239Z||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-06T00:25:08.239Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:25:08.255Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:25:08.255Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-06T00:25:09.139Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T00:25:09.140Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:25:09.142Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:25:09.142Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286235137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/artifacts/service-BasicOnboardGnhjxy-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T00:25:09.242Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T00:25:09.243Z||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-06T00:25:09.243Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:25:09.270Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:25:09.271Z||pool-25-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-12-06T00:25:10.144Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"serviceName": "basic_onboard_gNHJxy",
"serviceVersion": "1.0",
"serviceUUID": "65f3c2f7-b7dd-484f-bf1b-3d6c1270edd9",
"serviceDescription": "service",
"serviceInvariantUUID": "afff260a-917d-4f2d-b69a-54245f821eaf",
"resources": [
{
"resourceInstanceName": "basic_onboard_gNHJxy 0",
"resourceCustomizationUUID": "841fc0dc-d4f2-44a8-8886-405d0087b1ad",
"resourceName": "basic_onboard_gNHJxy",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "0aa5842f-5e78-4788-9dcf-0664c15e9336",
"resourceInvariantUUID": "9e39d76d-52b2-4156-8a70-8fefd6fb3ff0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_gnhjxy0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/basic_onboard_gnhjxy0_modules.json",
"artifactChecksum": "MDRkMjM1ZTZiM2VhZjM5NWMxNzYyY2NiMzM4N2I3M2M\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "688f1c68-87fd-47ee-b326-b9cc39743d89",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d8d831aa-6b31-4495-bec0-62dd497b8a91",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b435c205-ff8d-49cf-887c-5c0916d907c5",
"generatedFromUUID": "d8d831aa-6b31-4495-bec0-62dd497b8a91"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b435c205-ff8d-49cf-887c-5c0916d907c5",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardGnhjxy-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/artifacts/service-BasicOnboardGnhjxy-csar.csar",
"artifactChecksum": "YzAwM2IzYjMwMDAyZmI2MzRjNGFmNjgwNDBjZmU2ZGI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "72811567-2e6e-4894-9d69-f6637b2ce978"
}
],
"workloadContext": "Production"
}
2022-12-06T00:25:10.145Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-06T00:25:10.146Z|23ef0411-ec38-4e41-87ec-48bfa7401c10|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 65f3c2f7-b7dd-484f-bf1b-3d6c1270edd9 ASDC
2022-12-06T00:25:10.146Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:3eca8a0a-e604-42c9-8138-4e4811c8830a
ServiceName:basic_onboard_gNHJxy
ServiceVersion:1.0
ServiceUUID:65f3c2f7-b7dd-484f-bf1b-3d6c1270edd9
ServiceInvariantUUID:afff260a-917d-4f2d-b69a-54245f821eaf
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGnhjxy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/artifacts/service-BasicOnboardGnhjxy-csar.csar
ArtifactUUID:72811567-2e6e-4894-9d69-f6637b2ce978
ArtifactChecksum:YzAwM2IzYjMwMDAyZmI2MzRjNGFmNjgwNDBjZmU2ZGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gNHJxy 0
ResourceCustomizationUUID:841fc0dc-d4f2-44a8-8886-405d0087b1ad
ResourceInvariantUUID:9e39d76d-52b2-4156-8a70-8fefd6fb3ff0
ResourceName:basic_onboard_gNHJxy
ResourceType:VF
ResourceUUID:0aa5842f-5e78-4788-9dcf-0664c15e9336
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gnhjxy0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/basic_onboard_gnhjxy0_modules.json
ArtifactUUID:688f1c68-87fd-47ee-b326-b9cc39743d89
ArtifactChecksum:MDRkMjM1ZTZiM2VhZjM5NWMxNzYyY2NiMzM4N2I3M2M=
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/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.yaml
ArtifactUUID:d8d831aa-6b31-4495-bec0-62dd497b8a91
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/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.env
ArtifactUUID:b435c205-ff8d-49cf-887c-5c0916d907c5
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/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.env
ArtifactUUID:b435c205-ff8d-49cf-887c-5c0916d907c5
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-06T00:25:10.147Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 65f3c2f7-b7dd-484f-bf1b-3d6c1270edd9 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-06T00:25:10.183Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T00:25:10.184Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-12-06T00:25:10.184Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-12-06T00:25:10.185Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 72811567-2e6e-4894-9d69-f6637b2ce978 from URL: /sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/artifacts/service-BasicOnboardGnhjxy-csar.csar
2022-12-06T00:25:10.185Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-06T00:25:10.185Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/artifacts/service-BasicOnboardGnhjxy-csar.csar
2022-12-06T00:25:10.249Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-06T00:25:10.250Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/artifacts/service-BasicOnboardGnhjxy-csar.csar 72811567-2e6e-4894-9d69-f6637b2ce978 75688
2022-12-06T00:25:10.251Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/artifacts/service-BasicOnboardGnhjxy-csar.csar ASDC sendASDCNotification
2022-12-06T00:25:10.251Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/artifacts/service-BasicOnboardGnhjxy-csar.csar
2022-12-06T00:25:10.251Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T00:25:10.251Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:25:10.254Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:25:10.254Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286310250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/artifacts/service-BasicOnboardGnhjxy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:25:10.354Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:25:10.355Z||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-06T00:25:10.355Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:25:10.370Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:25:10.371Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-06T00:25:11.255Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T00:25:11.256Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-12-06T00:25:11.256Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 72811567-2e6e-4894-9d69-f6637b2ce978, URL: /sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/artifacts/service-BasicOnboardGnhjxy-csar.csar to file: /app/ASDC/1/service-BasicOnboardGnhjxy-csar.csar
2022-12-06T00:25:11.257Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardGnhjxy-csar.csar
2022-12-06T00:25:11.257Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardGnhjxy-csar.csar
2022-12-06T00:25:11.258Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardGnhjxy-csar.csar
2022-12-06T00:25:11.452Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3245109672396179614/Definitions/service-BasicOnboardGnhjxy-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-06T00:25:12.701Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-06T00:25:12.702Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-12-06T00:25:12.702Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardGnhjxy-csar.csar
2022-12-06T00:25:12.702Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-06T00:25:12.702Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardGnhjxy-csar.csar
2022-12-06T00:25:12.703Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGnhjxy-csar.csar
2022-12-06T00:25:12.703Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGnhjxy-csar.csar
2022-12-06T00:25:12.703Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGnhjxy-csar.csar
2022-12-06T00:25:12.703Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardGnhjxy-csar.csar
2022-12-06T00:25:12.703Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_gNHJxy 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-BasicOnboardGnhjxy-csar.csar
2022-12-06T00:25:12.703Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardGnhjxy-csar.csar
2022-12-06T00:25:12.704Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-12-06T00:25:12.704Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:25:12.704Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_gNHJxy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:25:12.704Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_gNHJxy 0 is matching search criteria
2022-12-06T00:25:12.705Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-12-06T00:25:12.705Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_gNHJxy 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-06T00:25:12.705Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:25:12.705Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_gNHJxy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:25:12.706Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_gNHJxy 0 is matching search criteria
2022-12-06T00:25:12.706Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-12-06T00:25:12.706Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_gNHJxy 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-06T00:25:12.706Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:25:12.707Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_gNHJxy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:25:12.707Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:25:12.707Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_gNHJxy 0 is not matching search criteria
2022-12-06T00:25:12.707Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-12-06T00:25:12.707Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-12-06T00:25:12.708Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-12-06T00:25:12.708Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-06T00:25:12.708Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-06T00:25:12.708Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:25:12.709Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_gNHJxy is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-06T00:25:12.709Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:25:12.709Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_gNHJxy 0 is matching search criteria
2022-12-06T00:25:12.709Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_gNHJxy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T00:25:12.710Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:25:12.710Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_gNHJxy 0 is matching search criteria
2022-12-06T00:25:12.710Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_gNHJxy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T00:25:12.711Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:25:12.711Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_gNHJxy 0 is matching search criteria
2022-12-06T00:25:12.711Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_gNHJxy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T00:25:12.711Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:25:12.712Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_gNHJxy 0 is not matching search criteria
2022-12-06T00:25:12.712Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-06T00:25:12.712Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-06T00:25:12.712Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6a5708f5-6a46-4a65-9d3c-91f61c7e6b2b
2022-12-06T00:25:12.712Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:25:12.713Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_gNHJxy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:25:12.713Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:25:12.713Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_gNHJxy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:25:12.713Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:25:12.713Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_gNHJxy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:25:12.714Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:25:12.714Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_gNHJxy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:25:12.714Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_gNHJxy
Description:service
Model UUID:65f3c2f7-b7dd-484f-bf1b-3d6c1270edd9
Model Version:NULL
Model InvariantUuid:afff260a-917d-4f2d-b69a-54245f821eaf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_gNHJxy
Model UUID:2607864e-af6e-45c2-bb26-fd5ffcae2b96
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9e39d76d-52b2-4156-8a70-8fefd6fb3ff0
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:841fc0dc-d4f2-44a8-8886-405d0087b1ad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d2f3b1ab-13e9-41e3-95d8-7dc680671aaf
ModelName:BasicOnboardGnhjxy..base_ubuntu18..module-0
ModelUuid:d61d24a4-394c-4ebf-b97c-573a6c556007
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6a5708f5-6a46-4a65-9d3c-91f61c7e6b2b
ModelInvariantUuid:edfaacc8-a5e0-4f8b-b0e8-7fd5a26d7378
ModelName:basic_onboard_gNHJxy-nodes.ubuntu18Cvfc
ModelUuid:72938195-af3a-4fae-b00f-b9303882b394
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:b53cc03d-9ab8-44c9-b4d9-041563007245
ModelInvariantUuid:60d0711a-c6f4-4a0a-899f-fc1f4e3b8210
ModelName:BasicOnboardGnhjxy.compute.nodes.heat.ubuntu18
ModelUuid:05f3f7e4-cfdf-4181-adfc-153b7f996058
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-06T00:25:12.725Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 0aa5842f-5e78-4788-9dcf-0664c15e9336
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-06T00:25:12.729Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||basic_onboard_gNHJxy 0
2022-12-06T00:25:12.730Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0aa5842f-5e78-4788-9dcf-0664c15e9336
2022-12-06T00:25:12.730Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 688f1c68-87fd-47ee-b326-b9cc39743d89 from URL: /sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/basic_onboard_gnhjxy0_modules.json
2022-12-06T00:25:12.730Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-06T00:25:12.730Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/basic_onboard_gnhjxy0_modules.json
2022-12-06T00:25:12.847Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-06T00:25:12.848Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/basic_onboard_gnhjxy0_modules.json 688f1c68-87fd-47ee-b326-b9cc39743d89 798
2022-12-06T00:25:12.848Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/basic_onboard_gnhjxy0_modules.json ASDC sendASDCNotification
2022-12-06T00:25:12.848Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/basic_onboard_gnhjxy0_modules.json
2022-12-06T00:25:12.848Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T00:25:12.849Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:25:12.851Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:25:12.851Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286312848,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/basic_onboard_gnhjxy0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:25:12.951Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T00:25:12.953Z||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-06T00:25:12.953Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:25:12.968Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:25:12.969Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-06T00:25:13.852Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardGnhjxy..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "d2f3b1ab-13e9-41e3-95d8-7dc680671aaf",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d61d24a4-394c-4ebf-b97c-573a6c556007",
"vfModuleModelCustomizationUUID": "3e0fb603-cbbb-45dd-ae87-190de16f1cb5",
"isBase": true,
"artifacts": [
"d8d831aa-6b31-4495-bec0-62dd497b8a91",
"b435c205-ff8d-49cf-887c-5c0916d907c5"
],
"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-06T00:25:13.858Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGnhjxy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d61d24a4-394c-4ebf-b97c-573a6c556007
VfModuleModelInvariantUUID:d2f3b1ab-13e9-41e3-95d8-7dc680671aaf
VfModuleModelDescription:NULL
Artifacts UUID List:{
d8d831aa-6b31-4495-bec0-62dd497b8a91
,
b435c205-ff8d-49cf-887c-5c0916d907c5
}
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-06T00:25:13.860Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardGnhjxy..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "d2f3b1ab-13e9-41e3-95d8-7dc680671aaf",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d61d24a4-394c-4ebf-b97c-573a6c556007",
"vfModuleModelCustomizationUUID": "3e0fb603-cbbb-45dd-ae87-190de16f1cb5",
"isBase": true,
"artifacts": [
"d8d831aa-6b31-4495-bec0-62dd497b8a91",
"b435c205-ff8d-49cf-887c-5c0916d907c5"
],
"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-06T00:25:13.860Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGnhjxy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d61d24a4-394c-4ebf-b97c-573a6c556007
VfModuleModelInvariantUUID:d2f3b1ab-13e9-41e3-95d8-7dc680671aaf
VfModuleModelDescription:NULL
Artifacts UUID List:{
d8d831aa-6b31-4495-bec0-62dd497b8a91
,
b435c205-ff8d-49cf-887c-5c0916d907c5
}
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-06T00:25:13.860Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d8d831aa-6b31-4495-bec0-62dd497b8a91 from URL: /sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.yaml
2022-12-06T00:25:13.860Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-06T00:25:13.861Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.yaml
2022-12-06T00:25:13.941Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-06T00:25:13.942Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.yaml d8d831aa-6b31-4495-bec0-62dd497b8a91 5033
2022-12-06T00:25:13.942Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-06T00:25:13.943Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.yaml
2022-12-06T00:25:13.943Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T00:25:13.943Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:25:13.946Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:25:13.946Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286313942,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:25:14.046Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T00:25:14.047Z||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-06T00:25:14.048Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:25:14.062Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:25:14.063Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-06T00:25:14.947Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b435c205-ff8d-49cf-887c-5c0916d907c5 from URL: /sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.env
2022-12-06T00:25:14.948Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-12-06T00:25:14.948Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.env
2022-12-06T00:25:15.012Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-12-06T00:25:15.013Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.env b435c205-ff8d-49cf-887c-5c0916d907c5 909
2022-12-06T00:25:15.014Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-06T00:25:15.014Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.env
2022-12-06T00:25:15.014Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T00:25:15.014Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:25:15.017Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:25:15.017Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286315014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:25:15.117Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:25:15.118Z||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-06T00:25:15.118Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:25:15.136Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:25:15.137Z||pool-29-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-06T00:25:16.018Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 65f3c2f7-b7dd-484f-bf1b-3d6c1270edd9
2022-12-06T00:25:16.019Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_gNHJxy 0 0aa5842f-5e78-4788-9dcf-0664c15e9336 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-06T00:25:16.037Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32b1ebb2, org.onap.sdc.toscaparser.api.parameters.Input@74143d71, org.onap.sdc.toscaparser.api.parameters.Input@37ea95cf, org.onap.sdc.toscaparser.api.parameters.Input@3faeef9b, org.onap.sdc.toscaparser.api.parameters.Input@2ff6fa7]
2022-12-06T00:25:16.039Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:25:16.040Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_gNHJxy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:25:16.040Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-12-06T00:25:16.041Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 841fc0dc-d4f2-44a8-8886-405d0087b1ad
2022-12-06T00:25:16.041Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 841fc0dc-d4f2-44a8-8886-405d0087b1ad matches Tosca VF Customization UUID: 841fc0dc-d4f2-44a8-8886-405d0087b1ad
2022-12-06T00:25:16.041Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 841fc0dc-d4f2-44a8-8886-405d0087b1ad 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-06T00:25:16.049Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:25:16.050Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_gNHJxy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:25:16.051Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 841fc0dc-d4f2-44a8-8886-405d0087b1ad: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-06T00:25:16.051Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7c6865d6
2022-12-06T00:25:16.052Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:25:16.052Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_gNHJxy is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-06T00:25:16.052Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3e0fb603-cbbb-45dd-ae87-190de16f1cb5
2022-12-06T00:25:16.053Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3e0fb603-cbbb-45dd-ae87-190de16f1cb5
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-06T00:25:16.057Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:25:16.057Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_gNHJxy 0 is matching search criteria
2022-12-06T00:25:16.057Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_gNHJxy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T00:25:16.058Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:25:16.058Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_gNHJxy 0 is matching search criteria
2022-12-06T00:25:16.059Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_gNHJxy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T00:25:16.059Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:25:16.060Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_gNHJxy 0 is not matching search criteria
2022-12-06T00:25:16.060Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-06T00:25:16.060Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-06T00:25:16.060Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6a5708f5-6a46-4a65-9d3c-91f61c7e6b2b
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-06T00:25:16.064Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:25:16.065Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_gNHJxy 0 is matching search criteria
2022-12-06T00:25:16.065Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_gNHJxy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-06T00:25:16.066Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:25:16.066Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_gNHJxy 0 is matching search criteria
2022-12-06T00:25:16.067Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_gNHJxy 0] matching following query criteria: sdcType=VF, customizationUUID=841fc0dc-d4f2-44a8-8886-405d0087b1ad
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-06T00:25:16.070Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:25:16.070Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_gNHJxy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:25:16.071Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 65f3c2f7-b7dd-484f-bf1b-3d6c1270edd9: basic_onboard_gNHJxy
2022-12-06T00:25:16.071Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:25:16.072Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_gNHJxy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:25:16.072Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:25:16.072Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_gNHJxy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:25:16.073Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:25:16.073Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_gNHJxy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:25:16.074Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:25:16.074Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_gNHJxy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:25:16.075Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:25:16.075Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_gNHJxy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:25:16.075Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_gNHJxy
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-06T00:25:16.186Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_gNHJxy 0aa5842f-5e78-4788-9dcf-0664c15e9336 1 ASDC deployResourceStructure
2022-12-06T00:25:16.187Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/basic_onboard_gnhjxy0_modules.json ASDC sendASDCNotification
2022-12-06T00:25:16.187Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/basic_onboard_gnhjxy0_modules.json
2022-12-06T00:25:16.187Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T00:25:16.188Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:25:16.190Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:25:16.190Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286316187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/basic_onboard_gnhjxy0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-06T00:25:16.290Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:25:16.291Z||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-06T00:25:16.291Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:25:16.307Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:25:16.307Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-06T00:25:17.191Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-06T00:25:17.192Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.yaml
2022-12-06T00:25:17.192Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T00:25:17.192Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:25:17.194Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:25:17.195Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286317191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-06T00:25:17.295Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:25:17.296Z||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-06T00:25:17.296Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:25:17.310Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:25:17.311Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-06T00:25:18.196Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-06T00:25:18.197Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.env
2022-12-06T00:25:18.197Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T00:25:18.197Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:25:18.200Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:25:18.200Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286318195,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-06T00:25:18.300Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:25:18.301Z||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-06T00:25:18.301Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:25:18.316Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:25:18.316Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-06T00:25:19.201Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/artifacts/service-BasicOnboardGnhjxy-csar.csar ASDC sendASDCNotification
2022-12-06T00:25:19.202Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/artifacts/service-BasicOnboardGnhjxy-csar.csar
2022-12-06T00:25:19.202Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T00:25:19.202Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:25:19.204Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:25:19.204Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286319201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/artifacts/service-BasicOnboardGnhjxy-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T00:25:19.305Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:25:19.306Z||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-06T00:25:19.306Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:25:19.322Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:25:19.323Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-06T00:25:20.205Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3eca8a0a-e604-42c9-8138-4e4811c8830a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T00:25:20.224Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3eca8a0a-e604-42c9-8138-4e4811c8830a
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-06T00:25:20.228Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T00:25:20.228Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-06T00:25:20.228Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-06T00:25:50.229Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3eca8a0a-e604-42c9-8138-4e4811c8830a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T00:25:50.247Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3eca8a0a-e604-42c9-8138-4e4811c8830a
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-06T00:25:50.250Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T00:25:50.250Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-06T00:25:50.251Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-06T00:25:55.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:25:55.141Z||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-06T00:25:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:25:55.173Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:25:55.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:25:55.174Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "multicloud-k8s",
"timestamp": 1670286235520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/basic_onboard_gnhjxy0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-06T00:25:55.174Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:26:20.251Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3eca8a0a-e604-42c9-8138-4e4811c8830a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T00:26:20.270Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3eca8a0a-e604-42c9-8138-4e4811c8830a
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-06T00:26:20.274Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T00:26:20.275Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-06T00:26:20.275Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-06T00:26:50.275Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3eca8a0a-e604-42c9-8138-4e4811c8830a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T00:26:50.292Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3eca8a0a-e604-42c9-8138-4e4811c8830a
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-06T00:26:50.295Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T00:26:50.295Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-06T00:26:50.295Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-06T00:26:55.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:26:55.141Z||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-06T00:26:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:26:55.173Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:26:55.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:26:55.174Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670286236271,
"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-06T00:26:55.185Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3eca8a0a-e604-42c9-8138-4e4811c8830a
2022-12-06T00:26:55.185Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3eca8a0a-e604-42c9-8138-4e4811c8830a 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-06T00:26:55.197Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:26:55.197Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286235137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:26:55.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:26:55.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:26:55.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "policy-id",
"timestamp": 1670286231817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:26:55.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:26:55.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:26:55.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286235137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/vfw653b9ef08e120_modules.json",
"status": "NOTIFIED"
}
2022-12-06T00:26:55.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:26:55.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:26:55.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "policy-id",
"timestamp": 1670286231817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/artifacts/service-BasicOnboardGnhjxy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:26:55.199Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:26:55.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:26:55.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286235137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-06T00:26:55.199Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:26:55.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:26:55.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "policy-id",
"timestamp": 1670286231817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/artifacts/service-BasicOnboardGnhjxy-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T00:26:55.200Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:26:55.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:26:55.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "aai-model-loader",
"timestamp": 1670286238172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/artifacts/service-BasicOnboardGnhjxy-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T00:26:55.200Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:26:55.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:26:55.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286235137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:26:55.200Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:26:55.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:26:55.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "policy-id",
"timestamp": 1670286239556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/artifacts/service-BasicOnboardGnhjxy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:26:55.201Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:26:55.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:26:55.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "aai-model-loader",
"timestamp": 1670286239175,
"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-06T00:26:55.214Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3eca8a0a-e604-42c9-8138-4e4811c8830a
2022-12-06T00:26:55.214Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3eca8a0a-e604-42c9-8138-4e4811c8830a 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-06T00:26:55.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:26:55.227Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286235137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-06T00:26:55.228Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:26:55.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:26:55.228Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "policy-id",
"timestamp": 1670286240563,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/artifacts/service-BasicOnboardGnhjxy-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T00:26:55.228Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:26:55.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:26:55.228Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286235137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/artifacts/service-Vfw20221206002217-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:26:55.228Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:26:55.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:26:55.229Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "policy-id",
"timestamp": 1670286241566,
"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-06T00:26:55.237Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3eca8a0a-e604-42c9-8138-4e4811c8830a
2022-12-06T00:26:55.237Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3eca8a0a-e604-42c9-8138-4e4811c8830a 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-06T00:26:55.252Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:26:55.252Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286235137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/artifacts/service-Vfw20221206002217-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T00:26:55.253Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:26:55.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:26:55.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286243091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/artifacts/service-Vfw20221206002217-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:26:55.253Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:26:55.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:26:55.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286248107,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/vfw653b9ef08e120_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:26:55.254Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:26:55.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:26:55.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286249193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:26:55.254Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:26:55.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:26:55.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286250258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:26:55.254Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:26:55.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:26:55.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286251679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/vfw653b9ef08e120_modules.json",
"status": "DEPLOY_OK"
}
2022-12-06T00:26:55.255Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:26:55.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:26:55.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286252685,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-06T00:26:55.255Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:26:55.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:26:55.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286253689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/resourceInstances/vfw653b9ef08e120/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-06T00:26:55.255Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:26:55.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:26:55.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286254692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221206002217/1.0/artifacts/service-Vfw20221206002217-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T00:26:55.256Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:27:20.296Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3eca8a0a-e604-42c9-8138-4e4811c8830a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T00:27:20.311Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3eca8a0a-e604-42c9-8138-4e4811c8830a
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-06T00:27:20.317Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T00:27:20.318Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-06T00:27:20.318Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-06T00:27:20.318Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-06T00:27:20.318Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T00:27:20.319Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T00:27:20.319Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T00:27:20.319Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T00:27:20.319Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-06T00:27:20.327Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-06T00:27:50.328Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3eca8a0a-e604-42c9-8138-4e4811c8830a 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-06T00:27:50.345Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3eca8a0a-e604-42c9-8138-4e4811c8830a and serviceModelVersionId: 65f3c2f7-b7dd-484f-bf1b-3d6c1270edd9
2022-12-06T00:27:50.346Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : afff260a-917d-4f2d-b69a-54245f821eaf
2022-12-06T00:27:50.347Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/afff260a-917d-4f2d-b69a-54245f821eaf/model-vers/model-ver/65f3c2f7-b7dd-484f-bf1b-3d6c1270edd9?depth=0
2022-12-06T00:27:50.352Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-12-06T00:27:50.422Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/afff260a-917d-4f2d-b69a-54245f821eaf/model-vers/model-ver/65f3c2f7-b7dd-484f-bf1b-3d6c1270edd9?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-06T00:27:50.424Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/afff260a-917d-4f2d-b69a-54245f821eaf/model-vers/model-ver/65f3c2f7-b7dd-484f-bf1b-3d6c1270edd9?depth=0|INFO|500||Invoke
2022-12-06T00:27:50.431Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/afff260a-917d-4f2d-b69a-54245f821eaf/model-vers/model-ver/65f3c2f7-b7dd-484f-bf1b-3d6c1270edd9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-06T00:27:50.610Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/afff260a-917d-4f2d-b69a-54245f821eaf/model-vers/model-ver/65f3c2f7-b7dd-484f-bf1b-3d6c1270edd9?depth=0|INFO|500||InvokeReturn
2022-12-06T00:27:50.611Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/afff260a-917d-4f2d-b69a-54245f821eaf/model-vers/model-ver/65f3c2f7-b7dd-484f-bf1b-3d6c1270edd9?depth=0 has http status code:200 and response headers:{date=[Tue, 06 Dec 2022 00:27:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[164], vertex-id=[151744], x-aai-txid=[1-aai-resources-221206-00:27:49:536-53825], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-06T00:27:50.612Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-12-06T00:27:50.612Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-06T00:27:50.612Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-06T00:27:50.625Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-06T00:27:50.626Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3eca8a0a-e604-42c9-8138-4e4811c8830a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-06T00:27:50.626Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-06T00:27:50.626Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:27:50.630Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:27:50.630Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286470626,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-06T00:27:50.730Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:27:50.731Z||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-06T00:27:50.731Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:27:50.751Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:27:50.752Z||pool-34-thread-1|||||INFO|500||cambria reply ok (22 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-06T00:27:51.648Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:27:51.648Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|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-06T00:27:51.649Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:27:55.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:27:55.142Z||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-06T00:27:55.142Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:27:55.178Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:27:55.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:27:55.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23ef0411-ec38-4e41-87ec-48bfa7401c10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286302088,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-06T00:27:55.181Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:27:55.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:27:55.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286235137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:27:55.181Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:27:55.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:27:55.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286235137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/basic_onboard_gnhjxy0_modules.json",
"status": "NOTIFIED"
}
2022-12-06T00:27:55.182Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:27:55.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:27:55.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286235137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-06T00:27:55.182Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:27:55.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:27:55.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286235137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:27:55.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:27:55.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:27:55.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286235137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-06T00:27:55.184Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:27:55.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:27:55.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286235137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/artifacts/service-BasicOnboardGnhjxy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:27:55.185Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:27:55.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:27:55.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286235137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/artifacts/service-BasicOnboardGnhjxy-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T00:27:55.185Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:27:55.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:27:55.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286310250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/artifacts/service-BasicOnboardGnhjxy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:27:55.186Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:27:55.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:27:55.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286312848,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/basic_onboard_gnhjxy0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:27:55.187Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:27:55.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:27:55.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286313942,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:27:55.188Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:27:55.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:27:55.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286315014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:27:55.189Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:27:55.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:27:55.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286316187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/basic_onboard_gnhjxy0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-06T00:27:55.189Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:27:55.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:27:55.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286317191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-06T00:27:55.190Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:27:55.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:27:55.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286318195,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/resourceInstances/basic_onboard_gnhjxy0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-06T00:27:55.191Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:27:55.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:27:55.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286319201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGnhjxy/1.0/artifacts/service-BasicOnboardGnhjxy-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T00:27:55.192Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:28:01.967Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:28:01.968Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:28:01.970Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|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-06T00:28:01.970Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:28:11.519Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:28:11.520Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:28:11.520Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|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-06T00:28:11.520Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:28:21.088Z|3eca8a0a-e604-42c9-8138-4e4811c8830a|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:28:21.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:28:21.090Z||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-06T00:28:21.090Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:28:30.644Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:28:55.137Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:28:55.139Z||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-06T00:28:55.139Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:28:55.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:28:55.140Z||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-06T00:28:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:28:55.669Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:28:55.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:28:55.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3eca8a0a-e604-42c9-8138-4e4811c8830a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670286470626,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-06T00:28:55.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:29:04.698Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:29:55.137Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:29:55.138Z||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-06T00:29:55.139Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:29:55.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:29:55.140Z||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-06T00:29:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:30:04.688Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:30:04.689Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:30:55.137Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:30:55.138Z||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-06T00:30:55.138Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:30:55.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:30:55.141Z||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-06T00:30:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:31:04.716Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:31:04.716Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:31:55.137Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:31:55.139Z||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-06T00:31:55.139Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:31:55.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:31:55.140Z||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-06T00:31:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:32:04.703Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:32:04.708Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:32:55.137Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:32:55.138Z||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-06T00:32:55.138Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:32:55.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:32:55.140Z||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-06T00:32:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:33:04.691Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:33:04.690Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:33:55.137Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:33:55.138Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T00:33:55.138Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:33:55.140Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:33:55.140Z||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-06T00:33:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:34:04.682Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:34:04.704Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:34:55.138Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:34:55.140Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T00:34:55.141Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:34:55.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:34:55.141Z||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-06T00:34:55.142Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:35:04.696Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:35:04.695Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:35:55.137Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:35:55.138Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-06T00:35:55.138Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:35:55.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:35:55.140Z||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-06T00:35:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:36:04.687Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:36:04.687Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:36:55.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:36:55.138Z||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-06T00:36:55.139Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:36:55.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:36:55.140Z||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-06T00:36:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:37:04.683Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:37:04.685Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:37:55.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:37:55.138Z||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-06T00:37:55.138Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:37:55.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:37:55.140Z||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-06T00:37:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:38:04.680Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:38:04.682Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:38:55.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:38:55.138Z||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-06T00:38:55.138Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:38:55.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:38:55.140Z||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-06T00:38:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:39:04.687Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:39:04.698Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:39:55.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:39:55.138Z||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-06T00:39:55.138Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:39:55.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:39:55.140Z||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-06T00:39:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:40:04.700Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:40:04.703Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:40:55.138Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:40:55.140Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:40:55.141Z||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-06T00:40:55.141Z||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-06T00:40:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:40:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:41:04.691Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:41:04.693Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:41:55.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:41:55.138Z||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-06T00:41:55.139Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:41:55.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:41:55.141Z||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-06T00:41:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:42:04.683Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:42:04.685Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:42:55.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:42:55.138Z||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-06T00:42:55.138Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:42:55.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:42:55.140Z||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-06T00:42:55.140Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:43:04.686Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:43:04.701Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:43:55.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:43:55.138Z||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-06T00:43:55.138Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:43:55.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:43:55.141Z||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-06T00:43:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:43:55.322Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:43:55.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:43:55.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62e7fd80-f942-46a3-92e0-5c7315f34a5b",
"consumerID": "multicloud-k8s",
"timestamp": 1670287376573,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:43:55.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:43:55.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:43:55.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62e7fd80-f942-46a3-92e0-5c7315f34a5b",
"consumerID": "cds-sdc-listener",
"timestamp": 1670287372077,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:43:55.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:43:55.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:43:55.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62e7fd80-f942-46a3-92e0-5c7315f34a5b",
"consumerID": "multicloud-k8s",
"timestamp": 1670287376573,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T00:43:55.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:43:55.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:43:55.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62e7fd80-f942-46a3-92e0-5c7315f34a5b",
"consumerID": "cds-sdc-listener",
"timestamp": 1670287372077,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T00:43:55.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:43:55.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:43:55.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62e7fd80-f942-46a3-92e0-5c7315f34a5b",
"consumerID": "cds-sdc-listener",
"timestamp": 1670287407080,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:43:55.328Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:43:55.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:43:55.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62e7fd80-f942-46a3-92e0-5c7315f34a5b",
"consumerID": "policy-id",
"timestamp": 1670287411817,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:43:55.329Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:43:55.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:43:55.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62e7fd80-f942-46a3-92e0-5c7315f34a5b",
"consumerID": "policy-id",
"timestamp": 1670287411817,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T00:43:55.329Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:43:55.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:43:55.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62e7fd80-f942-46a3-92e0-5c7315f34a5b",
"consumerID": "policy-id",
"timestamp": 1670287414567,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:43:55.329Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:43:55.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:43:55.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62e7fd80-f942-46a3-92e0-5c7315f34a5b",
"consumerID": "aai-model-loader",
"timestamp": 1670287414538,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:43:55.330Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:43:55.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:43:55.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62e7fd80-f942-46a3-92e0-5c7315f34a5b",
"consumerID": "policy-id",
"timestamp": 1670287415573,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T00:43:55.330Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:43:55.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:43:55.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62e7fd80-f942-46a3-92e0-5c7315f34a5b",
"consumerID": "aai-model-loader",
"timestamp": 1670287414538,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T00:43:55.330Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:43:55.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:43:55.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62e7fd80-f942-46a3-92e0-5c7315f34a5b",
"consumerID": "policy-id",
"timestamp": 1670287416576,
"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-06T00:43:55.359Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 62e7fd80-f942-46a3-92e0-5c7315f34a5b
2022-12-06T00:43:55.359Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62e7fd80-f942-46a3-92e0-5c7315f34a5b 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-06T00:43:55.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:43:55.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62e7fd80-f942-46a3-92e0-5c7315f34a5b",
"consumerID": "aai-model-loader",
"timestamp": 1670287416631,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:43:55.372Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:43:55.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:43:55.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62e7fd80-f942-46a3-92e0-5c7315f34a5b",
"consumerID": "aai-model-loader",
"timestamp": 1670287420561,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T00:43:55.372Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:43:55.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:43:55.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62e7fd80-f942-46a3-92e0-5c7315f34a5b",
"consumerID": "aai-model-loader",
"timestamp": 1670287421564,
"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-06T00:43:55.381Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 62e7fd80-f942-46a3-92e0-5c7315f34a5b
2022-12-06T00:43:55.381Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62e7fd80-f942-46a3-92e0-5c7315f34a5b 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-06T00:43:55.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:43:55.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62e7fd80-f942-46a3-92e0-5c7315f34a5b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670287422384,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:43:55.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:43:55.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:43:55.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62e7fd80-f942-46a3-92e0-5c7315f34a5b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670287422384,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T00:43:55.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:43:55.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:43:55.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62e7fd80-f942-46a3-92e0-5c7315f34a5b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670287425145,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:43:55.395Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:43:55.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:43:55.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62e7fd80-f942-46a3-92e0-5c7315f34a5b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670287426913,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T00:43:55.395Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:43:55.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:43:55.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62e7fd80-f942-46a3-92e0-5c7315f34a5b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670287427924,
"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-06T00:43:55.408Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 62e7fd80-f942-46a3-92e0-5c7315f34a5b
2022-12-06T00:43:55.408Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62e7fd80-f942-46a3-92e0-5c7315f34a5b 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-06T00:43:55.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:43:55.421Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "multicloud-k8s",
"timestamp": 1670287407316,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:43:55.422Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:43:55.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:43:55.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "cds-sdc-listener",
"timestamp": 1670287408086,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:43:55.422Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:43:55.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:43:55.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "multicloud-k8s",
"timestamp": 1670287407316,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:43:55.422Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:43:55.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:43:55.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "cds-sdc-listener",
"timestamp": 1670287408086,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:43:55.422Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:43:55.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:43:55.423Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "multicloud-k8s",
"timestamp": 1670287407316,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:43:55.423Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:43:55.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:43:55.423Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "cds-sdc-listener",
"timestamp": 1670287408086,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:43:55.423Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:43:55.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:43:55.424Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "multicloud-k8s",
"timestamp": 1670287407316,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:43:55.424Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:43:55.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:43:55.424Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "cds-sdc-listener",
"timestamp": 1670287408086,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:43:55.424Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:43:55.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:43:55.425Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "policy-id",
"timestamp": 1670287431817,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:43:55.425Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:43:55.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:43:55.425Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "multicloud-k8s",
"timestamp": 1670287407316,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:43:55.425Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:43:55.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:43:55.425Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "cds-sdc-listener",
"timestamp": 1670287408086,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:43:55.425Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:43:55.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:43:55.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "policy-id",
"timestamp": 1670287431817,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:43:55.426Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:43:55.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:43:55.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "multicloud-k8s",
"timestamp": 1670287407316,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:43:55.426Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:43:55.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:43:55.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "cds-sdc-listener",
"timestamp": 1670287408086,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:43:55.426Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:43:55.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:43:55.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "policy-id",
"timestamp": 1670287431817,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:43:55.427Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:43:55.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:43:55.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "multicloud-k8s",
"timestamp": 1670287407316,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/artifacts/service-DemoPnfO03cqibqqu34ego5xggn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:43:55.427Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:43:55.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-06T00:43:55.428Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "cds-sdc-listener",
"timestamp": 1670287408086,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/artifacts/service-DemoPnfO03cqibqqu34ego5xggn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:43:55.428Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-06T00:43:55.771Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:43:55.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-06T00:43:55.772Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"62e7fd80-f942-46a3-92e0-5c7315f34a5b","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"89f04e03-22e4-4080-b502-1898347cbfad","serviceDescription":"service","serviceInvariantUUID":"7fafb8a6-98e5-43cd-b31a-9b79a6ebb20d","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"200abd64-9f65-4b73-b200-39432a18d8d7","resourceInvariantUUID":"56ffb73b-c951-409c-b999-bed25f9af36a","resourceCustomizationUUID":"c68babfa-bb60-4284-a10f-0747986c110d","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":"MDRiY2E2MWU5ZTY5ZmM3MDE2ZDczMzI5ZTEwM2EyZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f98d71b7-0be7-4dcc-92c4-7d4b3b4aec3d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NWIxOGFhMjc5YzFjMjY1MGM1ODNlYTY4NGU3OTViN2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8931c47-3e1e-43e4-bdf0-b18d33a2b73e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-06T00:43:55.779Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T00:43:55.779Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:43:55.783Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:43:55.783Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "62e7fd80-f942-46a3-92e0-5c7315f34a5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670287435137,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:43:55.883Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:43:55.885Z||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-06T00:43:55.885Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:43:55.907Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:43:55.908Z||pool-35-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-12-06T00:43:56.784Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T00:43:56.785Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:43:56.787Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:43:56.787Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "62e7fd80-f942-46a3-92e0-5c7315f34a5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670287435137,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T00:43:56.888Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:43:56.889Z||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-06T00:43:56.889Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:43:56.904Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:43:56.905Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-06T00:43:57.788Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "62e7fd80-f942-46a3-92e0-5c7315f34a5b",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "89f04e03-22e4-4080-b502-1898347cbfad",
"serviceDescription": "service",
"serviceInvariantUUID": "7fafb8a6-98e5-43cd-b31a-9b79a6ebb20d",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "c68babfa-bb60-4284-a10f-0747986c110d",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "200abd64-9f65-4b73-b200-39432a18d8d7",
"resourceInvariantUUID": "56ffb73b-c951-409c-b999-bed25f9af36a",
"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": "NWIxOGFhMjc5YzFjMjY1MGM1ODNlYTY4NGU3OTViN2Y\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b8931c47-3e1e-43e4-bdf0-b18d33a2b73e"
}
],
"workloadContext": "Production"
}
2022-12-06T00:43:57.789Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-06T00:43:57.789Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 89f04e03-22e4-4080-b502-1898347cbfad ASDC
2022-12-06T00:43:57.790Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:62e7fd80-f942-46a3-92e0-5c7315f34a5b
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:89f04e03-22e4-4080-b502-1898347cbfad
ServiceInvariantUUID:7fafb8a6-98e5-43cd-b31a-9b79a6ebb20d
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:b8931c47-3e1e-43e4-bdf0-b18d33a2b73e
ArtifactChecksum:NWIxOGFhMjc5YzFjMjY1MGM1ODNlYTY4NGU3OTViN2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c68babfa-bb60-4284-a10f-0747986c110d
ResourceInvariantUUID:56ffb73b-c951-409c-b999-bed25f9af36a
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:200abd64-9f65-4b73-b200-39432a18d8d7
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-12-06T00:43:57.791Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 89f04e03-22e4-4080-b502-1898347cbfad 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-06T00:43:57.838Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T00:43:57.840Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-06T00:43:57.840Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-06T00:43:57.840Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b8931c47-3e1e-43e4-bdf0-b18d33a2b73e from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-06T00:43:57.840Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-06T00:43:57.841Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-06T00:43:57.901Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-06T00:43:57.902Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar b8931c47-3e1e-43e4-bdf0-b18d33a2b73e 57790
2022-12-06T00:43:57.903Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-06T00:43:57.903Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-06T00:43:57.903Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T00:43:57.903Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:43:57.906Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:43:57.906Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "62e7fd80-f942-46a3-92e0-5c7315f34a5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670287437902,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:43:58.006Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:43:58.007Z||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-06T00:43:58.008Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:43:58.023Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:43:58.024Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-06T00:43:58.907Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T00:43:58.908Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-06T00:43:58.909Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: b8931c47-3e1e-43e4-bdf0-b18d33a2b73e, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-06T00:43:58.909Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-12-06T00:43:58.910Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-06T00:43:58.910Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-06T00:43:59.164Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8497029411419775550/Definitions/service-BasicNetwork-template.yml
2022-12-06T00:43:59.775Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-06T00:43:59.775Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-06T00:43:59.775Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-06T00:43:59.775Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-12-06T00:43:59.776Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-06T00:43:59.776Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-06T00:43:59.776Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-06T00:43:59.776Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-06T00:43:59.776Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-06T00:43:59.776Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-06T00:43:59.776Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-06T00:43:59.776Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-06T00:43:59.776Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-06T00:43:59.776Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:43:59.777Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:43:59.777Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-06T00:43:59.777Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-06T00:43:59.777Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-06T00:43:59.777Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:43:59.777Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:43:59.778Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-06T00:43:59.778Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-06T00:43:59.778Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-06T00:43:59.778Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:43:59.778Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:43:59.778Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:43:59.778Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:43:59.779Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:43:59.779Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:43:59.779Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:43:59.779Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:43:59.779Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:43:59.779Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:43:59.779Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:89f04e03-22e4-4080-b502-1898347cbfad
Model Version:NULL
Model InvariantUuid:7fafb8a6-98e5-43cd-b31a-9b79a6ebb20d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:56ffb73b-c951-409c-b999-bed25f9af36a
Model UUID:788cbbcd-75b9-4666-b0b0-216b64fdf67e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:c68babfa-bb60-4284-a10f-0747986c110d
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-06T00:43:59.791Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 200abd64-9f65-4b73-b200-39432a18d8d7
2022-12-06T00:43:59.791Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||No resources found for Service: 89f04e03-22e4-4080-b502-1898347cbfad
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-06T00:43:59.800Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||
2022-12-06T00:43:59.800Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-12-06T00:43:59.801Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 89f04e03-22e4-4080-b502-1898347cbfad
2022-12-06T00:43:59.801Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 89f04e03-22e4-4080-b502-1898347cbfad
2022-12-06T00:43:59.801Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-12-06T00:43:59.801Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-06T00:43:59.809Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7347d135, org.onap.sdc.toscaparser.api.parameters.Input@371f7036, org.onap.sdc.toscaparser.api.parameters.Input@26d9e745, org.onap.sdc.toscaparser.api.parameters.Input@2712b093, org.onap.sdc.toscaparser.api.parameters.Input@6a11033d]
2022-12-06T00:43:59.811Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:43:59.811Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:43:59.811Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:43:59.811Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:43:59.811Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 89f04e03-22e4-4080-b502-1898347cbfad: Generic NeutronNet
2022-12-06T00:43:59.811Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:43:59.812Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:43:59.812Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:43:59.812Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-12-06T00:43:59.861Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:43:59.861Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:43:59.862Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:43:59.862Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:43:59.862Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:43:59.863Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:43:59.863Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-12-06T00:43:59.973Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-12-06T00:43:59.973Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-06T00:43:59.973Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-06T00:43:59.974Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T00:43:59.974Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:43:59.976Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:43:59.976Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "62e7fd80-f942-46a3-92e0-5c7315f34a5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670287439973,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T00:44:00.076Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:44:00.077Z||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-06T00:44:00.077Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:44:00.092Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:44:00.093Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-06T00:44:00.977Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62e7fd80-f942-46a3-92e0-5c7315f34a5b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T00:44:00.993Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62e7fd80-f942-46a3-92e0-5c7315f34a5b
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-06T00:44:00.997Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T00:44:00.997Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-06T00:44:00.998Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-06T00:44:00.998Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-06T00:44:00.998Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T00:44:00.998Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T00:44:00.998Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T00:44:00.998Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T00:44:00.998Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|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-06T00:44:01.007Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-06T00:44:31.007Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 62e7fd80-f942-46a3-92e0-5c7315f34a5b 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-06T00:44:31.016Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 62e7fd80-f942-46a3-92e0-5c7315f34a5b and serviceModelVersionId: 89f04e03-22e4-4080-b502-1898347cbfad
2022-12-06T00:44:31.016Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7fafb8a6-98e5-43cd-b31a-9b79a6ebb20d
2022-12-06T00:44:31.017Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7fafb8a6-98e5-43cd-b31a-9b79a6ebb20d/model-vers/model-ver/89f04e03-22e4-4080-b502-1898347cbfad?depth=0
2022-12-06T00:44:31.022Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-12-06T00:44:31.084Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|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/7fafb8a6-98e5-43cd-b31a-9b79a6ebb20d/model-vers/model-ver/89f04e03-22e4-4080-b502-1898347cbfad?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-06T00:44:31.086Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7fafb8a6-98e5-43cd-b31a-9b79a6ebb20d/model-vers/model-ver/89f04e03-22e4-4080-b502-1898347cbfad?depth=0|INFO|500||Invoke
2022-12-06T00:44:31.092Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7fafb8a6-98e5-43cd-b31a-9b79a6ebb20d/model-vers/model-ver/89f04e03-22e4-4080-b502-1898347cbfad?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-06T00:44:31.206Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7fafb8a6-98e5-43cd-b31a-9b79a6ebb20d/model-vers/model-ver/89f04e03-22e4-4080-b502-1898347cbfad?depth=0|INFO|500||InvokeReturn
2022-12-06T00:44:31.207Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|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/7fafb8a6-98e5-43cd-b31a-9b79a6ebb20d/model-vers/model-ver/89f04e03-22e4-4080-b502-1898347cbfad?depth=0 has http status code:200 and response headers:{date=[Tue, 06 Dec 2022 00:44:30 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[108], vertex-id=[176216], x-aai-txid=[1-aai-resources-221206-00:44:30:183-24121], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-06T00:44:31.208Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-12-06T00:44:31.208Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-06T00:44:31.208Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|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-06T00:44:31.216Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|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-06T00:44:31.217Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 62e7fd80-f942-46a3-92e0-5c7315f34a5b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-06T00:44:31.217Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-06T00:44:31.217Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:44:31.219Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:44:31.219Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "62e7fd80-f942-46a3-92e0-5c7315f34a5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670287471217,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-06T00:44:31.320Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T00:44:31.321Z||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-06T00:44:31.321Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:44:31.340Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:44:31.340Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 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-06T00:44:32.237Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-06T00:44:32.237Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"4ee8f652-0291-49dc-9661-4fc1a9eb0248","serviceName":"Demo_pNF_O03CQiBqQu34EGO5Xggn","serviceVersion":"1.0","serviceUUID":"e2447439-8401-4f43-9994-ad225741a790","serviceDescription":"catalog service description","serviceInvariantUUID":"6b1e00fe-baa7-4aee-a66a-e1a284c22404","resources":[{"resourceInstanceName":"pNF b3ce8781-c92c 0","resourceName":"pNF b3ce8781-c92c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"034116dd-5ee6-4703-9609-c48967ec3bf7","resourceInvariantUUID":"9506b381-6ff9-4ef8-8935-a902f2530bd1","resourceCustomizationUUID":"029e48ad-f60b-44e7-b207-95b20c2402bc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/vf-license-model.xml","artifactChecksum":"N2RmMWZlOGFlMWNkN2JiOTc0M2U1N2RkZTAxNjQ0ZDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6d357b36-63c8-4117-b17e-948d6f4f4914","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/pNF.csar","artifactChecksum":"YTJmOGU5NjBlYTMxNTNjOGU3NjAyNzZkN2EyNDQ3MjY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ecc0e94a-80f1-4dc6-9f83-43a0c97595cd","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c3449b34-d039-433f-94ee-0b889aa082fc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/vendor-license-model.xml","artifactChecksum":"ODEyYmJmYmYxODc1NjZhYmM2NTdhNTMzMDRiYzg4MDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"672ce91c-2fda-4191-96ec-bc11e20beaa5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a235bd6c-0782-47c6-a39d-6da4087dfb29","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a97f5bc1-063f-48ef-9138-b7335073972a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfO03cqibqqu34ego5xggn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/artifacts/service-DemoPnfO03cqibqqu34ego5xggn-template.yml","artifactChecksum":"ZDY2YmJmNGVjNDMwYWY0MGNmODA2MDZjZTM4NWU2Yjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d74fbbdb-d1de-4173-8f0d-4637706df056","artifactVersion":"1"},{"artifactName":"service-DemoPnfO03cqibqqu34ego5xggn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/artifacts/service-DemoPnfO03cqibqqu34ego5xggn-csar.csar","artifactChecksum":"NGIxOWVmZTRhMTY2NmY5M2ZiMjc4YjkxODRmNjJiNTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dc5f40bb-88a9-426a-b85c-4373c4b4c0ae","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-06T00:44:32.237Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T00:44:32.238Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:44:32.239Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:44:32.240Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670287435137,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:44:32.340Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:44:32.341Z||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-06T00:44:32.341Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:44:32.356Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:44:32.358Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-06T00:44:33.240Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T00:44:33.241Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:44:33.243Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:44:33.243Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670287435137,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:44:33.343Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:44:33.344Z||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-06T00:44:33.344Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:44:33.365Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:44:33.366Z||pool-41-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-06T00:44:34.244Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T00:44:34.245Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:44:34.247Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:44:34.247Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670287435137,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:44:34.347Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:44:34.348Z||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-06T00:44:34.348Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:44:34.365Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:44:34.366Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-06T00:44:35.248Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T00:44:35.252Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:44:35.254Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:44:35.254Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670287435137,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:44:35.354Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:44:35.355Z||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-06T00:44:35.356Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:44:35.374Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:44:35.374Z||pool-43-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-06T00:44:36.255Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T00:44:36.256Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:44:36.258Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:44:36.258Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670287435137,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:44:36.358Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:44:36.359Z||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-06T00:44:36.359Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:44:36.374Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:44:36.375Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-06T00:44:37.259Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T00:44:37.260Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:44:37.264Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:44:37.264Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670287435137,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:44:37.364Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:44:37.365Z||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-06T00:44:37.366Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:44:37.382Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:44:37.382Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-06T00:44:38.265Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T00:44:38.266Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:44:38.268Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:44:38.268Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670287435137,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/artifacts/service-DemoPnfO03cqibqqu34ego5xggn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:44:38.368Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:44:38.370Z||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-06T00:44:38.370Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:44:38.386Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:44:38.387Z||pool-46-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-06T00:44:39.268Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T00:44:39.269Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:44:39.274Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:44:39.274Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670287435137,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/artifacts/service-DemoPnfO03cqibqqu34ego5xggn-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T00:44:39.374Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:44:39.375Z||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-06T00:44:39.375Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:44:39.388Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:44:39.389Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-06T00:44:40.275Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"serviceName": "Demo_pNF_O03CQiBqQu34EGO5Xggn",
"serviceVersion": "1.0",
"serviceUUID": "e2447439-8401-4f43-9994-ad225741a790",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "6b1e00fe-baa7-4aee-a66a-e1a284c22404",
"resources": [
{
"resourceInstanceName": "pNF b3ce8781-c92c 0",
"resourceCustomizationUUID": "029e48ad-f60b-44e7-b207-95b20c2402bc",
"resourceName": "pNF b3ce8781-c92c",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "034116dd-5ee6-4703-9609-c48967ec3bf7",
"resourceInvariantUUID": "9506b381-6ff9-4ef8-8935-a902f2530bd1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfO03cqibqqu34ego5xggn-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/artifacts/service-DemoPnfO03cqibqqu34ego5xggn-csar.csar",
"artifactChecksum": "NGIxOWVmZTRhMTY2NmY5M2ZiMjc4YjkxODRmNjJiNTY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dc5f40bb-88a9-426a-b85c-4373c4b4c0ae"
}
],
"workloadContext": "Production"
}
2022-12-06T00:44:40.275Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-06T00:44:40.276Z|62e7fd80-f942-46a3-92e0-5c7315f34a5b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e2447439-8401-4f43-9994-ad225741a790 ASDC
2022-12-06T00:44:40.276Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:4ee8f652-0291-49dc-9661-4fc1a9eb0248
ServiceName:Demo_pNF_O03CQiBqQu34EGO5Xggn
ServiceVersion:1.0
ServiceUUID:e2447439-8401-4f43-9994-ad225741a790
ServiceInvariantUUID:6b1e00fe-baa7-4aee-a66a-e1a284c22404
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfO03cqibqqu34ego5xggn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/artifacts/service-DemoPnfO03cqibqqu34ego5xggn-csar.csar
ArtifactUUID:dc5f40bb-88a9-426a-b85c-4373c4b4c0ae
ArtifactChecksum:NGIxOWVmZTRhMTY2NmY5M2ZiMjc4YjkxODRmNjJiNTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF b3ce8781-c92c 0
ResourceCustomizationUUID:029e48ad-f60b-44e7-b207-95b20c2402bc
ResourceInvariantUUID:9506b381-6ff9-4ef8-8935-a902f2530bd1
ResourceName:pNF b3ce8781-c92c
ResourceType:PNF
ResourceUUID:034116dd-5ee6-4703-9609-c48967ec3bf7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-12-06T00:44:40.277Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e2447439-8401-4f43-9994-ad225741a790 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-06T00:44:40.310Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T00:44:40.310Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-06T00:44:40.311Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-06T00:44:40.311Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: dc5f40bb-88a9-426a-b85c-4373c4b4c0ae from URL: /sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/artifacts/service-DemoPnfO03cqibqqu34ego5xggn-csar.csar
2022-12-06T00:44:40.311Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-06T00:44:40.311Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/artifacts/service-DemoPnfO03cqibqqu34ego5xggn-csar.csar
2022-12-06T00:44:40.377Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-06T00:44:40.378Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/artifacts/service-DemoPnfO03cqibqqu34ego5xggn-csar.csar dc5f40bb-88a9-426a-b85c-4373c4b4c0ae 88021
2022-12-06T00:44:40.379Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/artifacts/service-DemoPnfO03cqibqqu34ego5xggn-csar.csar ASDC sendASDCNotification
2022-12-06T00:44:40.379Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/artifacts/service-DemoPnfO03cqibqqu34ego5xggn-csar.csar
2022-12-06T00:44:40.379Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T00:44:40.379Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:44:40.382Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:44:40.382Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670287480379,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/artifacts/service-DemoPnfO03cqibqqu34ego5xggn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:44:40.482Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:44:40.483Z||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-06T00:44:40.483Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:44:40.499Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:44:40.500Z||pool-48-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-06T00:44:41.382Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T00:44:41.383Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-06T00:44:41.384Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: dc5f40bb-88a9-426a-b85c-4373c4b4c0ae, URL: /sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/artifacts/service-DemoPnfO03cqibqqu34ego5xggn-csar.csar to file: /app/ASDC/1/service-DemoPnfO03cqibqqu34ego5xggn-csar.csar
2022-12-06T00:44:41.384Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfO03cqibqqu34ego5xggn-csar.csar
2022-12-06T00:44:41.385Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfO03cqibqqu34ego5xggn-csar.csar
2022-12-06T00:44:41.385Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfO03cqibqqu34ego5xggn-csar.csar
2022-12-06T00:44:41.517Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1535427169909673509/Definitions/service-DemoPnfO03cqibqqu34ego5xggn-template.yml
2022-12-06T00:44:42.430Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-06T00:44:42.430Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-06T00:44:42.430Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfO03cqibqqu34ego5xggn-csar.csar
2022-12-06T00:44:42.430Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-06T00:44:42.431Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfO03cqibqqu34ego5xggn-csar.csar
2022-12-06T00:44:42.431Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfO03cqibqqu34ego5xggn-csar.csar
2022-12-06T00:44:42.431Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfO03cqibqqu34ego5xggn-csar.csar
2022-12-06T00:44:42.431Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|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-DemoPnfO03cqibqqu34ego5xggn-csar.csar
2022-12-06T00:44:42.431Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|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-DemoPnfO03cqibqqu34ego5xggn-csar.csar
2022-12-06T00:44:42.432Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b3ce8781-c92c 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-DemoPnfO03cqibqqu34ego5xggn-csar.csar
2022-12-06T00:44:42.432Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|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-DemoPnfO03cqibqqu34ego5xggn-csar.csar
2022-12-06T00:44:42.432Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-06T00:44:42.432Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:44:42.433Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_O03CQiBqQu34EGO5Xggn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:44:42.433Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Node template pNF b3ce8781-c92c 0 is matching search criteria
2022-12-06T00:44:42.433Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-06T00:44:42.433Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF b3ce8781-c92c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-06T00:44:42.434Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:44:42.434Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_O03CQiBqQu34EGO5Xggn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:44:42.434Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Node template pNF b3ce8781-c92c 0 is matching search criteria
2022-12-06T00:44:42.434Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-06T00:44:42.435Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF b3ce8781-c92c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-06T00:44:42.435Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:44:42.435Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_O03CQiBqQu34EGO5Xggn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:44:42.435Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:44:42.435Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_O03CQiBqQu34EGO5Xggn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:44:42.435Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:44:42.436Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_O03CQiBqQu34EGO5Xggn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:44:42.436Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:44:42.436Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_O03CQiBqQu34EGO5Xggn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:44:42.436Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:44:42.436Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_O03CQiBqQu34EGO5Xggn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:44:42.437Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_O03CQiBqQu34EGO5Xggn
Description:catalog service description
Model UUID:e2447439-8401-4f43-9994-ad225741a790
Model Version:NULL
Model InvariantUuid:6b1e00fe-baa7-4aee-a66a-e1a284c22404
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-06T00:44:42.446Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 034116dd-5ee6-4703-9609-c48967ec3bf7
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-06T00:44:42.451Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||pNF b3ce8781-c92c 0
2022-12-06T00:44:42.451Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 034116dd-5ee6-4703-9609-c48967ec3bf7
2022-12-06T00:44:42.451Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||No resources found for Service: e2447439-8401-4f43-9994-ad225741a790
2022-12-06T00:44:42.451Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: e2447439-8401-4f43-9994-ad225741a790
2022-12-06T00:44:42.451Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b3ce8781-c92c 0 034116dd-5ee6-4703-9609-c48967ec3bf7 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-06T00:44:42.459Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@473e3882, org.onap.sdc.toscaparser.api.parameters.Input@4cde90c6, org.onap.sdc.toscaparser.api.parameters.Input@448742f, org.onap.sdc.toscaparser.api.parameters.Input@5a3a5690, org.onap.sdc.toscaparser.api.parameters.Input@6c769f7d]
2022-12-06T00:44:42.459Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:44:42.459Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_O03CQiBqQu34EGO5Xggn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:44:42.460Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid e2447439-8401-4f43-9994-ad225741a790: pNF b3ce8781-c92c
2022-12-06T00:44:42.460Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||Processing PNF resource: 034116dd-5ee6-4703-9609-c48967ec3bf7
2022-12-06T00:44:42.460Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-06T00:44:42.460Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_O03CQiBqQu34EGO5Xggn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-06T00:44:42.460Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||Resource customization UUID: 029e48ad-f60b-44e7-b207-95b20c2402bc is the same as notified resource customizationUUID: 029e48ad-f60b-44e7-b207-95b20c2402bc
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-06T00:44:42.524Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b3ce8781-c92c 034116dd-5ee6-4703-9609-c48967ec3bf7 0 ASDC deployResourceStructure
2022-12-06T00:44:42.525Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/artifacts/service-DemoPnfO03cqibqqu34ego5xggn-csar.csar ASDC sendASDCNotification
2022-12-06T00:44:42.525Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/artifacts/service-DemoPnfO03cqibqqu34ego5xggn-csar.csar
2022-12-06T00:44:42.525Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-06T00:44:42.526Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:44:42.528Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:44:42.528Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670287482525,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/artifacts/service-DemoPnfO03cqibqqu34ego5xggn-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T00:44:42.628Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:44:42.630Z||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-06T00:44:42.631Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:44:42.647Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:44:42.648Z||pool-49-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-06T00:44:43.530Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ee8f652-0291-49dc-9661-4fc1a9eb0248
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T00:44:43.549Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ee8f652-0291-49dc-9661-4fc1a9eb0248
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-06T00:44:43.552Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T00:44:43.552Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-06T00:44:43.552Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-06T00:44:55.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:44:55.141Z||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-06T00:44:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:44:55.185Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:44:55.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-06T00:44:55.185Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "policy-id",
"timestamp": 1670287431817,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:44:55.186Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-06T00:45:13.552Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ee8f652-0291-49dc-9661-4fc1a9eb0248
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T00:45:13.566Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ee8f652-0291-49dc-9661-4fc1a9eb0248
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-06T00:45:13.568Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T00:45:13.569Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-06T00:45:13.569Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-06T00:45:43.569Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ee8f652-0291-49dc-9661-4fc1a9eb0248
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T00:45:43.588Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ee8f652-0291-49dc-9661-4fc1a9eb0248
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-06T00:45:43.590Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T00:45:43.590Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-06T00:45:43.591Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-06T00:45:55.140Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:45:55.143Z||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-06T00:45:55.143Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:45:55.178Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:45:55.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:45:55.179Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "multicloud-k8s",
"timestamp": 1670287407316,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/artifacts/service-DemoPnfO03cqibqqu34ego5xggn-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T00:45:55.181Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:13.591Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ee8f652-0291-49dc-9661-4fc1a9eb0248
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T00:46:13.610Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ee8f652-0291-49dc-9661-4fc1a9eb0248
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-06T00:46:13.624Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T00:46:13.624Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-06T00:46:13.624Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-06T00:46:43.624Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ee8f652-0291-49dc-9661-4fc1a9eb0248
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T00:46:43.643Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ee8f652-0291-49dc-9661-4fc1a9eb0248
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-06T00:46:43.652Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T00:46:43.652Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-06T00:46:43.652Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-06T00:46:55.140Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:46:55.141Z||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-06T00:46:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:46:55.163Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:46:55.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.176Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "cds-sdc-listener",
"timestamp": 1670287408086,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/artifacts/service-DemoPnfO03cqibqqu34ego5xggn-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T00:46:55.177Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.178Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62e7fd80-f942-46a3-92e0-5c7315f34a5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670287435137,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.178Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.178Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "policy-id",
"timestamp": 1670287431817,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.178Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.178Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "cds-sdc-listener",
"timestamp": 1670287436122,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/artifacts/service-DemoPnfO03cqibqqu34ego5xggn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:46:55.179Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:46:55.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.179Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62e7fd80-f942-46a3-92e0-5c7315f34a5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670287435137,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T00:46:55.179Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.179Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "policy-id",
"timestamp": 1670287431817,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.179Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.179Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62e7fd80-f942-46a3-92e0-5c7315f34a5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670287437902,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:46:55.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:46:55.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.180Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "policy-id",
"timestamp": 1670287431817,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/artifacts/service-DemoPnfO03cqibqqu34ego5xggn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.180Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.180Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "policy-id",
"timestamp": 1670287431817,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/artifacts/service-DemoPnfO03cqibqqu34ego5xggn-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T00:46:55.180Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.180Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62e7fd80-f942-46a3-92e0-5c7315f34a5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670287439973,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T00:46:55.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:46:55.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.181Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "policy-id",
"timestamp": 1670287440552,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/artifacts/service-DemoPnfO03cqibqqu34ego5xggn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:46:55.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:46:55.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.181Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "policy-id",
"timestamp": 1670287441559,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/artifacts/service-DemoPnfO03cqibqqu34ego5xggn-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T00:46:55.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:46:55.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.182Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "policy-id",
"timestamp": 1670287442562,
"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-06T00:46:55.194Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4ee8f652-0291-49dc-9661-4fc1a9eb0248
2022-12-06T00:46:55.194Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ee8f652-0291-49dc-9661-4fc1a9eb0248 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-06T00:46:55.210Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.210Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "aai-model-loader",
"timestamp": 1670287444538,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.210Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.210Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.210Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "aai-model-loader",
"timestamp": 1670287444538,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.211Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.211Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.211Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "aai-model-loader",
"timestamp": 1670287444538,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.211Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.211Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.211Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "aai-model-loader",
"timestamp": 1670287444538,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.212Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.212Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.212Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "aai-model-loader",
"timestamp": 1670287444538,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.212Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.212Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.212Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "aai-model-loader",
"timestamp": 1670287444538,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.213Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.213Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.213Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "aai-model-loader",
"timestamp": 1670287444538,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/artifacts/service-DemoPnfO03cqibqqu34ego5xggn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.213Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.213Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.213Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "aai-model-loader",
"timestamp": 1670287444538,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/artifacts/service-DemoPnfO03cqibqqu34ego5xggn-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T00:46:55.213Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.214Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670287452384,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.214Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.214Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "aai-model-loader",
"timestamp": 1670287452635,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/artifacts/service-DemoPnfO03cqibqqu34ego5xggn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:46:55.214Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:46:55.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.215Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670287452384,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.215Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.215Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.215Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670287452384,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.215Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.215Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.216Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670287452384,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.216Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.216Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.216Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670287452384,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.216Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.216Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670287452384,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.217Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "aai-model-loader",
"timestamp": 1670287457665,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/artifacts/service-DemoPnfO03cqibqqu34ego5xggn-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T00:46:55.217Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:46:55.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670287452384,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/artifacts/service-DemoPnfO03cqibqqu34ego5xggn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.218Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "aai-model-loader",
"timestamp": 1670287458667,
"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-06T00:46:55.225Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4ee8f652-0291-49dc-9661-4fc1a9eb0248
2022-12-06T00:46:55.225Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ee8f652-0291-49dc-9661-4fc1a9eb0248 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-06T00:46:55.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.236Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670287452384,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/artifacts/service-DemoPnfO03cqibqqu34ego5xggn-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T00:46:55.236Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.236Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670287461153,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/artifacts/service-DemoPnfO03cqibqqu34ego5xggn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:46:55.236Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:46:55.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.237Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670287463338,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/artifacts/service-DemoPnfO03cqibqqu34ego5xggn-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T00:46:55.237Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:46:55.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.237Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670287464342,
"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-06T00:46:55.245Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4ee8f652-0291-49dc-9661-4fc1a9eb0248
2022-12-06T00:46:55.246Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ee8f652-0291-49dc-9661-4fc1a9eb0248 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-06T00:46:55.257Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.258Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62e7fd80-f942-46a3-92e0-5c7315f34a5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670287471217,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-06T00:46:55.258Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:46:55.258Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.258Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670287435137,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.258Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.259Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670287435137,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.259Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.259Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670287435137,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.259Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.259Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670287435137,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.260Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.260Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670287435137,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.260Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.260Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670287435137,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/resourceInstances/pnfb3ce8781c92c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.260Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.260Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670287435137,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/artifacts/service-DemoPnfO03cqibqqu34ego5xggn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.261Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "multicloud-k8s",
"timestamp": 1670287466391,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.261Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "aai-model-loader",
"timestamp": 1670287474538,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.261Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "cds-sdc-listener",
"timestamp": 1670287437126,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.261Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.262Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.262Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "policy-id",
"timestamp": 1670287471817,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.262Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.262Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.262Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670287435137,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/artifacts/service-DemoPnfO03cqibqqu34ego5xggn-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T00:46:55.262Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.262Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.262Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "aai-model-loader",
"timestamp": 1670287474538,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.262Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.262Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.263Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "multicloud-k8s",
"timestamp": 1670287466391,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-12-06T00:46:55.263Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.263Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.263Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "cds-sdc-listener",
"timestamp": 1670287437126,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.263Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.263Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.263Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "policy-id",
"timestamp": 1670287471817,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.263Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.263Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.264Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "multicloud-k8s",
"timestamp": 1670287466391,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-12-06T00:46:55.264Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.264Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.264Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "aai-model-loader",
"timestamp": 1670287474538,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.264Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.264Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.264Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670287480379,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/artifacts/service-DemoPnfO03cqibqqu34ego5xggn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:46:55.264Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:46:55.264Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.264Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "cds-sdc-listener",
"timestamp": 1670287437126,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.265Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.265Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.265Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "policy-id",
"timestamp": 1670287471817,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-12-06T00:46:55.265Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.265Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.265Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "multicloud-k8s",
"timestamp": 1670287466391,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.265Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.266Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "aai-model-loader",
"timestamp": 1670287474538,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.266Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.266Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "cds-sdc-listener",
"timestamp": 1670287437126,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.266Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.266Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "policy-id",
"timestamp": 1670287471817,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.266Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.267Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670287482384,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.267Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.267Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "multicloud-k8s",
"timestamp": 1670287466391,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-12-06T00:46:55.267Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.267Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "aai-model-loader",
"timestamp": 1670287474538,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.268Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.268Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "cds-sdc-listener",
"timestamp": 1670287437126,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.268Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.268Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670287482525,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO03cqibqqu34ego5xggn/1.0/artifacts/service-DemoPnfO03cqibqqu34ego5xggn-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T00:46:55.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:46:55.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.268Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "policy-id",
"timestamp": 1670287471817,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.268Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.269Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670287482384,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.269Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.269Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "multicloud-k8s",
"timestamp": 1670287466391,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.269Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.269Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "aai-model-loader",
"timestamp": 1670287474538,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.269Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.270Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "cds-sdc-listener",
"timestamp": 1670287437126,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.270Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.270Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "policy-id",
"timestamp": 1670287471817,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.270Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.270Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670287482384,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.270Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.271Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "multicloud-k8s",
"timestamp": 1670287466391,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T00:46:55.271Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.271Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "aai-model-loader",
"timestamp": 1670287474538,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T00:46:55.271Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.271Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "cds-sdc-listener",
"timestamp": 1670287437126,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T00:46:55.271Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "policy-id",
"timestamp": 1670287471817,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T00:46:55.272Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670287482384,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.272Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "cds-sdc-listener",
"timestamp": 1670287485242,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:46:55.273Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:46:55.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.273Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "multicloud-k8s",
"timestamp": 1670287485596,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:46:55.273Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:46:55.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.273Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "aai-model-loader",
"timestamp": 1670287484903,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:46:55.273Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:46:55.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.273Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "policy-id",
"timestamp": 1670287486475,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:46:55.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:46:55.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670287482384,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "cds-sdc-listener",
"timestamp": 1670287486246,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "multicloud-k8s",
"timestamp": 1670287486671,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:46:55.275Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:46:55.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "policy-id",
"timestamp": 1670287487480,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T00:46:55.275Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:46:55.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670287482384,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.275Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "cds-sdc-listener",
"timestamp": 1670287486246,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.276Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "multicloud-k8s",
"timestamp": 1670287487727,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:46:55.276Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:46:55.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "policy-id",
"timestamp": 1670287488485,
"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-06T00:46:55.295Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d1c9dd56-ae8f-4839-ba40-2c697a4d9129
2022-12-06T00:46:55.295Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1c9dd56-ae8f-4839-ba40-2c697a4d9129 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-06T00:46:55.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670287482384,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T00:46:55.307Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "cds-sdc-listener",
"timestamp": 1670287486246,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.307Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "multicloud-k8s",
"timestamp": 1670287488760,
"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-06T00:46:55.315Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d1c9dd56-ae8f-4839-ba40-2c697a4d9129
2022-12-06T00:46:55.315Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1c9dd56-ae8f-4839-ba40-2c697a4d9129 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-06T00:46:55.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670287490127,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:46:55.327Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:46:55.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "cds-sdc-listener",
"timestamp": 1670287486246,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.327Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "multicloud-k8s",
"timestamp": 1670287489763,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-06T00:46:55.327Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:46:55.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "cds-sdc-listener",
"timestamp": 1670287486246,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.328Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "multicloud-k8s",
"timestamp": 1670287490766,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.328Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "cds-sdc-listener",
"timestamp": 1670287486246,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.328Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "multicloud-k8s",
"timestamp": 1670287490766,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-12-06T00:46:55.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670287492747,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T00:46:55.329Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:46:55.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "policy-id",
"timestamp": 1670287491817,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "aai-model-loader",
"timestamp": 1670287491907,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T00:46:55.330Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:46:55.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "cds-sdc-listener",
"timestamp": 1670287486246,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "multicloud-k8s",
"timestamp": 1670287490766,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-12-06T00:46:55.331Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670287493752,
"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-06T00:46:55.337Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d1c9dd56-ae8f-4839-ba40-2c697a4d9129
2022-12-06T00:46:55.337Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1c9dd56-ae8f-4839-ba40-2c697a4d9129 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-06T00:46:55.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.348Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "policy-id",
"timestamp": 1670287491817,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.349Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.349Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "aai-model-loader",
"timestamp": 1670287492911,
"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-06T00:46:55.358Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d1c9dd56-ae8f-4839-ba40-2c697a4d9129
2022-12-06T00:46:55.359Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1c9dd56-ae8f-4839-ba40-2c697a4d9129 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-06T00:46:55.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "cds-sdc-listener",
"timestamp": 1670287486246,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "multicloud-k8s",
"timestamp": 1670287490766,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-12-06T00:46:55.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "policy-id",
"timestamp": 1670287491817,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:46:55.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "cds-sdc-listener",
"timestamp": 1670287486246,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T00:46:55.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:46:55.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:46:55.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "multicloud-k8s",
"timestamp": 1670287490766,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-12-06T00:46:55.376Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:47:13.653Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ee8f652-0291-49dc-9661-4fc1a9eb0248
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T00:47:13.677Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ee8f652-0291-49dc-9661-4fc1a9eb0248
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-06T00:47:13.680Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-06T00:47:13.680Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-06T00:47:13.680Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-06T00:47:13.680Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-06T00:47:13.680Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T00:47:13.680Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T00:47:13.680Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T00:47:13.680Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-06T00:47:13.681Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|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-06T00:47:13.688Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-06T00:47:43.689Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4ee8f652-0291-49dc-9661-4fc1a9eb0248 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-06T00:47:43.695Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4ee8f652-0291-49dc-9661-4fc1a9eb0248 and serviceModelVersionId: e2447439-8401-4f43-9994-ad225741a790
2022-12-06T00:47:43.695Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6b1e00fe-baa7-4aee-a66a-e1a284c22404
2022-12-06T00:47:43.697Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6b1e00fe-baa7-4aee-a66a-e1a284c22404/model-vers/model-ver/e2447439-8401-4f43-9994-ad225741a790?depth=0
2022-12-06T00:47:43.704Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-12-06T00:47:43.766Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|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/6b1e00fe-baa7-4aee-a66a-e1a284c22404/model-vers/model-ver/e2447439-8401-4f43-9994-ad225741a790?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-06T00:47:43.770Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6b1e00fe-baa7-4aee-a66a-e1a284c22404/model-vers/model-ver/e2447439-8401-4f43-9994-ad225741a790?depth=0|INFO|500||Invoke
2022-12-06T00:47:43.779Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6b1e00fe-baa7-4aee-a66a-e1a284c22404/model-vers/model-ver/e2447439-8401-4f43-9994-ad225741a790?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-06T00:47:43.891Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6b1e00fe-baa7-4aee-a66a-e1a284c22404/model-vers/model-ver/e2447439-8401-4f43-9994-ad225741a790?depth=0|INFO|500||InvokeReturn
2022-12-06T00:47:43.892Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|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/6b1e00fe-baa7-4aee-a66a-e1a284c22404/model-vers/model-ver/e2447439-8401-4f43-9994-ad225741a790?depth=0 has http status code:200 and response headers:{date=[Tue, 06 Dec 2022 00:47:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[102], vertex-id=[250016], x-aai-txid=[1-aai-resources-221206-00:47:42:866-95653], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-06T00:47:43.893Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-12-06T00:47:43.894Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-06T00:47:43.894Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|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-06T00:47:43.905Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|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-06T00:47:43.905Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4ee8f652-0291-49dc-9661-4fc1a9eb0248 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-06T00:47:43.906Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-06T00:47:43.906Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:47:43.911Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:47:43.911Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4ee8f652-0291-49dc-9661-4fc1a9eb0248",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670287663906,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-06T00:47:44.011Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T00:47:44.013Z||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-06T00:47:44.013Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:47:44.033Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:47:44.034Z||pool-50-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-06T00:47:44.932Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:47:44.932Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|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-06T00:47:44.933Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:47:50.589Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:47:50.590Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-06T00:47:50.591Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"d1c9dd56-ae8f-4839-ba40-2c697a4d9129","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"872050c8-1d2f-447f-a0ee-5440ade95d73","serviceDescription":"service","serviceInvariantUUID":"4919486c-c70a-43b5-861e-d8575c19a980","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0c198bef-50c2-4e2b-8af4-91e4b55ca098","resourceInvariantUUID":"3ae534e9-d7f7-4b6a-a804-64a9e7a73e66","resourceCustomizationUUID":"338e03be-18af-492d-9153-8acb21d46c20","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"YjVjMTFjZDU3MmEyOWM2NTNlM2U3ZTJiNDBiN2U5YjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9e1d7e4f-3b60-4949-b7b2-54dee4530f36","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"ZGExZDRlNmYyNGYxMWI1NDA3MzQxZWU1N2I0NzM5ZDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"11cd68e3-2846-468b-b4ae-edb24196b5a1","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3358989e-8cba-455a-889d-fd57c8e27e25","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4069e5ed-ffe4-4e19-adc4-73e7e7846414","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9d5b4499-73d4-45d4-a0fc-f937379c1190","artifactVersion":"2","generatedFromUUID":"3358989e-8cba-455a-889d-fd57c8e27e25"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NTIzZTY2YjViNmQwYjRjM2JhODNlZjQ3OGZiOTM0OGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b8e71da2-4e7d-48e9-987a-10edb26d53cf","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MDQ3NjMzZWJiOTU2OTQxYzBlYjBjMTVkZDM3ZWFkNWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a9891782-f773-4ecf-911b-56ba4c827169","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-06T00:47:50.593Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T00:47:50.593Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:47:50.596Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:47:50.596Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670287664932,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:47:50.696Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:47:50.697Z||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-06T00:47:50.697Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:47:50.712Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:47:50.713Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-06T00:47:51.596Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T00:47:51.597Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:47:51.600Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:47:51.601Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670287664932,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-12-06T00:47:51.701Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-06T00:47:51.702Z||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-06T00:47:51.702Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:47:51.717Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:47:51.717Z||pool-52-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-06T00:47:52.602Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T00:47:52.603Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:47:52.605Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:47:52.605Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670287664932,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-12-06T00:47:52.706Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-06T00:47:52.706Z||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-06T00:47:52.707Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:47:52.721Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:47:52.722Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-06T00:47:53.606Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T00:47:53.607Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:47:53.610Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:47:53.610Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670287664932,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:47:53.710Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:47:53.711Z||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-06T00:47:53.711Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:47:53.727Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:47:53.728Z||pool-54-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-06T00:47:54.611Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T00:47:54.612Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:47:54.614Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:47:54.614Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670287664932,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-12-06T00:47:54.714Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:47:54.716Z||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-06T00:47:54.716Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:47:54.731Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:47:54.732Z||pool-55-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-06T00:47:55.140Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-06T00:47:55.141Z||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-06T00:47:55.141Z||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 CsA91IHqx4f9kJAo) ...
2022-12-06T00:47:55.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:47:55.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.172Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "policy-id",
"timestamp": 1670287491817,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:47:55.172Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:47:55.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "cds-sdc-listener",
"timestamp": 1670287495381,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:47:55.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:47:55.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "multicloud-k8s",
"timestamp": 1670287490766,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:47:55.173Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:47:55.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.174Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "policy-id",
"timestamp": 1670287491817,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-12-06T00:47:55.174Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:47:55.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.174Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "multicloud-k8s",
"timestamp": 1670287490766,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-12-06T00:47:55.174Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:47:55.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.174Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "policy-id",
"timestamp": 1670287491817,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:47:55.174Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:47:55.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.175Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "multicloud-k8s",
"timestamp": 1670287490766,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:47:55.175Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:47:55.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.175Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "policy-id",
"timestamp": 1670287491817,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:47:55.175Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:47:55.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.175Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "multicloud-k8s",
"timestamp": 1670287490766,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T00:47:55.175Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:47:55.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.175Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "policy-id",
"timestamp": 1670287491817,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:47:55.176Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:47:55.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.176Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "multicloud-k8s",
"timestamp": 1670287499845,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:47:55.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:47:55.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.176Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "policy-id",
"timestamp": 1670287491817,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T00:47:55.176Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:47:55.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.176Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "multicloud-k8s",
"timestamp": 1670287500915,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:47:55.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:47:55.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.177Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "policy-id",
"timestamp": 1670287501605,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:47:55.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:47:55.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.177Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "multicloud-k8s",
"timestamp": 1670287501981,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:47:55.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:47:55.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.177Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "policy-id",
"timestamp": 1670287502617,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T00:47:55.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:47:55.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.177Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "multicloud-k8s",
"timestamp": 1670287503037,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:47:55.178Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:47:55.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.178Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "policy-id",
"timestamp": 1670287503624,
"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-06T00:47:55.199Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4c89a1a2-7256-4d97-9d60-145088eb3790
2022-12-06T00:47:55.199Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c89a1a2-7256-4d97-9d60-145088eb3790 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-06T00:47:55.210Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.210Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "multicloud-k8s",
"timestamp": 1670287504110,
"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-06T00:47:55.216Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4c89a1a2-7256-4d97-9d60-145088eb3790
2022-12-06T00:47:55.216Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c89a1a2-7256-4d97-9d60-145088eb3790 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-06T00:47:55.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.226Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "multicloud-k8s",
"timestamp": 1670287505112,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-06T00:47:55.226Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:47:55.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.226Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "aai-model-loader",
"timestamp": 1670287504538,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:47:55.226Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:47:55.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "aai-model-loader",
"timestamp": 1670287504538,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:47:55.227Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:47:55.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "aai-model-loader",
"timestamp": 1670287504538,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:47:55.227Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:47:55.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "aai-model-loader",
"timestamp": 1670287504538,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:47:55.227Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:47:55.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "aai-model-loader",
"timestamp": 1670287504538,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:47:55.228Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:47:55.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "aai-model-loader",
"timestamp": 1670287504538,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:47:55.228Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:47:55.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "aai-model-loader",
"timestamp": 1670287504538,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:47:55.228Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:47:55.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "aai-model-loader",
"timestamp": 1670287504538,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:47:55.228Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:47:55.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670287512384,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:47:55.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:47:55.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "aai-model-loader",
"timestamp": 1670287504538,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T00:47:55.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:47:55.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670287512384,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:47:55.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:47:55.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "aai-model-loader",
"timestamp": 1670287513635,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:47:55.230Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:47:55.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670287512384,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:47:55.230Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:47:55.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670287512384,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:47:55.230Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:47:55.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670287512384,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:47:55.231Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:47:55.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670287512384,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:47:55.231Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:47:55.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670287512384,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:47:55.231Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:47:55.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670287512384,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:47:55.231Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:47:55.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670287512384,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T00:47:55.232Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-12-06T00:47:55.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670287522203,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:47:55.232Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:47:55.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "aai-model-loader",
"timestamp": 1670287521288,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T00:47:55.232Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:47:55.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "aai-model-loader",
"timestamp": 1670287522291,
"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-06T00:47:55.240Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4c89a1a2-7256-4d97-9d60-145088eb3790
2022-12-06T00:47:55.240Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c89a1a2-7256-4d97-9d60-145088eb3790 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-06T00:47:55.251Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.251Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670287524747,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-06T00:47:55.251Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-06T00:47:55.252Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-06T00:47:55.252Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c89a1a2-7256-4d97-9d60-145088eb3790",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670287525752,
"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-06T00:47:55.259Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4c89a1a2-7256-4d97-9d60-145088eb3790
2022-12-06T00:47:55.259Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c89a1a2-7256-4d97-9d60-145088eb3790 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-06T00:47:55.614Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T00:47:55.615Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:47:55.618Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:47:55.618Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670287664932,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-06T00:47:55.718Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:47:55.719Z||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-06T00:47:55.719Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:47:55.735Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:47:55.735Z||pool-56-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-06T00:47:56.619Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-06T00:47:56.620Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:47:56.622Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:47:56.622Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670287664932,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-06T00:47:56.722Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:47:56.723Z||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-06T00:47:56.724Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:47:56.741Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:47:56.742Z||pool-57-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-12-06T00:47:57.623Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "872050c8-1d2f-447f-a0ee-5440ade95d73",
"serviceDescription": "service",
"serviceInvariantUUID": "4919486c-c70a-43b5-861e-d8575c19a980",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "338e03be-18af-492d-9153-8acb21d46c20",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "0c198bef-50c2-4e2b-8af4-91e4b55ca098",
"resourceInvariantUUID": "3ae534e9-d7f7-4b6a-a804-64a9e7a73e66",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "ZGExZDRlNmYyNGYxMWI1NDA3MzQxZWU1N2I0NzM5ZDk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "11cd68e3-2846-468b-b4ae-edb24196b5a1",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3358989e-8cba-455a-889d-fd57c8e27e25",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9d5b4499-73d4-45d4-a0fc-f937379c1190",
"generatedFromUUID": "3358989e-8cba-455a-889d-fd57c8e27e25"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9d5b4499-73d4-45d4-a0fc-f937379c1190",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "MDQ3NjMzZWJiOTU2OTQxYzBlYjBjMTVkZDM3ZWFkNWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a9891782-f773-4ecf-911b-56ba4c827169"
}
],
"workloadContext": "Production"
}
2022-12-06T00:47:57.624Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-06T00:47:57.624Z|4ee8f652-0291-49dc-9661-4fc1a9eb0248|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 872050c8-1d2f-447f-a0ee-5440ade95d73 ASDC
2022-12-06T00:47:57.624Z|d1c9dd56-ae8f-4839-ba40-2c697a4d9129|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:d1c9dd56-ae8f-4839-ba40-2c697a4d9129
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:872050c8-1d2f-447f-a0ee-5440ade95d73
ServiceInvariantUUID:4919486c-c70a-43b5-861e-d8575c19a980
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:a9891782-f773-4ecf-911b-56ba4c827169
ArtifactChecksum:MDQ3NjMzZWJiOTU2OTQxYzBlYjBjMTVkZDM3ZWFkNWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:338e03be-18af-492d-9153-8acb21d46c20
ResourceInvariantUUID:3ae534e9-d7f7-4b6a-a804-64a9e7a73e66
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:0c198bef-50c2-4e2b-8af4-91e4b55ca098
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:11cd68e3-2846-468b-b4ae-edb24196b5a1
ArtifactChecksum:ZGExZDRlNmYyNGYxMWI1NDA3MzQxZWU1N2I0NzM5ZDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:3358989e-8cba-455a-889d-fd57c8e27e25
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:9d5b4499-73d4-45d4-a0fc-f937379c1190
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:9d5b4499-73d4-45d4-a0fc-f937379c1190
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-06T00:47:57.624Z|d1c9dd56-ae8f-4839-ba40-2c697a4d9129|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 872050c8-1d2f-447f-a0ee-5440ade95d73 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-06T00:47:57.662Z|d1c9dd56-ae8f-4839-ba40-2c697a4d9129|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T00:47:57.663Z|d1c9dd56-ae8f-4839-ba40-2c697a4d9129|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-06T00:47:57.663Z|d1c9dd56-ae8f-4839-ba40-2c697a4d9129|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-06T00:47:57.663Z|d1c9dd56-ae8f-4839-ba40-2c697a4d9129|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a9891782-f773-4ecf-911b-56ba4c827169 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-06T00:47:57.663Z|d1c9dd56-ae8f-4839-ba40-2c697a4d9129|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-06T00:47:57.664Z|d1c9dd56-ae8f-4839-ba40-2c697a4d9129|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-06T00:47:57.823Z|d1c9dd56-ae8f-4839-ba40-2c697a4d9129|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-06T00:47:57.824Z|d1c9dd56-ae8f-4839-ba40-2c697a4d9129|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar a9891782-f773-4ecf-911b-56ba4c827169 75195
2022-12-06T00:47:57.825Z|d1c9dd56-ae8f-4839-ba40-2c697a4d9129|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-12-06T00:47:57.825Z|d1c9dd56-ae8f-4839-ba40-2c697a4d9129|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-06T00:47:57.825Z|d1c9dd56-ae8f-4839-ba40-2c697a4d9129|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-06T00:47:57.826Z|d1c9dd56-ae8f-4839-ba40-2c697a4d9129|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-06T00:47:57.829Z|d1c9dd56-ae8f-4839-ba40-2c697a4d9129|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-06T00:47:57.829Z|d1c9dd56-ae8f-4839-ba40-2c697a4d9129|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d1c9dd56-ae8f-4839-ba40-2c697a4d9129",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670287677825,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-06T00:47:57.929Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-06T00:47:57.930Z||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-06T00:47:57.930Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CsA91IHqx4f9kJAo) ...
2022-12-06T00:47:57.946Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-06T00:47:57.947Z||pool-58-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-06T00:47:58.829Z|d1c9dd56-ae8f-4839-ba40-2c697a4d9129|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-06T00:47:58.831Z|d1c9dd56-ae8f-4839-ba40-2c697a4d9129|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-06T00:47:58.831Z|d1c9dd56-ae8f-4839-ba40-2c697a4d9129|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a9891782-f773-4ecf-911b-56ba4c827169, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-06T00:47:58.831Z|d1c9dd56-ae8f-4839-ba40-2c697a4d9129|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-12-06T00:47:58.832Z|d1c9dd56-ae8f-4839-ba40-2c697a4d9129|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-06T00:47:58.832Z|d1c9dd56-ae8f-4839-ba40-2c697a4d9129|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-12-06T00:47:58.997Z|d1c9dd56-ae8f-4839-ba40-2c697a4d9129|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10128743848897534962/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-12-06T00:48:00.520Z|d1c9dd56-ae8f-4839-ba40-2c697a4d9129|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-06T00:48:00.521Z|d1c9dd56-ae8f-4839-ba40-2c697a4d9129|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-06T00:48:00.521Z|d1c9dd56-ae8f-4839-ba40-2c697a4d9129|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-06T00:48:00.521Z|d1c9dd56-ae8f-4839-ba40-2c697a4d9129|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-06T00:48:00.522Z|d1c9dd56-ae8f-4839-ba40-2c697a4d9129|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-06T00:48:00.522Z|d1c9dd56-ae8f-4839-ba40-2c697a4d9129|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-BasicVm-csar.csar
2022-12-06T00:48:00.522Z|d1c9dd56-ae8f-4839-ba40-2c697a4d9129|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-06T00:48:00.522Z|d1c9dd56-ae8f-4839-ba40-2c697a4d9129|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-06T00:48:00.522Z|d1c9dd56-ae8f-4839-ba40-2c697a4d9129|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-BasicVm-csar.csar
2022-12-06T00:48:00.522Z|d1c9dd56-ae8f-4839-ba40-2c697a4d9129|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-BasicVm-csar.csar
2022-12-06T00:48:00.522Z|d1c9dd56-ae8f-4839-ba40-2c697a4d9129|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-BasicVm-csar.csar
2022-12-06T00:48:00.522Z|d1c9dd56-ae8f-4839-ba40-2c697a4d9129|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-06T00:48:00.522Z|d1c9dd56-ae8f-4839-ba40-2c697a4d9129|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery